STEP 1: Search magazines, websites, newspapers, blogs, or other media venues to find advertisements. Search for advertisements with people in them that are related in some way to sex, gender, or sexuality, as discussed in this module. They can be either print ads or commercials.
STEP 2: Find two different advertisements—one that portrays a “negative” or stereotypical view on gender or sexuality, and then one that portrays a “positive” view on gender or sexuality. Post pictures or provide links to these advertisements.
STEP 3: Answer the following questions about BOTH advertisements, in a paper of 250-500 words.
How does this advertisement portray gender, sex, or sexuality? What is the ad intentionally trying to sell? What unintentional messages might it also be sending?
Who is the intended audience of this advertisement? Are there any stereotypes in this ad? How do you think this ad is received? Do you think it is effective? Explain.
If you could make adjustments or changes to this advertisement, what would you do, and why?
STEP 4: Write a summary paragraph describing your own personal views on gender in advertising. Do you think advertising on the whole is becoming less stereotyped, or more so? How have you seen examples of this in your own life? What steps, if any, do you think should be taken to improve future advertisements?
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 });

