var i = 0;
var question = new Array();

question[1] = new Array();
question[1][0] = "What do you do with a Michigan Documents shipping list when you are finished with it?";
question[1][1] = "Give it to Andrea||false||Incorrect<br>";
question[1][2] = "Throw it away||false||Incorrect<br>";
question[1][3] = "File it in the notebook for shipping list||true||Correct!!!";
question[2] = new Array();
question[2][0] = "When you open Michigan depository shipments";
question[2][1] = "Write the call number from the shipping list on the piece||false||Incorrect.<br>We may not ues that call number in our library";
question[2][2] = "Put a KL streamer inside pieces when the shipping list tells you that it is keep latest||false||Incorrect.<br>We keep everything, because we are a backup to the Library of Michigan, which runs the Michigan Documents depository system.";
question[2][3] = "Write the OCLC number from the shipping list on the streamer and put it inside each piece||true||Correct!!<br>Please remember to write the OCLC number, it is very helpful later in catalogin and checking-in";
question[3] = new Array();
question[3][0] = "Call numbers for Canadian Parliamentary hearings, reports and minutes can be found";
question[3][1] = "On the government Documents Intranet||true||Correct.<br>Yes, usually";
question[3][2] = "At the Canadian depository web site||true||Correct.<br>Yes, usually";
question[3][3] = "on OCLC||false||Incorrect";
question[4] = new Array();
question[4][0] = "Call numbers for other Canadian documents can be found";
question[4][1] = "On thepacking slip or checklist which comes with the pieces||true||Correct!";
question[4][2] = "Inside the pieces||true||Correct!";
question[4][3] = "At the Canadian Depository web site||true||Correct!";
question[5] = new Array();
question[5][0] = "UN documents microfiche are filed by the call number in the upper right of the fiches.";
question[5][1] = "True||false||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.";
question[5][2] = "False||true||Correct";
question[6] = new Array();
question[6][0] = "We keep second copies of all International Documents we receive.";
question[6][1] = "True||false||Incorrect.<br>We normally do not keep second copies of anything, A very few second copies are received and sent to other library locations";
question[6][2] = "False||true||Correct.<br>Duplicate copies should be placed on the International duplicates shelf";

var Qtype = new Array();
Qtype[1] = "checkbox";
Qtype[2] = "checkbox";
Qtype[3] = "checkbox";
Qtype[4] = "checkbox";
Qtype[5] = "radio";
Qtype[6] = "radio";
