Write an essay on Breaking Through by Francisco Jiménez.Final Essay Prompt #2In Francisco Jimenez’s book Breaking Through, one of the most important themes is breaking down barriers. In order for Francisco to break down the barriers in his life, he needed to have a readiness for the people and experiences around him. In Breaking Through, Francisco narrates his experiences and those of his family living and growing up in California. Together, they faced obstacles including racism, poverty, and many other hardships. Please write an essay that directly responds to the prompt, clearly communicates a main argument, provides supporting ideas for this argument, and connects the supporting ideas. Prompt For this essay, discuss three examples of obstacles or hardships that Francisco and his family encountered and how Francisco and his family worked to overcome them. Provide at least three quotations with in-text citations from Breaking Through to support your point. ESSAY STRUCTURE Please include the following points and structure for your essay. Introduction In the first few sentences of the introduction, provide an overview of Breaking Through. The thesis statement should be the last sentence (or two sentences) of the introduction. ●Who is the author of this book, and what is the title of this book? ●What are the main ideas and events in this book? ●Thesis statement: What instances of obstacles or hardship do Francisco and/or his family face in Breaking Through? How do Francisco and his family work to overcome these obstacles and hardships? Body Paragraphs T.●Introduce the topic of this paragraph: ●Introduce the quotation (what is the context, who said it): ●Quotation (put in quotation marks and add in-text citation): ●Analysis of quotation (quote’s meaning and how it supports your argument): Body paragraph #2: Second example of obstacle/hardship●Introduce the topic of this paragraph: ●Introduce the quotation (what is the context, who said it): ●Quotation (put in quotation marks and add in-text citation): ●Analysis of quotation (quote’s meaning and how it supports your argument): Body paragraph #3: Third example of obstacle/hardship●Introduce the topic of this paragraph: ●Introduce the quotation (what is the context, who said it): ●Quotation (put in quotation marks and add in-text citation): ●Analysis of quotation (quote’s meaning and how it supports your argument): Conclusion ●Restate the thesis and main ideas of the essay ●Last closing remarks you want to leave with the reader
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 });