Part I
Develop a 10- to 14-slide Microsoft® PowerPoint® presentation on public relations.
Apply the following approach in your presentation:
- Identify a major public relations crisis as though you were a public relations consultant working to help a client.
- Propose a crisis plan to the client to address the crisis.
- Suggest what sort of attitude the client should convey about the crisis to improve the public’s perception of it.
Format your presentation consistent with APA guidelines.
Part II
Write a press release or news story of no more than 350 to 700 words on the client’s behalf announcing the client’s position on the public relations crisis discussed in your presentation. In addition to the press release, write a paragraph to answer the following questions:
- What media would you approach to communicate the message?
- What is the effect of ethics and social responsibility on public relations in this particular situation?
Cite at least two references.
Include the press release in your presentation.
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 });

