Essential to offering a critical read of anything is studying how writers or speakers use language (or other images) to persuade or otherwise communicate with their audience. As a means of tuning your minds to this kind of practice, please watch this video, and respond by pointing out the following:
What is the situation? What is the problem or situation they\’re seeking to address?
What is the video\’s main purpose?
What is the video\’s primary claim or thesis?
Who is the intended audience?
How would you describe the genre of the video, and how does that lend clarity and/or weight to the argument being made?
You should write complete sentences for each question, and respond FULLY
This is the video https://m.youtube.com/watch?v=h1Lfd1aB9YI
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 });

