Assignment Question
For our culminating project, you will create a multimedia webpage based on our class material. Gather the best resources from the web (text, links, images, videos, etc.) and arrange them to creatively represent what you’ve learned this term. You may use popular resources such as magazine articles, blogs, and opinion pieces if they are relevant and factual, but you are required to find a minimum of 7-10 “scholarly sources”. Scholarly sources include books from academic publishers, peer-reviewed journal articles, and reports from research institutes. There is no minimum or maximum number of popular sources for this project, but please keep in mind that you must cite and annotate every reference used.
Your webpage should function as a teaching tool to share our course themes/concepts/ideas with others in an accessible, digital format. You may choose to deeply explore one topic of interest from our course, or you may survey multiple topics/concepts from our course. Please proofread before submission to avoid typos and grammatical errors and ensure all links work correctly.
Required Webpage Components Include a minimum of 7-10 scholarly web resources that are different from our course materials. These can be linked/embedded videos, article excerpts, graphs and charts, etc. Include a link to a page where you annotate (write short descriptions of) each resource you used. Why did you choose them? What are users meant to learn from them?
Note that pasting a link to a YouTube video or an article from our Canvas page is not a proper citation. Make sure that all links and uploads are functional. Include a link to an explanation page on your site that briefly explains (in your own unique voice) the overall takeaways and what users are meant to learn from your webpage. Include a citation page where you cite all sources (including images and videos) using APA formatLinks to an external site.. https://digital-final-project-lauren.weebly.com/
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 });

