ASummary of film30 points Provides a thorough understanding of the synopsis in the film(27 -30 points)Explain and describe the main character as it relates to the field of Human Services30 points Provided a thorough understanding of the main character and describes in detail how the main character is related to the field of Human Services. Included relevant, examples, facts and details that richly connect to the field(27-30 points)Describe the professional values, ethics, listening skills and techniques used in the movie20 points Provided a thorough description of the ethics, values, listening skills and techniques used in the movie. Provided examples that richly depict the main character(18-20 points)Explain why you chose the movie and how you connected with the main character10 points Provided a thorough explanation of why you chose the movie, description of how you connected with the main character(9 – 10 points)General Writing Skills, i.e., syntax and mechanics10 points Uses appropriate language that skillfully communicates meaning to readers with clarity and fluency, and is virtually error free(9-10 points)
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 });

