Week 5 Assignment: Community Health Project Presentation
On the basis of your learning during this course, prepare a Microsoft PowerPoint presentation of 8- to 10-slides covering the following:
Provide relevant information (demographics, social factors, income, and access to health care) pertaining to your chosen population.
Present key findings and identify four issues related to selected population.
Suggest implications for community health nursing.
Suggest areas of research for the chosen population based on weekly readings and lectures.
Use bullet points instead of complete sentences.
Include tables, graphs, and other forms of diagrammatic representation of the chosen population to reinforce the presentation.
Provide well documented research for chosen community (population).
Support your responses with examples.
Cite any sources in APA format.
Assignment Grading Criteria
Maximum Points
Analyzed and provided relevant information pertaining to all parts of the chosen population.
20
Described key findings and identified four issues related to the chosen population.
10
Analyzed and suggested implications (four risk factors) for community health nursing related to local, national, and global settings.
10
Analyzed and suggested two areas of research about chosen population based on weekly readings and lectures.
10
Used bullet points instead of complete sentences and followed the 7×7 rule—no more than seven lines on the slide in no more than seven words on a line.
10
Included tables, graphs, and other forms of diagrammatic representation to reinforce the presentation.
10
Provided well documented research bibliography for chosen community.
10
Written Components.
20
Total:
100
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 });

