In your paper,
Present a revised argument in standard form, with each premise and the conclusion on a separate line.
Present a counterargument in standard form, with each premise and the conclusion on a separate line.
Provide support for each premise of your counterargument. Clarify the meaning of the premise and supporting evidence for the premise.
Pay special attention to those premises that could be seen as controversial. Evidence may include academic research sources, supporting arguments, or other ways of demonstrating the truth of the premise (for more ideas about how to support the truth of premises take a look at the instructor guidance for this week). This section should include at least one scholarly research source. For guidance about how to develop a conclusion see the Ashford Writing Center’s Introductions and Conclusions.
Explain how the conclusion of the counterargument follows from its premises. [One paragraph]
Discuss the primary points of disagreement between sincere and intelligent proponents of both sides. [One to two paragraphs]
For example, you might list any premises or background assumptions on which you think such proponents would disagree and briefly state what you see as the source of the disagreement, you could give a brief explanation of any reasoning that you think each side would find objectionable, or you could do a combination of these.
Present the best objection to your original argument. Clearly indicate what part of the argument your objection is aimed at, and provide a paragraph of supporting evidence for the objection. Reference at least one scholarly research source. [One to two paragraphs]
See the “Practicing Effective Criticism” section of Chapter 9 of your primary textbook for more information about how to present an objection.
For further instruction on how to create arguments, see the How to Construct a Valid Main Argument and Tips for Creating an Inductively Strong Argument documents as well as the video Constructing Valid Arguments.
For an example of how
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 });

