var i = 0;
var question = new Array();
var Qtype = new Array();

question[1] = new Array();
question[1][0] = "After you put an item into a manila envelope, make sure it's clasped.";
question[1][1] = "True||false||No.<br>You just fold in the flap."
question[1][2] = "False||true||Right.<br>You just fold in the flap";
question[2] = new Array();
question[2][0] = "What kind of book label do you use on a bound book?";
question[2][1] = "Avery label with tape over it||false||WRONG.<br>Always use a foil back book label.";
question[2][2] = "Any label that fits||false||WRONG.<br>Always use a foil back book label.";
question[2][3] = "The labels with the silver foil backs||true||RIGHT.<br>Always use a foil back book label on hard cover books.";
question[3] = new Array();
question[3][0] = "Microfiche in recycling are sent directly to Kriss Ostrom in Circulation.";
question[3][1] = "True||false||No.<br>Always remove fiche from envelopes before sending to Kriss."
question[3][2] = "False||true||Yes.<br>Only the fiche goes to Kriss, you throw away the envelopes.";
question[4] = new Array();
question[4][0] = "Books with a yellow D & R sticker are taken to the 1<sup>st</sup> floor to be shelved in reference.";
question[4][1] = "True||false||WRONG.<br>Books with yellow D & R stickers are shelved in the Non-Circulating collection on 3W."
question[4][2] = "False||true||RIGHT.<br>Books with yellow D & R stickers are shelved in the Non-Circulating collection on 3W.";
question[5] = new Array();
question[5][0] = "Where do you write the pick-up statistics?";
question[5][1] = "On your hand||false||WRONG.<br>Write statistics in the statistics notebook that you should always take with you when doing pick-up";
question[5][2] = "On a post-it note||false||WRONG.<br>Write statistics in the statistics notebook that you should always take with you when doing pick-up.";
question[5][3] = "Keep track in your head until you get back into the office to write it down||false||WRONG.<br>Write statistics in the statistics notebook that you should always take with you when doing pick-up";
question[5][4] = "In the pick-up statistic notebook that you take out with you when you do pick-up||true||RIGHT.<br>Always take the statistics notebook with you.";
question[6] = new Array();
question[6][0] = "Microfiche envelopes should be counted before they are put into the boxes on the sorting shelves.";
question[6][1] = "True||False||WRONG.<br>You count pieces of microfiche not envelopes.";
question[6][2] = "False||true||RIGHT.<br>You count pieces of microfiche not envelopes.";
question[7] = new Array();
question[7][0] = "The custodians empty all trashcans at night.";
question[7][1] = "True||False||You wish!";
question[7][2] = "False||true||Yep.<br>Each team schedules someone to do trash once a week.";

Qtype[1] = "radio";
Qtype[2] = "checkbox";
Qtype[3] = "radio";
Qtype[4] = "radio";
Qtype[5] = "checkbox";
Qtype[6] = "radio";
Qtype[7] = "radio";
