For this assignment you are to write your own slave narrative. Based upon the following scenario, you are to write (in first person i.e. as if you are Joe) about your life as a slave. Your narrative, although creative, MUST INCLUDE CORRECT AND SIGNIFCANT HISTORICAL DATA THAT ACCURATELY REFLECTS THE ACTUAL HISTORICAL EVENTS OF THE TIME. YOU WILL NEED TO DO ADDITIONAL RESEARCH AND GO BEYOND YOUR TEXTBOOK. You are to write about your life (family, labor, punishment, etc.) Please pay particular attention to the items in CAPS. This should prompt you on researching the historical significance of these items
Scenario: You are a slave named Joe. You were born in 1810 in South Hampton Virginia on a tobacco plantation. It is the summer of 1831. You weigh 230 pounds and are 6’2†tall. You are a field hand. You are married to Molly a fairly attractive Mulatto, who lives and works in the owner’s mansion as a Domestic Servant. The overseer, one-eyed Williams is a rather ruthless man with one objective only – “to meet productionâ€. You and Molly have three children ages 3, 5, and 7. The youngest is your only daughter. In 1841, you muster the courage to run away to the North and you live there until 1877 (the date of your slave narrative).
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 });

