Assignment #2
Due Monday, 11/23 by 10pm. Late submissions lose 10 points per day. Feel free to turn in early. Choose one essay from Section 1.
Section 1:
What role did kinship and descent play in the social structure of a chiefdom? Give examples.
OR
What was the role of trade and exchange in chiefdom societies? Give some specific examples of how goods were acquired and transferred from one individual to another.
Submissions should be 1 page and submitted through the Assignment Tab. Submit as an attachment (.doc, .docx, .rtf, .pfd ONLY please. Other formats will be not be readable). Please use proper spacing (no more than double spacing), proper font size (12 pt) and formatting.
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 });

