During the course of this project, you have the opportunity to interact with primary sources. Each portion of the project is a step in writing a primary source essay, which is an essay that evaluates primary sources. You will be provided with all of the resources needed to successfully answer the project prompt.
Here is the prompt for this project:
Compare and contrast the social, economic, and political cultures that developed in the North and in the South.
Project Objectives:
Explain the political, economic, and social causes for the American Civil War through the evaluation of primary and secondary sources by focusing on the authors main points, purpose, and perspective; examining different points of view; and assessing the credibility and validity of the pieces that analyze the different forms of government in human history.
Analyze the impact of the American Civil War on civilian populations through formulating questions and address these questions by using historical research and study to evaluate historical events and their impact.
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 });

