Clearly, cultures have different perceptions of persuasive techniques and what constitutes evidence for those techniques. To help us explore this, consider what you find persuasive, and how does it relates to what someone in another culture might find persuasive.
Online, locate a persuasive advertisement for a product targeted to those in your culture. Then, locate a persuasive advertisement for a similar product but targeted to those in another culture.
How are the ads similar and different? Which one do you feel is more persuasive and why? Post a link to both advertisements (make sure you identify which one is targeted to your own culture, which one is targeted to another culture, and which one your find more persuasive) and respond to each of these prompts.
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 });

