Primary sources are directly from the direct time frame the event happened- diaries, letters, newspapers etc. Write on only the three sources on these specific pages. Summarize the information that is related in these short passages. Then, most importantly, provide your analysis as to whether these primary sources are historically valuable in helping to understand the past and history in general. Are they historically worthy? Are they biased? What can one learn about history from these primary sources? Can these sources be connected to other information learned in this Unit?
Have an introduction paragraph listing your chosen sources by title and explaining the purpose of your paper in summarizing and analyzing these sources.
Summarize the first source and then and provide your analysis of the source. Repeat that procedure for the next two chosen sources.
Have a conclusion paragraph listing your sources by title again and provide final thoughts on all three sources and your primary source investigation in general.
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 });