• Assignment includes a potential thesis statement, which is logical and persuasive.
• Assignment includes four annotations for sources related to the selected topic, and at least one source addresses a challenge or misconception about the topic.
• Annotations are well-developed, coherent, and logically organized.
• Annotations include a thoughtful summary of the source’s argument and purpose, assess the credibility of the source, and reflect upon the value of that source for supporting student’s argument for change.
• Annotations are original, and material from sources is paraphrased in the student’s own words.
***I have attached a sample of a bibliography and the Rubic**.
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 });

