Discussion #1 – What is an Argument?
In 200 to 300 words, describe argument in your own words. Include the roles of the four basic elements of an argument in your description. Give an example of an argument you have experienced and identify the claims, evidence, counterargument, and rebuttal used.
Discussion #2 – Argument, Keyword, and Thesis Statement Workshop
In 200 to 300 words, share your chosen research topic for this class and write a few sentences on each of the following:
- Share the kind of argument you hope to make and why.
- Identify five to ten keywords for your library research and explain your choices.
- Write a single-sentence thesis statement for your research paper. Explain your development process and how you used the Two-Minute Tutorial: Thesis Statements. Be sure to compare your work to the “Thesis Checklist.”
- Include any areas of confusion or questions you have for the class and/or your instructor
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 });

