Read Carol Berlin’s book “Revolutionary Mothers” and answer the follow questions in a well written college level essay (introduction, body, and conclusion) using the Chicago writing style format, double spaced.
Question 1: What was the role of all colonial women (American, African American [slave and free Black women], Native American), and how did their daily lives and activities transform during the Revolutionary period? Cite examples from the book
Question 2: How did all women participate with the “war effort?” In other words what actions did each group take to fulfill the “ideas of life, liberty and property?” Cite examples from the book
Question 3: Which group sacrificed their values the most in order to change/assist colonial society? Cite examples from the book
Question 4: Which group of women sacrificed the least and clearly explain why. Cite examples from the book
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 });