Assignment 2 Grading Criteria
Maximum Points
When You Are a Participant:
Participated in all Grand Round discussions by adding points, citing related research, and proposing alternate points of view.
10
Responded to questions posed by the presenter.
10
Accurately analyzed the information in terms of making connections between what you are learning in the course and what you already knew.
10
Appropriately evaluated, critiqued, and challenged the points of view of others and substantiated your own points of view. Accurately synthesized the information presented by summarizing and drawing conclusions.
10
Wrote in a clear, concise, and organized manner; demonstrated ethical scholarship in the accurate representation and attribution of sources; and displayed accurate spelling, grammar, and punctuation.
10
Total:
50
For the participants:
Those not assigned to present this week should review at least two presentations and participate in the discussion. Here are some guidelines for participation:
•Prepare for the discussion by reading the presenters’ submission.
•Keep your participation at the level of critical thinking—analyzing, synthesizing, and evaluating. Make connections between what you are learning in this course and what you already know.
•Make comparisons and challenge points of view. Interact with both presenters and other students.
•Add to the experience using what you might have read about the topic or experienced personally.
•Be prepared to substantiate your points of view.
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 });

