Lying is a technique of persuasion. Sometimes it’s justified (e.g., wartime propaganda), sometimes it’s not.
Think of a time when somebody lied to you in your workplace. (Don’t think about the lies of family members, friends, celebrities, or politicians.) Describe the lie, what it was intended to accomplish, what it actually accomplished, and its other consequences. Be sure to mention, discuss, and prioritize all the factors involved; for example, the liar(s) may have had several goals, and there may have been several consequences. Offer a complete, concise, logical discussion, using proper English.
As before, you should support your analysis using the sources mentioned in the Case, SLP, or Background Info. Identify each source with an in-text citation. There’s no need to place the full reference at the bottom of your posting if the reference appears in the module: otherwise, it’s required.
comment on your classmates’ postings, using the criteria above. Your comments should be relevant, positive, and constructive; further, they should advance the discussion. As in a face-to-face class discussion, you should “think before you speak.”
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 });

