1. Presenting an opinion
The purpose of this assignment is to understand why research and evaluating evidence is important. You are asked to select one topic and, in one paragraph, present your thesis (belief) about the topics. Then explain why you believe that your thesis has merit or is valid. This will help us understand how we come to believe what we believe. We will have the opportunity to really think about the ideas and values we hold and why we hold them.
Your writing assignment will be to find one academic source using the TCC library website. That source should be an academic journal. After selecting that source and reading that source, you will include that source as evidence in your paragraph. Incorporate one quote from your source into your paragraph. That quote should speak for the article as a whole. Use in text MLA citation and include a Works Cited (MLA format) page for the source.
1. Dieting makes people fat.
2. Romantic love is a poor basis for marriage.
3. The war on terror has contributed to the growing abuse of human rights.
4. High school graduates should take a year off before entering college.
5. All citizens should be required by law to vote.
6. All forms of government welfare should be abolished.
7. Both parents should assume equal responsibility in raising a child.
8. Americans should have more holidays and longer vacations.
9. Participating in team sports helps to develop good character.
10. The production and sale of cigarettes should be made illegal.
11. People have become overly dependent on technology.
12. Censorship is sometimes justified.
13. Privacy is not the most important right
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 });

