Resource: The Practice of Public Relations textbook, University Library, Internet
After reading the case study: BP’s Loose Lips Sink Credibility Ship (Chapter 1), please answer the following questions in a Word document.
ATTACHED IS THE BOOK, I DOUBT YOU WOULD NEED IT, BUT ITS BASED OF THE SPILL IN APRIL 2011.
How would you assess BP’s response to the Gulf of Mexico oil spill? (Answer should be 90 to 175 words in length)
How could BP have prevented the damage done by its CEO spokesperson? (Answer should be 90 to 175 words in length.
Had you been advising (CEO Anthony) Hayward, what would you have suggested he say in response to the questions he
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

