Ladies and Gentlemen,
I am providing the following assignment as an EXTRA CREDIT CHALLENGE to bolster individual standings.
This assignment is NOT mandatory!
Grading will be based upon 0 3 percentage points, which will be added to the overall percentage at the conclusion of the semester. As such, an overall grade of 87% could be raised to 90%, if all 3 points were achieved.
You will NOT be penalized for deciding NOT to participate.
Post your voluntary responses to the designated drop box under the Content tab PRIOR to Monday, November 14, 2016 11:59pm.
——-
EXTRA CREDIT CHALLENGE
Prepare a written argument of at least five (5) paragraphs arguing your point of view on the following:
The President of the United States proposes a law for Congress to pass, which would severely sanction any United States company that manufactures its product outside the United States.
These companies are benefitting on outsourced, cheap labor/costs while removing job potential for American citizens thereby increasing the unemployment rate.
The purpose of the law would be to discourage these companies by greatly diminishing any profits through applicable sanctions.
——-
You are a member of Congress called upon to argue for or against this proposition.
SELL YOUR POINT OF VIEW!
I strongly advise against reiterating the fact pattern as part of your answer.
Your colleagues in Congress already know them.
——-
Provide at least five (5) paragraphs or more of argument.
I am looking strictly for presentation, content and how you manage your written argument; outlining your points prior to writing will assist in the arrangement.
NO need to provide citations or a bibliography.
A lengthy, wordy response is not necessarily worth the number of words written.
Be concise and confident.
ARGUE YOUR POINT as a Member of Congress.
Instruction files
extra_credit_1_1_.docx(21,00 KiB)
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 });

