Assignment 2: Advertising Claims
In this assignment, look for and provide two advertisements that you think contain logical fallacies. Use any advertisement that you can find in magazines, on television, or from the Internet for this assignment.
Your two examples must represent two of the following logical fallacies:
Appeal to Popularity
False Cause
Appeal to Ignorance
Hasty Generalization
Limited Choice
Appeal to Emotion
Personal Attack (ad hominem)
Circular Reasoning
Diversion (Red Herring)
Straw Man
The goal is to examine statements critically, looking for logical flaws.
In your post, address the following questions:
What logical fallacies are represented in the advertisements you found?
What are some reasons for your skepticism?
Based upon your examination, how would you redo the advertisement to make it more truthful? Would this be possible?
Write your initial response in a minimum of 200 words. Apply APA standards to citation of sources.
By Saturday, August 15, 2015, post your response to the appropriate Discussion Area. Through Wednesday, August 19, 2015, review the postings of your peers and respond to at least two of them. Consider commenting on the following:
Do the advertisement examples fit the logical fallacies stated? Explain.
Could there be other logical fallacies involved in these examples?
Do you think that advertising would be more effective if it relied more upon truthful arguments and less on logical fallacies? Explain.
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 });

