ARGUMENT WRITING ASSIGNMENT:Watch the video “Who’s Getting Rich and Why Aren’t You?” Remember that you must take a stand and argue for either the middle class workers or big business.Look at the organizational chart on the next page to help you organize your thoughts. You do not have to complete or turn in this chart.What do you think?After viewing the video, are you for or against big businesses downsizing their companies by laying off employees, closing factories, and taking over smaller companies?TTo help you focus on some of the major points, consider the following:Thousands of white collar workers laid off due to downsizingWho’s falling back?Who’s moving up?Intense and relentless competitionIs the American Dream changing?Fading?Is money freedom.You earn what you learn.Not enough skilled adults.Unskilled low-tech jobs leaving the United States.How can the worker fight back?Individual responsibility.No loyalty to employers or employees.Efficiency is survival.Attitude – Aptitude – Productivity – MotivationBuy American! Do you care?No choices – No optionsEducation determines earnings?No choices, no options for big business.Survival of the fittest. Strong back/good intentions – Are they Enough? Watch Lecture 10 – Watch Video: \”Who\’s Getting Rich and Why Aren\’t You?\”Part 1 -Part 2 – Part 3 -Part 4 -Part 5 -Part 6 –
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 });

