/**
*  1/19/05 (A. Gonzalez) Chapter No., Book No. and Title Added
*  6/20/05 Modified: (J. Lucca) Removed frames from quizzes.
*  7/7/05 Modified: (J. Lucca)
*     Can turn off HISTOGRAM and randomize_questions on any ch##.htm page
*     by setting them here to false. Both default to true in quiz.js.
*  12/1/05 Modified: (J. Lucca)
*     Can turn off histogram SECTIONS and/or TYPES on any ch##.htm page
*     by setting them here to false. Both default to true in quiz.js.
*/

//////////////////////////////////////////////////////////////////////////////
// HISTOGRAM AND RANDOMIZE OPTIONAL SETTINGS
//    Can turn off per quiz or leave defaults (as set in quiz.js) as false.
//      randomize_questions=true; HISTOGRAM=true; SECTIONS=true; TYPES=true;
//////////////////////////////////////////////////////////////////////////////
HISTOGRAM = false
SECTIONS = false
TYPES = false

/**
* Required settings for all Gradebooks:
*    chapter_no, book_no, book_title
*
* Required when HISTOGRAM = true:
*    At least a section_title[] with its matching q#section for each question
*    or a type_title[] with its matching q#type for each question.
*    Without at least one of these you won't get any histograms.
*/

// ////////////////////////////////////////////////////////////////////////////
// BEGIN PASTE - Paste any existing quiz javascript questions
//               between this comment and one just like it near bottom of page
// ////////////////////////////////////////////////////////////////////////////


// General settings
var chapter_no = "individual26";
var book_no = 92453;
var book_title = "Anthology of World Literature";
quiz_name = "Matsuo Basho, The Narrow Road of the Interior";
var confirm = "http://www.wwnorton.com/college/english/nawol/quiz/confirm.htm";
number_answers = new Array(4,4,4,4,5,5,5,6,4,4);

var number_questions = number_answers.length;




q1        = "Walt Whitman worked as a volunteer nurse during ____.";
q1a       = "the American Revolution";
q1b       = "World War I";
q1c       = "the Civil War";
q1d       = "the French Revolution";
q1answer  = "c";
q1type    = "";
q1section = "";
q1review  = "Feedback: &quot;There he also served as a volunteer nurse, helping to care for the Civil War wounded.&quot;<br><br>Reference: p. 980";

q2        = "The writer in &quot;Song of Myself&quot; reveals himself to be _____ years old and in perfect health.";
q2a       = "seventy";
q2b       = "thirty-seven";
q2c       = "twenty-seven";
q2d       = "fifty-five";
q2answer  = "b";
q2type    = "";
q2section = "";
q2review  = "Feedback: &quot;I, now thirty-seven years old in perfect health begin, hoping to cease not till death.&quot; <br><br>Reference: p. 982";

q3        = "The poet  treats indifference, false compliments, battles, and moments of sickness and tragedy as ____.";
q3a       = "things that must be commemorated";
q3b       = "things that are not part of him";
q3c       = "things that should be contemplated and released through meditation";
q3d       = "things that should be abandoned in favor of a nature-oriented life";
q3answer  = "b";
q3type    = "";
q3section = "";
q3review  = "Feedback: &quot;These come to me days and nights and go from me again, but they are not the Me myself.&quot; <br><br>Reference: p. 983";

q4        = "What phrase does the writer use to demonstrate that his self is free of his body?";
q4a       = "&quot;Soul flying free of heart and body&quot;";
q4b       = "&quot;Not contained between my hat and boots&quot;";
q4c       = "&quot;Liberated of my pocket and pen&quot;";
q4d       = "&quot;I sing the body electric&quot;";
q4answer  = "b";
q4type    = "";
q4section = "";
q4review  = "Feedback: &quot;I pass death with the dying and birth with the new-washed babe, and am not contained between my hat and boots.&quot; <br><br>Reference: p. 983";

q5        = "The writer feels pity and shame for ____.";
q5a       = "nothing";
q5b       = "proud men who have been slighted";
q5c       = "boys who love women";
q5d       = "children and begetters of children";
q5e       = "B and C";
q5answer  = "a";
q5type    = "";
q5section = "";
q5review  = "Feedback: &quot;Undrape! You are not guilty to me, nor stale nor discarded, I...am around,...and cannot be shaken away.&quot; <br><br>Reference: p. 983";

q6        = "The writer makes it clear that he is a/an ____.";
q6a       = "Yankee";
q6b       = "Southerner";
q6c       = "American";
q6d       = "universal being";
q6e       = "non-denominational Christian";
q6answer  = "d";
q6type    = "";
q6section = "";
q6review  = "Feedback: &quot;Of every hue and caste am I, of every rank and religion.&quot; <br><br>Reference: p. 984";

q7        = "The &quot;kosmos, of Manhattan the son,&quot; refers to ____.";
q7a       = "Walt Whitman";
q7b       = "Native Americans";
q7c       = "Jesus";
q7d       = "the poet's daemon";
q7e       = "nature";
q7answer  = "a";
q7type    = "";
q7section = "";
q7review  = "Feedback: &quot;Walt Whitman, a kosmos, of Manhattan the son...&quot;<br><br>Reference: p. 985";

q8        = "The writer might prefer to live with animals rather than humans because animals ____.";
q8a       = "are wild and free";
q8b       = "do not weep for their sins";
q8c       = "do not complain about their living conditions";
q8d       = "are aggressive and natural";
q8e       = "A and D";
q8f       = "B and C";
q8answer  = "f";
q8type    = "";
q8section = "";
q8review  = "Feedback: &quot;They do not sweat and whine about their condition, they do not lie awake in the dark and weep for their sins...&quot;<br><br>Reference: p. 985";

q9        = "The writer claims to outpace a ________ even when standing still or sitting.";
q9a       = "wild boar";
q9b       = "steam train";
q9c       = "stallion";
q9d       = "leopard";
q9answer  = "c";
q9type    = "";
q9section = "";
q9review  = "Feedback: &quot;I but use you a minute, then I resign you, stallion, Why do I need your paces when I myself out-gallop them? Even as I stand or sit passing faster than you.&quot; <br><br>Reference:  p. 986";

q10        = "&quot;I sound my barbaric yawp over the roofs of the world&quot; may be interpreted to mean that the speaker ____.";
q10a       = "is not limited by social constraints or a single identity";
q10b       = "is a free person, entitled to behave instinctually";
q10c       = "is a man, and men are primal beasts";
q10d       = "is free as a bird, and can speak with the animals";
q10answer  = "a";
q10type    = "";
q10section = "";
q10review  = "Feedback: &quot;I too am not a bit tamed, I too am untranslatable, I sound my barbaric yawp over the rooftops of the world.&quot; <br><br>Reference: p. 987";


