YOUR PAPER SHOULD INCLUDE THE FOLLOWING:1. A SUMMARY OF THE HISTORICAL EVENTS ASSOCIATED WITH THE EVENT (WHAT IS THE EVENT ABOUT? WHAT HAPPENED?)2. YOUR OPINON ON THE QUESTION3. AT LEAST 3 HISTORICAL FACTS THAT SUPPORT YOUR OPINION- IN THE FORM OF QUOTES4. AT LEAST ONE PARAGRAPH THAT SUMMARIZES THE OPPOSING VIEWPOINT FROM YOURS AND WHY YOU THINK IT IS INCORRECTMLA FORMAT… Work cited page..have to turn in turnitin.com
5 Sources: 3 web, 2 book1st paragraph –Summery of historical invent/ your opinion2nd paragraph– Proof #1 (quote)3rd paragraph– Proof # 2(quote)4th paragraph– Proof # 3(quote)5th paragraph– opposing VIEWPOINT
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 });

