The goal is to present contrasting arguments using information from credible sources and to evaluate the strengths and weaknesses of these positions using content from the course.As you put this together, are you following the critical analysis process that we emphasize in critical reasoning? This means fairly considering all research equally before reaching a conclusion.Your rough draft should include 1–2 paragraphs for each of the following elements:Introduction: Identify the issue/topic. Provide the necessary background and important recent developments. Define key terms and concepts.Arguments and Counterarguments: Summarize the best arguments on both sides of the issue. Include relevant research from credible sources used to support each conclusion.Evaluation of Critical Thinking: Assess the strength of the arguments and the quality of thinking surrounding this issue.Identify weaknesses in critical thinking such as fallacies, rhetorical devices, vague language, and cognitive biases. Provide specific examples of how these weaknesses appear in arguments, using terminology and definitions from the courseEvaluate the quality of scientific and anecdotal evidence using the standards of inductive and deductive reasoning described in the course. Consider the quality of causal relationship, analogies, generalizations, and/or moral reasoning.Conclusion: Analyze the totality of research and offer a critical thinker’s response to the issue. Identify your own position and experience with the issue and explain how your thinking of the subject has evolved as a result of your analysis.You must use a minimum of 5 research references in APA Style and include in-text citations in your paragraphs. Include a minimum of 3 academic peer-reviewed books or journal articles. Other sources may be used as supplemental sources, such as journalistic, government, web-based, or media sources. Sources should not include dictionaries, encyclopedias, or general information websites like Wikipedia. Consult your instructor regarding any source of which you unsure. Use the WCU Library as your best resource.Review the rubric for specific grading criteria.Points: 80
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 });