Assignment Question
Create a comic. From the article you choose, create a comic strip in PowerPoint. The comic should include ten (10) slides. Details should visually and artistically bring the article to life. Do not just describe what is around you, discuss what you do every day. Title the comic. Choose eight (8) different quotes from the article. Be sure to include the quotes with page numbers on the PowerPoint that you hand in. Article: “Repatriating More than Mapungubwe Human Remains: Archaeological Material Culture, a Shared Future and an Artificially Divided Past” (Module 8 Annotation) Comic Guidelines: Be creative and add details. Feel free to organize the comic strip however you’d like. Use background images. Each slide of the comic should have people with speech bubbles. Aim to tell a partial story, as there might not be enough room to construct an entire story. Be conscientious of the way African peoples are portrayed. Do not use offensive images. Use the theme, a history from below, to guide the way you construct your comic.
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 });