Write a paper that exhibits your knowledge of how to use databases to discover research.THESE ARE THE RUBRICS: Thesis Structure 10 pts Proficient Thesis is 1-2 sentences long and appears somewhere on the first page. The thesis contains the limited topic. The thesis contains the argument. The thesis contains the explanation or evidence. Thesis Content 10 pts Proficient The thesis is clear, specific, and analytical. Overall Organization of Essay: Structure and Length 10 pts Proficient Essay contains an intro, body, and conclusion and contains the required number of body paragraphs required by the directions. Overall Organization: Introduction and Conclusion 10 pts Proficient Essay has a unified, organized introductory hook at least 5 sentences long in an introductory paragraph totaling 6 sentences and essay has a unified, organized concluding hook at least 5 sentences long. Also, the essay restates the thesis in the concluding paragraph. Body Paragraph Structure 10 pts Proficient Each body paragraph is 8-12 sentences long. Each body paragraph has clear topic sentences comprised of the student’s own words. Each body paragraph has clear concluding sentences comprised of the student’s own words. Each body paragraph has a logical order. Each body paragraph uses transitions. Use of Quotes and Evidence 10 pts Proficient All body paragraphs contain 2 pieces of reliable evidence (quotes) per paragraph. Quotes/evidence are relevant to the subject as required by the directions. Essay contains no unsupported assertions or facts without citation. Evidence: Format of Quotations 10 pts Proficient Quotes are properly introduced; that is, no sentence in the essay begins with a quote. No quotes appear in run-on sentences. Sentences that contain quotes are properly punctuated. Analysis: Content 10 pts Proficient Essay contains 2 sentences of analysis for every quote. All body paragraphs stay on topic. Completely and thoroughly proves the thesis. Analysis relates to the real world. Analysis uses Toulmin warrants to tie evidence to the thesis. Tone/Grammar/Spelling/Punctuation 10 pts Proficient Essay uses a tone that convinces the audience and uses precise language to express complex ideas. Has few to no errors in grammar, spelling, and/or punctuation. MLA Format Overall MLA paper format (what the essay looks like) 10 pts Proficient Essay uses proper MLA format with no errors. MLA Citation (In-Text Citations and Works Cited Page 10 pts Proficient Essay uses proper MLA in-text citation with few to no errors. Essay follows MLA citation format for works cited page with few to no errors. Quality of Source Material (use of sources from the Pierce College Library Databases) 10 pts Proficient Essay uses the number of sources from the Pierce College Library Databases as required by directions and essay demonstrates an understanding of how to find research in the databases.
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 });