HST 323
Name______________________________
Book Response / Evaluation Paper #2
The Rez Road Follies
(125 pts possible)
Historical narratives (and literary narratives) contain themes. After reading The Rez Road you are to choose a theme (identity, spirituality, cycle of life, customs, respect for nature, clash of civilization and Anishinaabe life, etc. – or a theme of your choice) and write a two page response paper describing how the theme you selected is used in the book you selected.
[You may use the book review I provided to locate themes in this work.]
NOTE: Your paper must be no longer than two pages, double spaced, typed, 12 font only, on plain white paper. Your response/evaluation must include the following and will be graded accordingly:
1. Introduction (25 pts. possible)
- Briefly summarize the book in a well written paragraph.
2. Body (75 pts. possible)
- How is this theme built through this whole book? (Trace the development of your chosen theme through the book.)
3. Conclusion (25 pts. possible)
- Summarize your opinion on this book.
- Who would find this book useful, and why?
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 });

