For this assignment, you will use the Rogerian Argument Model to persuade
your opposition that your position can be valid through the use of
compromise. In other words, the audience for this paper will be those who
oppose your position. Follow the following four-step format (NOTE: The four-
step process does not mean four paragraphs! Your essay should be at least
six paragraphs long, approximately 900-1000 words).
1. Generically introduce the topic and show how it affects those on both
sides of the argument. This should be done in such a way that DOES NOT
show bias toward your position regarding the problem or issue. This section
explains or depicts the issue while making sure not to influence the audience
or reveal your position. Both sides in the argument should agree with this
section of the essay.
2. Identify your oppositions point of view and explain it empathetically. This
section of the essay should show that you understand your opponents
position and can present it in such a way that does not attack or repudiate
your audiences point of view. This section also shows in which contexts and
under what conditions elements of the opponents position may be valid.
Many times, it is simply the acknowledgement that the opposition does have
valid points! Remember, this part of Rogerian Argument is absolutely critical!
3. State the affirmative position and explain the contexts in which that
position is valid. This section should be presented in a way that does not
alienate the audience. Be careful not to make the opponent feel wrong.
4. Show that there is common ground between the two positions. Explain
how the opponents position will be beneficial if they adopt elements of the
affirmative position. This section shows that the two positions complement
each other and that each supplies what the other lacks. Try to reach a
compromise that might solve the problem to the satisfaction of both sides.
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 });