:What is the cultural significance of Sojourner Truth? Cultural significance is more than just a biography. Go beyond the details of her life–why is she still important for us to study today? How does her famous speech, “Aint’ I a Woman?” still resonate with us? What role did Truth play in the history of abolition and women’s rights? What else stood out for you from this week’s readings? What interested you the most and why?Based on this week’s readings AND any other research you bring in (cite it!), describe the relationship between temperance, abolition, and suffrage. All three of those movements worked closely together in the late 19th-century to begin to eliminate slavery (as a legal institution), curtail domestic abuse resulting from drinking, and earn women the right to vote. They are all tied together–summarize your understanding of those three movements/terms. Use sources and QUOTE from them!Your quiz should be about 2-4 pages (600-1000 words–MINIMUM of 600 words)–and should incorporate specific references back to the readings/short clips in this week’s folder.Readings:https://www.womenshistory.org/education-resources/biographies/sojourner-truthhttps://www.youtube.com/watch?v=Ry_i8w2rdQYhttps://www.pbs.org/kenburns/prohibition/roots-of-prohibition/https://pluralism.org/abolition-and-women%E2%80%99s-rightshttps://www.history.com/this-day-in-history/seneca-falls-convention-beginshttps://www.historynet.com/womens-suffrage-movementhttps://www.history.com/topics/womens-history/19th-amendment-1#section_1
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 });