This week we are starting Writing Project 2, and we will be analyzing a text. Please carefully consider the article you choose to analyze below, as you will use that for your Writing Project 2 later this week. Step 1 Choose ONE Article Below “Bring down the Barriers–Seen and Unseen” (Links to an external site.) by Rachel Adams “College for the Intellectually Disabled” (Links to an external site.) by Charlotte Allen “Keeping the Promise to All American’s Children” (Links to an external site.)Links to an external site.by Arne Duncan Step 2 Read the Article and Complete the PACES Worksheet Read and annotate the article and complete the PACES worksheet. PACES Word Doc.docx Actions Step 3 Answer these questions in paragraph form Purpose (What is the writer trying to accomplish with the essay?) Audience (To whom does the writer try to appeal? How does the writer try to connect with that audience?) Organization (How has the writer structured and presented the argument?) Nods to the Opposition (How does the writer anticipate and address arguments that might be made against his/her position?) Definition (How does the writer define key terms used in the argument?) Examples (What sort of examples/analogies does the writer use as evidence?) Appeals to Authority (How does the writer use other sources, experts, statistics, etc.?) Ethos (How does the writer present him/herself to the reader?) Logos (How does the writer appeal to the reader’s sense of logical reasoning?) Pathos (How does the writer appeal to the reader’s emotions, beliefs, and values?) Tone (What is the writer’s attitude towards the subject?) Diction and Imagery (What are the effects of the writer’s word choices?) Step 4 Post your response to the discussion board. Post, in paragraph form, your answers to the checklist along with the attached PACES worksheet to the discussion board. Step 5 Read and respond to other students’ posts. Read other students’ posts and respond to at least two of them. In addition to any other comments you may have, respond to the following: Do you think the thesis was well-supported? If you had to offer a critical writing opinion of the text, what would you tell the author to revise? Use your personal experience, if it’s relevant, to support or debate other students’ posts. If differences of opinion occur, debate the issues professionally and provide examples to support opinions. Please respond to at least two (2) classmates. EXTRA SUPPORT For quick tips on your initial post, check out the Write Strong Discussion Responses. If you need help submitting the discussion, remember to utilize our Canvas Discussion Guide. (Links to an external site.) DISCUSSION BOARD GUIDELINES Initial posts are due by WEDNESDAY at 11:59 PM Pacific Time Response postings should be completed no later than FRIDAY at 11:59 PM Pacific Time The key to a good discussion is interaction. Therefore, it is expected that you will log in and participate in the discussions on four (4) separate days per unit. Additional Prompts are due by SATURDAY at 11:59 PM Pacific Time Please note that posting all, or the majority, of your replies on the last day of the discussion after 6:00 pm will be considered for point deduction since this greatly decreases the interaction and impact of your posts. Interaction is the key to a productive and meaningful discussion between you, your peers, and your instructor, so your goal and approach should be meaningful interaction rather than meeting minimum point requirements.
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 });