Essay Prompt:
When our environments shape our outcomes entirely, we demonstrate little agency; on the other hand, when we shape our environments that can affect our outcomes, we demonstrate agency. Agency is a persons will to act.
In an 3 paged first draft, written in MLA-format, with an Annotated Bibliography Links to an external site., consider lessons drawn from the texts you have read this semester and peer/scholarly articles you will research for this paper, to include your analysis of two people, one person or story of your choosing from And Still We Rise and the other being your interviewee (instructions above this prompt), to develop a clear and persuasive argument to the following question:
To what extent are students just products of their environments, and what should be done to help students utilize their agency to close the academic achievement gap?
Formulate a tentative thesis statement to the question Are we just products of our environments? The thesis should be formal and should not look like No, we are not just products of our environments. Be specific as to why or why not. Why this matters? How does it connect to a larger issue?
Gather your notes on your chosen two subjects from And Still We Rise AND the successful person you interviewed. Then review their journeys. Were you correct in your hypothesis? Did they find success, or did they become part of the statistics? Why or why not?
Completing peer/scholarly reviewed research takes time and experience with how to navigate the databases. Support from the Librarian is vital for this paper.
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 });