Rubric: Exceeds Expectations- Outstanding Effort and Product, Demonstrates Competency in Skills/Content 36-40 pointsClear, critical, articulate discussion of activist including background information, goals and accomplishments, as well as critiques/criticism Clear, consistent, correct, sufficient use of evidence to support statements18-20 points4 or more sources in Works Cited, all sources used in text citationsCorrect formatting on Works Cited/all in-text citations18-20 pointsStrong/clear thesis statementNo verb tense, 1st/3rd person, usage mistakesNo spelling mistakes, clear evidence of editing18-20 pointsMeets all assignment requirementsCivil Rights ID Biography Paper Instructions:Your job is to research the background, goals, accomplishments, and tactics that your identity (Ibram X Kendi) was/is known for. You need to find out enough information to:a) explain your person to me through a paper, andb) to be able to accurately and confidently discuss civil rights issues from this person’s perspective. This research paper is designed to help you learn about and better understand your person. Format: First Paragraph: Opening paragraph Introduce your person (Ibram X Kendi) with an interesting story about them (from your research) Then work towards a thesis statement that responds to this question: How has your person influenced civil rights and the cause for equality?Thesis Format: “So and so changed America by A, B, and C (specific historical evidence).”Second Paragraph: Biography ParagraphGive some basic details about your person. What is their background? Did their background influence their civil rights work?
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 });