Research Question #1- (Short answers) What challenges did the Frederick Douglass (abolitionist), John Wesley Dobbs (Suffrage), and Coretta Scott King face during their movement? List 2 challenges for each person.
Research Question 2- (Can be on the same page as question 1) What contributions did each of them give during their movement or time? List at least 2 contributions for each person.
Question 3- Who do you think was the most influential to the life you live today?
The next part is only about John Wesley Dobbs.
Part 1. Pretend you are John Wesley Dobbs right before the movement. Write an article convincing your readers to follow you and join your cause. You may include information on the cruelties of slavery and unfair treatment. This part should be 4 paragraphs.
Part 2. Create a short poem that describes who John Wesley Dobbs was, how you were able to connect with him or, why you like him. You can create the poem describing Dobbs, or write the poem to Dobbs.
Part 3. Pretend you are Dobbs and create a speech describing the challenges you faced about your beliefs and how you overcame those challenges. This should be 2 paragraphs.
Part 4. Create a persuading presentation explaining John Wesley Dobbs and why he had such an impact on his movement. Use previous parts of this assignment to bring the presentation together.
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 });