How does sunflower grow?
anotbib.html
Annotated Bibliography Guidelines and Rubric
Assignment
For the Final Research Essay, you will analyze A Doll House using a common theme such as marriage, death, conflict, male/female relationships, reality vs. illusion, freedom/oppression, or justice. The use of three secondary sources is required. For this assignment, write an annotated bibliography for the three secondary sources you will use in the research essay, as well as the primary source. Go to the library databases and find three secondary sources on the topic you are analyzing. Provide an MLA style citation for each source. Under that, write an annotation with the following elements:
- A summary statement of the source, followed by an in-text, parenthetical citation (author’s name).
- A statement that explains how the source will be useful in your analysis.
- A statement about why your reader should trust that this is an academically credible source.
For the primary source, the annotation would simply be: "This is the primary source for the paper." (author's name)
All annotations should be listed in alphabetical order according to the author's last names.
A sample annotated bibliography with two sources follows this page.
You must complete the Plagiarism Tutorial and Quiz or you will be unable to access the dropbox for this assignment.
Grading Rubric (25 Points Total)
| Criteria | Level 5 | Level 4 | Level 3 | Level 2 | Level 1 |
|---|---|---|---|---|---|
| Sources | Lists three valid, academic secondary sources that pertain to the topic and analysis. Sources derived from library databases. Primary source listed in alphabetical order. | Lists three secondary sources, most are academic and fits the scope of the essay. Most are from online databases. Primary source listed in alphabetical order. | Lists less than three secondary sources, or some sources are not academic. Primary source is not listed or not listed correctly. | Lists less than three secondary sources, none of which follows the guidelines for the assignment. Needs improvement in approach toward research. Primary source is not listed or not listed correctly. | Lists less than three secondary sources, regardless of scholarly status.Primary source is not listed or not listed correctly. |
| Annotations | Fully developed summaries and descriptions of sources that offer insight into what the source is about and how it fits into research. | Good summary and description of the source, but needs a little elaboration. | Provides good initial summary and description, but is too brief and needs a little more depth. | Summaries and descriptions are too brief, needing more development and insight into the source. | Does not provide any annotations to sources. |
| MLA format | Quotes and sources are properly formatted and cited. The document contains all of the following MLA formatting details: alphabetical order by author, double-spacing, headers with page numbers, hanging indents, correct works cited. | Quotes and sources are properly formatted and cited. The document contains many of the following MLA formatting details: alphabetical order by author, double-spacing, headers with page numbers, hanging indents, correct works cited. | Quotes and sources are formatted and cited but have minor errors. The document contains some of the following MLA formatting details: alphabetical order by author, double-spacing, headers with page numbers, hanging indents, correct works cited. | Quotes and sources are formatted and cited but don't follow MLA guidelines. The document contains few of the following MLA formatting details: alphabetical order by author, double-spacing, headers with page numbers, hanging indents, correct works cited. | The document has too few elements of MLA format and/or is missing citations for quotes, sources, etc. |
| Grammar, Style, Mechanics | Perfectly polished and clear writing observing correct grammar, effective clear style (concise and formal, use of third person only), with no typos. | Writing is mostly polished and clear writing mostly observing correct grammar, effective clear style (use of concise and formal language; use of third person only), with no typos. | Writing is effective but has some areas where grammar, style, typos need correction. | Writing contains many errors in grammar or style that affect readability. | Significant errors pervade the essay. |
ENGL 112: English Composition II
js/tabbedmodule.js
// JavaScript Document $(function(){ // INITIALIZES SLICKQUIZ PLUGIN "use strict"; $('#slickQuiz').slickQuiz(); // INITIALIZES BOOTSTRAP POPOVERS $(document).ready(function(){ $('[data-toggle="popover"]').popover(); }); // UPDATES ACTIVE TAB BASED ON NEXT/PREVIOUS BUTTON CLICK: // 1. Ensure the final lecture tab's "next" button has the id "toreview" in your HTML file. You do not need to edit anything here. // 2. Set the previous button on the quiz to have the right id to link back to your last lecture page. Refer to the button ids below for information on which id to use. By default, the HTML id for the review's back button is set to id "lecture7prev", which will link it to Lecture 6. Again, you will need to make the edits in your HTML file, not here. //JS for buttons: $('#toreview').click(function(e){ e.preventDefault(); $('#mytabs a[href="#review"]').tab('show'); }); $('#overviewnext').click(function(e){ e.preventDefault(); $('#mytabs a[href="#activities"]').tab('show'); }); $('#activitiesprev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#overview"]').tab('show'); }); $('#activitiesnext').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture1"]').tab('show'); }); $('#lecture1next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture2"]').tab('show'); }); $('#lecture1prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#activities"]').tab('show'); }); $('#lecture2next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture3"]').tab('show'); }); $('#lecture2prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture1"]').tab('show'); }); $('#lecture3next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture4"]').tab('show'); }); $('#lecture3prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture2"]').tab('show'); }); $('#lecture4next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture5"]').tab('show'); }); $('#lecture4prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture3"]').tab('show'); }); $('#lecture5next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture6"]').tab('show'); }); $('#lecture5prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture4"]').tab('show'); }); $('#lecture6next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture7"]').tab('show'); }); $('#lecture6prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture5"]').tab('show'); }); $('#lecture7next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture8"]').tab('show'); }); $('#lecture7prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture6"]').tab('show'); }); $('#lecture8next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture9"]').tab('show'); }); $('#lecture8prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture7"]').tab('show'); }); $('#lecture9next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture10"]').tab('show'); }); $('#lecture9prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture8"]').tab('show'); }); $('#lecture10next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture11"]').tab('show'); }); $('#lecture10prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture9"]').tab('show'); }); $('#lecture11next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture12"]').tab('show'); }); $('#lecture11prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture10"]').tab('show'); }); $('#lecture12next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture13"]').tab('show'); }); $('#lecture12prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture11"]').tab('show'); }); $('#lecture13next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture14"]').tab('show'); }); $('#lecture13prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture12"]').tab('show'); }); $('#lecture14next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture15"]').tab('show'); }); $('#lecture14prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture13"]').tab('show'); }); $('#lecture15next').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture16"]').tab('show'); }); $('#lecture15prev').click(function(e){ e.preventDefault(); $('#mytabs a[href="#lecture14"]').tab('show'); }); });
css/custom.css
/* IMPORTANT: Please use this file instead of tabbedmodule.css to customize colors and other styles. Edit away! */ figure{ display: table; } figcaption{ font-size: .9em; margin: auto 20px; text-align: right; color: #414649; }
css/colors.css
/* This file sets module colors to match those on the ccis.edu website, please do not modify. */ /* Official CC website colors and fonts: Navy: RGB 23 43 84 #172B54 Gray: RGB 118 118 118 #767676 Yellow: RGB 255 216 0 #FFD800 Teal: RGB 23 155 144 #179B90 Red: RGB 233 47 50 #E92F32 Most text and some backgrounds use Black 90% (RGB 26 26 26, #1A1A1A) Fonts: Museo Sans: weights 100, 500, 900 Museo Slab: weights: 100, 500 */ a { color: #418ac9; } p { color: #1A1A1A; } h1 { color: #1A1A1A; } h2 { color: #172B54; } h3 { color: #179B90; } h4 { color: #179B90; } h5 { color: #E92F32; } .activities { color: #333333; }
css/tabbedmodule.css
/* TABBED MODULE TEMPLATE CSS */ /* updated 8/22/2016 */ /* IMPORTANT: Please make custom changes to css in the custom.css file rather than this one. */ img { border:thin; border-color:#000; border-style:solid; margin:15px; box-shadow:1px 1px 3px #000; } p { color: #373737; font-size: 1.1em; margin-top: 5px; margin-bottom: 5px; } .btn { margin: 20px 0 0 0; } /* STYLES THE REVIEW */ .button { float: left; width: auto; padding: 5px 15px; color:#ffffff; background-color:#337ab7; border: 1px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-decoration: none; } .button:hover { background-color:#286090; text-decoration:none; color: #fff; } .startQuiz { margin-top: 40px; } .tryAgain { margin: 20px 0; } /* clearfix */ .quizArea, .quizResults { zoom: 1; padding-bottom: 40px; } .quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after { content: "\0020"; display: block; height: 0; visibility: hidden; font-size: 0; } .quizArea:after, .quizResults:after { clear: both; } .questionCount { font-size: 14px; font-style: italic; } .questionCount span { font-weight: bold; } ol.questions { margin-top: 20px; margin-left: 0; } ol.questions li { margin-left: 0; } ul.answers { margin-left: 20px; margin-bottom: 20px; } ul.responses li { margin: 10px 20px 20px; } ul.responses li p span { display: block; font-size: 18px; } ul.responses li.correct p span { color: #6C9F2E; }ul.responses li.incorrect p span { color: #B5121B; } .quizResults h3 { margin: 0; } .quizResults h3 span { font-weight: normal; font-style: italic; } .quizResultsCopy { clear: both; margin-top: 20px; } label { max-width: 90%; } input[type="checkbox"], input[type="radio"] { margin: 4px .5em 0; vertical-align: top; } /* TABLES */ table { margin: 6px 0 12px 0; width: 100%; border-collapse: collapse; border-bottom: 2px solid #666; } th { background-color: #FCF8F5; font-weight: bold; vertical-align: top; border: 1px solid #E8E5E1; padding: 5px; font-size: 1em; color: #154758; } td { border-collapse: collapse; padding: 5px; vertical-align: top; border: 1px solid #E8E5E1; font-size: 1em; color: #30302f; width: auto; } tr { border-collapse: collapse; padding: 5px; margin: 0; vertical-align: top; } /* PRINTS ALL TABBED CONTENT */ @media print { .tab-content > .tab-pane { display: block !important; opacity: 1 !important; visibility: visible !important; }}
css/slickQuiz.css
/* BASE QUIZ STYLES */ /* These styles ensure that the necessary elements are hidden for toggling */ /* DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING!! */ .startQuiz, .nextQuestion, .backToQuestion, .questions li.question, .questions li.question .responses, .questions li.question .responses .correct, .questions li.question .responses .incorrect, .quizResults { display: none; } /* If response messages are disabled or only shown on quiz completion, nextQuestion button IS checkAnswer button - so it must be displayed */ .nextQuestion.checkAnswer { display: block; } ol.questions, ul.answers, ul.responses, ol.questions li, ul.answers li, ul.responses li { list-style-type: none; }