Instructions:
For your final project you will create a “picture book” of someone’s life.
#1. Create an imaginary person who lived between the years of 1400 and 1866.
Be sure to identify gender, race, religion, occupation, family etc.
THIS PERSON MUST LIVE 100 years.
#2. Collect pictures from the internet of places that person may have gone to, lived in etc.
(remember to keep it historically accurate) You must have 20 photos, no more no less.
#3. Create a PowerPoint or word doc of these pictures (in chronological order)
#4. Label the pictures, let us know what they are.
#5. Create a birth certificate and obituary for this person.
#6. Make sure to cite all of your sources.
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 });

