The assignment for this module contains two parts. Respond to both parts of this assignment on one Word document.
1. Click here and familiarize yourself with the map of the Middle East. Then answer the following questions: Which countries border Saudi Arabia? Which bodies of water border Saudi Arabia? Which countries are across the Red Sea to the west of Saudi Arabia? Which countries are across the Persian Gulf to the east of Saudi Arabia? Which countries border Afghanistan? Which countries border Syria?
2. After completing the readings for this module and watching the NBC Learn videos below (links are located in the Webliography), answer the following question: What unique challenges do Muslims face in America? You can use paragraph, list, chart, drawing, or graph form to respond.
NBC Learn videos (links are located in the Webliography): Arabs Face Increased Racism After 9/11 Muslims in America Face Suspicion and Prejudice Muslims Are Victims of Hate Crimes after September 11th Oklahoma Fights Stereotypes after 9/11 Plan for Mosque at Ground Zero Is Met with Protests Many Arabs Feel They Are Victims of Racial Profiling at Airports Swearing In of Muslim Congressman Sparks Controversy
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 });

