var TotalQuestions = 11;
var response = new Array();
response[21] = "CORRECT! <BR>You do need a depository 'stamp'. Everything in U.S. depository shipments are stamped.";
response[22] = "CORRECT!<BR> Call numbers are always written with a black ball point pen, except on maps, when you use a pencil<BR>";
response[23] = "RIGHT<BR>You may need to use an Avery label for the call number on dark covers.";
response[24] = "WRONG! <BR>Yellow S,D and R stickers are used only when processing, not box opening!<BR>";
response[25] = "CORRECT!<BR> Everything gets a date stamp.";
response[26] = "WRONG!<BR> Periodical stamps are only used for processing, not box opening!<BR>";
response[31] = "INCORRECT<BR>You do not put anything in envelopes when opening depository shipments. Those items are sorted later by supervisors so that they go into the correct type of envelope.";
response[32] = "CORRECT<BR>Items that need to go into envelopes are sorted later by supervisors so that they go into the correct type of envelope.";
response[41] = "CORRECT!<BR> This call number has a year and a number slashed on the end- this usually indicates a periodical!";
response[42] = "WRONG!<BR> This is not a periodical! You can tell because periodicals usually never have a letter right after the colon!";
response[43] = "CORRECT!<BR> This is a periodical! First of all, it has a year and numbered slashed onto the end. Secondly, the word 'April' appears in the title, suggesting the piece is received monthly!";
response[44] = "WRONG!<BR> This is not a periodical! It has a year after the colon, suggesting that we only receive it once a year (periodicals come three times a year or more!"; 
response[45] = "WRONG!<BR> This is not a periodical! This has a series number in the call number.  Series are not usually periodicals."; 
response[46] = "WRONG!<BR> The number in the call number does not match the number of the given month, February.";
response[47] = "CORRECT!<BR> The word 'Weekly' appears in the title- this is a periodical!"; 
response[48] = "WRONG!<BR> There is a letter after the colon, indicating that this piece is most likely NOT a periodical. A volume number does not necessarily mean that a piece is a periodical.";
response[49] = "CORRECT!<BR> The word 'monthly' is in the title, this tells us we receive it once a month- this is a periodical!"; 
response[410] = "CORRECT!<BR> This is a periodical!  You can tell because the call number corresponds to a volume and number in the title.";
response[51] = "NO<br> We highlight Monos. with records only in blue.";
response[52] = "INCORRECT<BR>Absolutely NOT!";
response[53] = "INCORRECT<BR>Only if the Item Select list says this item is not selected.";
response[54] = "CORRECT<BR>You win a gold star!";
response[61] = "INCORRECT<BR>Only if you have on body armor.";
response[62] = "INCORRECT!<BR>Good, this will let your Supervisor know you need more training.";
response[63] = "INCORRECT<BR>While you're at it, wonder why you work here.";
response[64] = "CORRECT!<BR>Someone paid attention to the procedures!";
response[71] = "CORRECT!<BR> We do keep stats on non-depository periodicals when opening U.S. mail.";
response[72] = "WRONG!<br> We do not keep track of how many boxes come in for a separate shipment.";
response[73] = "CORRECT!<BR> We do keep statistics of the number of serials.";
response[74] = "CORRECT!<BR> We check off the shipping list number on the shipping list check-in cards.";
response[75] = "WRONG!<BR> We count the individual microfiche, NOT the number of envelopes!";
response[81] = "INCORRECT<BR>Never put anything on the front of a sheet map.";
response[82] = "INCORRECT<BR>Never stamp depository on a sheep map, you should write it in pencil.";
response[83] = "INCORRECT<BR>Never put anything on the front of a sheet map.";
response[84] = "RIGHT!<BR>";
response[91] = "WRONG!<BR> Becky gets really witchy when people do this!  The tape eats away at paper covers!";
response[92] = "CORRECT!<BR> You just earned brownie points with Becky! The tape eats away at paper covers.";
response[101] = "RIGHT<BR>";
response[102] = "RIGHT<BR>";
response[103] = "WRONG<BR>";
response[104] = "RIGHT<BR>";
response[105] = "RIGHT<BR>";
response[106] = "WRONG<BR>";
response[121] = "Right<BR>";
response[122] = "No.<br> You write the number of fiche on the <u>shipping list</u><br>";
response[131] = "Yes<br>";
response[132] = "No.<br> The call number could ___ v. But it may also ___ pt., or a _______"; 

var tf = new Array();
tf[21] = true;
tf[22] = true;
tf[23] = false;
tf[24] = false;
tf[25] = true;
tf[26] = false;
tf[31] = false;
tf[32] = true;
tf[41] = true;
tf[42] = false;
tf[43] = true;
tf[44] = false;
tf[45] = false;
tf[46] = false;
tf[47] = true; 
tf[48] = false;
tf[49] = true; 
tf[410] = true;
tf[51] = false;
tf[52] = false;
tf[53] = false;
tf[54] = true;
tf[61] = false;
tf[62] = true;
tf[63] = false;
tf[64] = true;
tf[71] = true;
tf[72] = false;
tf[73] = true;
tf[74] = true;
tf[75] = false;
tf[81] = false;
tf[82] = false;
tf[83] = false;
tf[84] = true;
tf[91] = false;
tf[92] = true;
tf[101] = true;
tf[102] = true;
tf[103] = false;
tf[104] = true;
tf[105] = true;
tf[106] = false;
tf[121] = true;
tf[122] = false;
tf[131] = true;
tf[132] = false;

