var i = 0;
var question = new Array();

var question = new Array();
question[1] = new Array();
question[1][0] = "When you write the call number on the inside of a book, you open the front cover and write it on the page on the left in the top left-handed corner.";
question[1][1] = "True||true||Right!<BR> U.S. call numbers go across and International, Michigan, and Canadian go down.";
question[1][2] = "False||false||Wrong!<BR> You need to go back to the procedures immediately!";
question[2] = new Array();
question[2][0] = "What color ink should you use?";
question[2][1] = "Red||false||No.<BR> The ink color should be black.";
question[2][2] = "Blue||false||No.<BR> The ink color should be black.";
question[2][3] = "Black||true||Correct!<BR> Black is the Gov Docs ink color of choice.";
question[2][4] = "It doesn't matter.||false||It certainly does matter. Black is the Gov Docs ink color of choice.";
question[3] = new Array();
question[3][0] = "Where does the date stamp go?";
question[3][1] = "When you open the front cover, it goes anywhere except over any other marking (i.e. call number).||false||Nope.<BR> Everything (stamps, call number, etc.) has it's own place. The correct answer is b.";
question[3][2] = "When you open the front cover, it goes on the page on the right centered in the middle.||true||Right!<BR> You're paying attention!";
question[3][3] = "When you open the front cover, it goes on the page on the left in the lower right-handed corner.||false||No.<BR> The correct answer is b.";
question[3][4] = "It is stamped on a label and adhered to the front of the book in the lower right-handed corner.||false||No!<BR> Labels have their places but this is not one of them!";
question[4] = new Array();
question[4][0] = "When you can't find a book on MAGIC by using the barcode, don't bother searching any other way since it's obviously not on MAGIC.";
question[4][1] = "True||false||No!!<BR> There may be a problem with the record and it's best to try different methods to find it including searching by title and call number. Skipping these steps angers supervisors.";
question[4][2] = "False||true||Right!<BR> There may be a problem with the record and it's best to try different methods to find it.";
question[5] = new Array();
question[5][0] = "Which of the following is done for books that have no record on MAGIC?";
question[5][1] = "Write the call number on the piece.||true||Right";
question[5][2] = "Date stamp it.||true||Right";
question[5][3] = "Stamp it according to the collection.||true||Right";
question[5][4] = "Stamp it cataloged.||false||No!<BR> Since there is no record for the piece, it can't be cataloged and there is no L because there is no record for it to link to.";
question[5][5] = "Write an L on it.||false||No!<BR> Since there is no record for the piece, it can't be cataloged and there is no L because there is no record for it to link to.";
question[5][6] = "All of the above.||false||No!<BR> Since there is no record for the piece, it can't be cataloged and there is no L because there is no record for it to link to.";
question[6] = new Array();
question[6][0] = "I don't have to do anything to the barcode on the piece.";
question[6][1] = "True||false||Incorrect!<BR> You have to put a clear label over it. You also need to make sure the barcode is linked to the correct record.";
question[6][2] = "False||true||Yes!<BR> You have to put a clear label over it. You also need to make sure the barcode is linked to the correct record.";
question[7] = new Array();
question[7][0] = "All books get stamped \"Depository\".";
question[7][1] = "True||false||No!!<BR> Stamping \"Depository\" on everything will definitely anger supervisors! Depository is for U.S. items only!";
question[7][2] = "False||true||You're right. Depository is for U.S. items only. The other collections have their own stamps.";
question[8] = new Array();
question[8][0] = "Where do the cataloged stamp and the letter L go on the piece?";
question[8][1] = "When you open the front cover, it goes on the page on the left on the top middle of the page.||true||Right!<BR> It goes to the right of the call number.";
question[8][2] = "It goes next to the date stamp.||false||No!<BR> Go back and read the procedures. It goes to the right of the call number.";
question[8][3] = "It goes next to the barcode.||false||No!<BR> Go back and read the procedures. It goes to the right of the call number.";
question[8][4] = "None of the above.||false||No!<BR> Go back and read the procedures. It goes to the right of the call number.";
question[9] = new Array();
question[9][0] = "What color label goes over the outside cover call number of Michigan pieces?";
question[9][1] = "Red||false||No.<BR> Red is for International pieces. Blue is for Michigan.";
question[9][2] = "Blue||true||Right!<BR> Red is for International pieces.";
question[9][3] = "Clearn||false||Nope!<BR> Red is for International pieces. Blue is for Michigan.";
question[9][4] = "Green||false||Nope!<BR> Red is for International pieces. Blue is for Michigan.";

var Qtype = new Array();
Qtype[1] = "radio";
Qtype[2] = "checkbox";
Qtype[3] = "checkbox";
Qtype[4] = "radio";
Qtype[5] = "checkbox";
Qtype[6] = "radio";
Qtype[7] = "radio";
Qtype[8] = "checkbox";
Qtype[9] = "checkbox";
