4 sources required.• Essay and Presentation: Conduct research on your policy. Write an essay and create a presentation explaining and defending your policy. Deliverables and Instructions:• Essay: Write an approximately 500-word essay on your policy. This is a persuasive essay. A clear thesis statement at least three sources must be cited, both in-text and with a full citation at the end. Use either APA or MLA format. Direct quotes are not allowed. All citations must be paraphrased for this short essay. Citations must include URLs (if from online sources). Do not an online Wiki, however, you may use a Wiki to get proper sources. • Presentation: Create a presentation of your policy. Use a presentation application. Include bullet points, images, charts, graphs, or anything necessary to briefly present your positions. Each element will be weighted and graded separately based on the stated criteria:• Presentation Content, Individual: Persuasiveness of policies presented; knowledge of policies presented; ability to answer questions.• Presentation Communication, Individual: Volume, and variance of voice; organization of agenda; effective use of visuals.• Essay Content: The what, why, and how clearly stated; persuasiveness of policy defended; use of sources to defend policies. • Essay Communication: Organization of essay; effective use of language; free from grammatical, punctuation, and spelling errors. See additional materials for more. Ask me questions if you need anything.
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 });