Assignment 5
1. Do a page by page summary of Sexton (1-1/2 pages)
Example (p.1 – Sexton says blah, blah blah; page 2. Talks about x, y, z).
Then answer the following questions:
a. Why does Sexton think the ultimate racial division is not white/people of color, but Black/non-Black?
b. What is his critique of “oppression Olympics?”
c. What does he mean by “people of color blindness?”
d. What do you think of his argument?
2. Assess the different position by Sexton and “We are not all Trayvon” on one hand, and “Native Lives Matter” and “Race Beyond Black and White” on the other hand. 1 page
a. What explains the different perspectives and positions? b. Are these positions reconcilable? If so, how?
c. What is your position on this debate and why?
3. Provide an example in the media of what Sexton would see as an example of anti-Blackness specifically? (1⁄2 page)
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 });

