var question = new Array();
question[1] = new Array();
question[1][0] = "Census Alcove";
question[1][1] = "Tattletape||true||CORRECT!<br>Tattletape helps us keep index reference materials in the library where they belong.";
question[1][2] = "D sticker (on spine or on top left corner of cover)||true||CORRECT!<br>All index reference books get D stickers.";
question[1][3] = "C sticker (after the D sticker)||true||CORRECT!<br>All census books will get C stickers.";
question[1][4] = "Red \"Do Not circulate\" stamp||true||CORRECT!<br>The 'do not circulate' stamp tells library staff that the book can not be checked out.";
question[1][5] = "Blue \"Do Not circulate\" stamp||false||WRONG!<br>N0, the 'DNC' stamp should always be stamped in RED";
question[2] = new Array();
question[2][0] = "Congressional Reference";
question[2][1] = "Tattletape||true||CORRECT!<br>Congressional Reference books should have tattletape so patrons don't leave with them.";
question[2][2] = "Red \"Do Not circulate\" stamp||true||CORRECT!<br>This lets the check-out desk staff know that the book can not be checked out.";
question[2][3] = "\"Congressional Reference\" label||true||CORRECT!<br>The label helps shelvers know in which area the book is located.";
question[2][4] = "C sticker (on spine or on top left corner of cover)||false||WRONG!<br>NO, the C sticker is for things going to a census location";
question[2][5] = "D sticker (on spine or on top left corner of cover)||true||CORRECT!<br>All index reference materials have a D sticker.";
question[3] = new Array();
question[3][0] = "Quick Reference";
question[3][1] = "Red \"Do Not circulate\" stamp||false||WRONG!<br>NO, there is no need for this since we use the yellow 'Do Not circulate' slip";
question[3][2] = "Strip of red tape on bottom of spine||true||CORRECT!<br>The red tape lets patrons & staff know that the book is Quick Reference.";
question[3][3] = "Tattletape||true||CORRECT!<br>Quick Reference books need tattletape to ensure that they're used only in the building.";
question[3][4] = "Yellow \"Do Not circulate\" slip (rubber cemented on inside cover)||true||CORRECT!<br>The slip indicates that the book is for building use only, patrons may check it out for two hours only!";
question[3][5] = "D sticker (on spine or on top left corner of cover)||false||WRONG!<br>NO, Quick Reference materials do not get a D sticker! 'D' denotes a reference location other than Quick Reference.";
question[4] = new Array();
question[4][0] = "Index Reference";
question[4][1] = "D sticker (on spine or on top left corner of cover)||true||CORRECT!<br>Index Reference books get a D sticker!";
question[4][2] = "Tattletape||true||CORRECT!<br>All index reference materials need tattletape!";
question[4][3] = "Red \"Periodical\" stamp||false||WRONG!<br>NO, Only Index Reference periodicals get the 'Periodical' stamp.";
question[4][4] = "\"Index Reference\" label||false||WRONG!<br>NO, there is no need for a special Index Reference label. The 'D' sticker already indicates that the book belongs in the Reference area.";
question[4][5] = "Red \"Do Not circulate\" stamp||true||CORRECT!<br>This stamp should accompany any processing that includes tattletaping (except Quick Reference)";
question[5] = new Array();
question[5][0] = "Statistics Alcove";
question[5][1] = "D sticker (on spine or on top left corner of cover)||true||CORRECT!<br>The D sticker indicates that the book should be shelved in the index reference area!";
question[5][2] = "S sticker (after the D sticker)||true||CORRECT!<br>The S sticker indicates that a book should be shelved in the Stats Alcove within Index Reference.";
question[5][3] = "C sticker||false||WRONG!<br>NO, this is only for census books!";
question[5][4] = "Red \"Do Not circulate\" stamp||true||CORRECT!<br>We don't want these statistical documents leaving the library.";
question[5][5] = "Tattletape||true||CORRECT!<br>The tattletape ensures that the book will stay in the library.";
question[6] = new Array();
question[6][0] = "Directory Section";
question[6][1] = "Add a label stamped or typed \"Directory Section\" after the D sticker||true||CORRECT!<br>The 'Directory section' label indicates that a book should be shelved in the Directory Section within Index Reference";
question[6][2] = "Yellow \"Do Not circulate\" slip (rubber cemented on inside cover)||false||WRONG!<br>NO, this is for Quick Reference books only!";
question[6][3] = "Red \"Periodical\" stamp (close to the top, or use label and stamp on inside)||false||Wrong!<br>Directories get their own label.";
question[6][4] = "D sticker (on top or on top left corner of cover)||true||CORRECT!<br>Current Periodicals are part of Index Reference after all!";
question[6][5] = "Tattletape||true||CORRECT!<br>Tattletape is necessary for keeping these documents here in the library!";
question[7] = new Array();
question[7][0] = "CD-ROMs";
question[7][1] = "Place a pink sticker on the front of the CD-ROM jewel case in the area under the call number.||true||CORRECT!<br>Pink Sticker has return instruction on it";
question[7][2] = "Glue the white check out slip to the back of the jewel case||true||CORRECT!<br>Patrons are allowed to check CD-ROMs out for three days";
question[7][3] = "Place processed CD-ROM on book truck to go out the sorting shelves||false||Wrong!<br>All CD-ROMs go the cabinets behind the Reference Desk";
question[7][4] = "Yellow \"Do Not Circulate\" slip||false||Wrong!<br>Yeloow slips are for quick Reference materials only";
question[7][5] = "Tattletape||true||Correct!<br>Tattletape ensure patrons don't accidentally take book out of the library without checking out";

var Qtype = new Array();
Qtype[1] = "checkbox";
Qtype[2] = "checkbox";
Qtype[3] = "checkbox";
Qtype[4] = "checkbox";
Qtype[5] = "checkbox";
Qtype[6] = "checkbox";
Qtype[7] = "checkbox";

