Objective: To develop critical thinking skills and media literacy by comparing news articles on the same topic from different sources, utilizing AI to identify marketing and emotional trigger words. Students will reflect on the articles and use AI to generate unbiased content. Students will choose two news aggregators and compare the same story from different viewpoints, such as Fox News vs. CNN, TikTok vs. X (Formerly Twitter).
Here are some questions to consider:
How does news selection amplify one’s political views?
How do digital platforms impact the choice and quality of news for consumers?
What choices might writers, editors, producers, and so on make that could lead to bias in news sources?
How can headlines be misleading, and how can editors express bias by choosing whether or not to use a specific news story?
What are some ways to detect bias in news media, and why is it important to compare news reports from a wide variety of sources?
AI News Generators
Here are just a few possible options you can use. Please note that some require a paid subscriiption but almost all offer a free version or a free trial. If you know of others that I did not list below, please share them with me so I can use them in future classes.
ChatGPT
APP Sonic
Perplexity.ai
Bard
Texta
Write Sonic
Hour One
Step 1: Select a Topic
Choose a current event or topic related to American Government. Ensure it is covered by multiple news sources.
Step 2: Identify News Articles
Find two news articles from different sources covering the chosen topic. Make sure the articles present varying perspectives.
News websites (e.g., NYTimes.com, WashingtonPost.com, CNN.com)
News aggregators (e.g., Google News, Reddit, RealClearPolitics)
Social media platforms (e.g., Facebook, YouTube, Twitter, TikTok)
Television (cable news channels such as Fox News, CNN, MSNBC, or broadcast channels like CBS, NBC, and ABC)
Radio and podcasts (terrestrial talk radio, SiriusXM, podcast industry)
Newspapers (physical newspaper subscriiptions or purchases)
Pick a story and examine the same news story from contrasting perspectives (e.g., Fox News vs. CNN).
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 });