var i = 0;
var TotalQuestions = 6;
var questions = new Array();
var choices = new Array();
var tf = new Array();
var response = new Array();
var Qtype = new Array();

questions[1] = "What do you do with a Michigan Documents shipping list when you are finished with it?";
questions[2] = "When you open Michigan depository shipments";
questions[3] = "Call numbers for Canadian Parliamentary hearings, reports and minutes can be found";
questions[4] = "Call numbers for other Canadian documents can be found";
questions[5] = "UN documents microfiche are filed by the call number in the upper right of the fiches.";
questions[6] = "We keep second copies of all International Documents we receive.";
Qtype[1] = "checkbox";
Qtype[2] = "checkbox";
Qtype[3] = "checkbox";
Qtype[4] = "checkbox";
Qtype[5] = "radio";
Qtype[6] = "radio";
response[11] = "Incorrect";
response[12] = "Incorrect";
response[13] = "Correct!!!";
response[21] = "Incorrect.<br>We may not ues that call number in our library";
response[22] = "Incorrect.<br>We keep everything, because we are a backup to the Library of Michigan, which runs the Michigan Documents depository system.";
response[23] = "Correct!!<br>Please remember to write the OCLC number, it is very helpful later in catalogin and checking-in";
response[31] = "Correct.<br>Yes, usually";
response[32] = "Correct.<br>Yes, usually";
response[33] = "Incorrect";
response[41] = "Correct!";
response[42] = "Correct!";
response[43] = "Correct!";
response[51] = "Incorrect.<br>Although most UN Documents fiches have a call# in the upper right, some do not and are filed by title or agency. In addition, fiche which are Official Records are filed separately in the drawers marked Officaial Records.";
response[52] = "Correct";
response[61] = "Incorrect.<br>We normally do not keep second copies of anything, A very few second copies are received and sent to other library locations";
response[62] = "Correct.<br>Duplicate copies should be placed on the International duplicates shelf";

tf[11] = false;
tf[12] = false;
tf[13] = true;
tf[21] = false;
tf[22] = false;
tf[23] = true;
tf[31] = true;
tf[32] = true;
tf[33] = false;
tf[41] = true;
tf[42] = true;
tf[43] = true;
tf[51] = false;
tf[52] = true;
tf[61] = false;
tf[62] = true;

choices[11] = "Give it to Andrea";
choices[12] = "Throw it away";
choices[13] = "File it in the notebook for shipping list";
choices[21] = "Write the call number from the shipping list on the piece";
choices[22] = "Put a KL streamer inside pieces when the shipping list tells you that it is keep latest";
choices[23] = "Write the OCLC number from the shipping list on the streamer and put it inside each piece";
choices[31] = "On the government Documents Intranet";
choices[32] = "At the Canadian depository web site";
choices[33] = "on OCLC";
choices[41] = "On the packing slip or checklist which comes with the pieces";
choices[42] = "Inside the pieces";
choices[43] = "At the Canadian Depository web site";
choices[51] = "True";
choices[52] = "False";
choices[61] = "True";
choices[62] = "False";
