Watch the movie 12 Angry Men- https://www.youtube.com/watch?v=nfAbTyAcgpE
Write an analysis of the use of Persuasive Theories, models of persuasion, and/or techniques. Minimum of 8 pages no more than 10 pages. APA style.
Persuasive Theories used for paper can consist of: Dance and Larson’s Functional Theory, The Linking Function, The Mentation Function, The Regulatory Function, Criticism of Functional Theory, Cognitive Consistency Theories: The Need for Stability, Festinger’s Cognitive Dissonance Theory, Methods of Dissonance Reduction, Dissonance and Social Control, Criticisms of Dissonance Theory, Theory of Reasoned Action: Attitude Revisited, Behavioral Intentions, Cognitive Influence Theories: How are outcomes controlled through communication, Cognitive Responsive Theories, and Using Knowledge of Behavioral Intentions to Control Others, Criticism of Reardon’s Model, The Life Span Approach, and Criticism of Reasoned Action Theory. It is important to use as many theories and models as you can. A minimum of 5 should be used.
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 });