var questions = new Array();
questions[1] = "Explain what each letter at the end of a shipping list number means.";
questions[2] = "Which items do you need to do box opening?";
questions[3] = "Pieces which are only one page should be put into an envelope after you	write the call number.";
questions[4] = "Check the box in front of the periodicals listed below.";
questions[5] = "How do you mark an item on a shipping list, if we didn't get it?";
questions[6] = "What do you do when there is a note below an item listed on a shipping list?";
questions[7] = "On which categories of things do we keep statistics?";
questions[8] = "Where do you put the depository stamp on a sheet map?";
questions[9] = "When you use an Avery label to write the call number, always put a piece of tape over it to hold it in place.";
questions[10] = "When do you use an Avery label to write the call number?";
questions[11] = "What do these things stand for when written on a shipping list?";
questions[12] = "Check the things you do for microfiche items.";
questions[13] = "____ the ______ is ____ of ________?";

var Qtype = new Array();
Qtype[1] = "matching";
Qtype[2] = "checkbox";
Qtype[3] = "radio";
Qtype[4] = "checkbox";
Qtype[5] = "checkbox";
Qtype[6] = "checkbox";
Qtype[7] = "checkbox";
Qtype[8] = "checkbox";
Qtype[9] = "radio";
Qtype[10] = "checkbox";
Qtype[11] = "matching";
Qtype[12] = "radio";
Qtype[13] = "radio";

var choices = new Array();
choices[11] = "A. Paper";
choices[12] = "B. Monograph";
choices[13] = "C. Serial";
choices[14] = "D. Engineering";
choices[15] = "E. Periodical";
choices[16] = "F. Microfiche";
choices[17] = "G. Separate";
choices[18] = "H. Electronic";
choices[21] = "Depository stamp ";
choices[22] = "Pencil and pen ";
choices[23] = "Avery labels ";
choices[24] = "Yellow S, D and R stickers ";
choices[25] = "Date stamp ";
choices[26] = "Periodical stamp ";
choices[31] = "True";
choices[32] = "False";
choices[41] = "GS 1.15/5:992/3 Real Property Sales List. July, August";
choices[42] = "C 3.2:R 31/2 U.S. Census Bureau Research";
choices[43] = "C 55.309/2-8:992/4 April Supply of Foreign Seafood";
choices[44] = "ED 1.334/4:993 Integrated Postsecondary Education Data, 1993";
choices[45] = "Y 4.AG 8/1:104-27 Federal Programs. Serial 104-27";
choices[46] = "GA 1.13:AIMD 96-6 Public Pension Summary, February 1996";
choices[47] = "C 55.129/2:92/27 Weekly Climate Bulletin";
choices[48] = "I 1.98:H 25/3/V.3 Hart Mountain National Antelope Refuge";
choices[49] = "D 101.87:477 PS. The Preventative Maintenance Monthly";
choices[410] = "HE 20.3/2:6/7 Commissioned Corps Bulletin, V.6, No.7";
choices[51] = "Highlight in blue";
choices[52] = "Put an 'X'";
choices[53] = "Put 'NS'";
choices[54] = "Circle in red";
choices[61] = "Tell Andrea";
choices[62] = "Read it and then tell your Supervisor.";
choices[63] = "Wonder what it means and skip it";
choices[64] = "Highlight in yellow";
choices[71] = "Non-depository periodicals";
choices[72] = "Number of boxes on a separates shipping list";
choices[73] = "Serials";
choices[74] = "Shipping list numbers which we have received";
choices[75] = "Number of microfiche envelopes received on a shipping list";
choices[81] = "On the front";
choices[82] = "On the back";
choices[83] = "On the front next to the call number";
choices[84] = "None of the above";
choices[91] = "True";
choices[92] = "False";
choices[101] = "Anytime the cover is too dark and the call number would be difficult to read";
choices[102] = "When you've made a mistake in writing the call number and need to cover it up";
choices[103] = "When there's a book jacket on the book";
choices[104] = "On CD-ROM jewel cases";
choices[105] = "When the cover is too slick";
choices[106] = "When a touch of white would look nice";
choices[111] = "A. Not Selected";
choices[112] = "B. Kiss Lisa";
choices[113] = "C. Serial";
choices[114] = "D. Motor vehicle";
choices[115] = "E. Periodical";
choices[116] = "F. Keep Latest";
choices[117] = "G. Multi Volume";
choices[118] = "H. Sparty";
choices[119] = "I. Paper";
choices[1110] = "J. Monograph";
choices[1111] = "K. Not a serial";
choices[1112] = "L. Microfiche";
choices[121] = "When there is more than one envelope for a title, write (1 of --) ______ the call number _______ 2 of --) stamp.";
choices[122] = "Count the number of fiche in the envelope and write it on the envelope."
choices[131] = "You make mv ___ ___.";
choices[132] = "They will all ___ volume, ____. ____. in the call";

var matchingBoxes = new Array();
matchingBoxes[11] = "M|f";
matchingBoxes[12] = "P|a";
matchingBoxes[13] = "E|h";
matchingBoxes[14] = "S|g";
matchingBoxes[111] = "M|j";
matchingBoxes[112] = "MV|g";
matchingBoxes[113] = "NS|a";
matchingBoxes[114] = "KL|f";
matchingBoxes[115] = "S|c";
matchingBoxes[116] = "P|e";
