Why do people drop out of college?
Though your essay must address the topic, you should focus on an aspect of the topic that interests you. For example, you might focus on a particular population (immigrants, minorities, men, etc.), a particular type of college or post-secondary educational institution, a particular geographic area, students of a particular discipline, and so on. Review pages 16-19 in A Writer’s Reference and pages 289-298 in Writing from Sources for examples of narrowing a topic to a thesis statement.
Your own ideas are your most important source for this essay. Your essay can include anecdotes (or short, often entertaining stories that illustrate a point) from your own experience in education. Regardless of whether you decide to include such stories, however, your essay will be comprised mainly of your own ideas through your analysis, comparison, and evalution of your other sources and through the framework you create with your introduction, conclusion, and topic sentences.
In addition to your own ideas, you must use at least FOUR credible sources suitable for use in academic writing. No more than two of these sources may be Web sites, though all of them may be accessed electronically. (Meaning that sources like articles accessed through library databases and eBooks do not count against this limit.)
Keep in mind that most of the work of your essay should happen before you ever begin writing it–once you’ve chosen a focus, you will want to research it by finding sources, creating a list of which relevant ideas they present, and starting to organize those ideas into topics for your essay.
Developing Your Essay
You should develop your essay as described in the reading in Chapter 6 of Writing from Sources and section C2 of A Writer’s Reference. Your essay should smoothly synthesize your chosen sources with your own ideas in order to create a new, insightful description of your topic.
As you organize your materials and decide where each of your chosen sources will fit into your essay, you will also have to make decisions about whether to use summary, paraphrase, or direct quotation. Use the guidelines discussed in each of the respective chapters in Writing from Sources to help you decide which is most appropriate. In particular, be wary of using too much direct quotation–ask yourself whether what you are quoting is really worthy of preserving word-for-word, or whether paraphrase would work just as well. Whichever you choose, make sure your summaries and paraphrases contain no unmarked borrowed language from the source, your direct quotations are accurate and punctuated correctly, and that all three have the author’s name and a parenthetical citation.
Since this is a full essay, you also need a works cited page.
Four sources. Two out of books and the other two online.
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 });

