1.Was Dr. Ossian Sweet a fool of buy a house in a white neighborhood in Detroit in 1925? Back up your opinion with facts and persuasive reasons.
2. Was justice done in the case of Ossian and Gladys Sweet and the other nine defendants? To what do you attribute its success or failure?
3. Is there an argument to this book, or shall we say a theme? What is it?
4. What is the autor’s method or approach? How is the book organized?
5. What primary sources does he use?
6. What are the stregths of the book?
7. What are the weaknesses?
8. What questions do you have about the book or the event?
9. Was justice done in the case of Ossian and Gladys Sweet and the other defendants?
10. How does a focus on the case of the sweets change what we already knew about America in the Jazz Age?
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 });

