var question = new Array();
question[1] = new Array();
question[1][0] = "After updating a full bib record, shipping records are deleted.";
question[1][1] = "True||true||CORRECT!<br>Remember not to delete full bib records.";
question[1][2] = "False||false||Incorrect.<br>Shipping records are deleted only after editing the full bib record with all of the information. Full bib records are not!";
question[2] = new Array();
question[2][0] = "In what field does the h[version types] go?";
question[2][1] = "99||false||NO!<br>This is for the call number!";
question[2][2] = "110||false||WRONG!!!!<br>This is a common error but if you put it in this field Breezy will hang you by your toes!";
question[2][3] = "245||true||RIGHT!<br>This is the title field. However, if you mulver records, no |h is left in the title field.";
question[2][4] = "260||false||No<br>Look Closer! This isn't the right answer.";
question[3] = new Array();
question[3][0] = "Records that have a bib level c are treated like regular monographs.";
question[3][1] = "True||false||NO!<br>They are treated like serials.";
question[3][2] = "False||true||Yes<br>You're learning! Great job!";
question[4] = new Array();
question[4][0] = "How is a multivolume done? Check all that apply.";
question[4][1] = "Attach an item record for each volume for both paper and microform.||false||Nope!<br>It's true for paper but microforms only get one item record for all of the volumes.";
question[4][2] = "Add volume holdings in the volume field of the item record(s).||true||Right!<br>Microforms will combine their volume holdings into the one field of the item record.";
question[4][3] = "Add the volume holdings to the 300 field of the record.||false||NO!<br>Our holding go in the 866 field. You may have to create an 866 field";
question[5] = new Array();
question[5][0] = "When correcting a call number, change the call number in the 086 field and 099 fields.";
question[5][1] = "True||false||No!<br>We only change the 099 field. The 086 field feeps the old call number.";
question[5][2] = "False||true||RIGHT!<br>You're paying attention.";
question[6] = new Array();
question[6][0] = "The bib location for online only records is wb.";
question[6][1] = "True||true||Correct!<br>Keep using that brain!!!";
question[6][2] = "False||false||No!<br>The bib location is wb.";
question[7] = new Array();
question[7][0] = "If you find more than one full bib, pick any one and delete the other.";
question[7][1] = "True||false||NO!<br>Do not delete full bib records! If they are truly duplicates, give them to your supervisor.";
question[7][2] = "False||true||YES!<br>If they are truly duplicates, give them to your subervisor.";
question[8] = new Array();
question[8][0] = "You should use the full bib call number instead of the shipping record call number when you find a call number problem.";
question[8][1] = "True||false||WRONG!!! We use the call number on the piece, which should be on the shipping record.";
question[8][2] = "False||true||YES!<br>GOOD JOB!";
question[9] = new Array();
question[9][0] = "What should you do when mulvering? Check all that apply:";
question[9][1] = "Attach item records for each version.||true||YES!!!!!! Item records are added for the different versions. Remember paper items require an item record for each volume.";
question[9][2] = "If the piece is paper and microfilm change the bib location to multi-- the two location should be gd and gdnm.||false||No! The bib location does not change if the pieces are only in physical format! It only changes to multi if the piece is online.";
question[9][3] = "Add zConnect to Online Resource - All Users to all 856 fields for those that are online mulvers.||true||Correct! If the PURL already has text in it, this will have to be inserted in between the text and the PURL.";
question[10] = new Array();
question[10][0] = "For online records add an item record with the location wb and the word ONLINE in the volume field.";
question[10][1] = "True||false||NO!!<br>The item location code is wbgov!";
question[10][2] = "False||true||Yes!... you're paying attention... nice work!!!";

var Qtype = new Array();
Qtype[1] = "radio";
Qtype[2] = "checkbox";
Qtype[3] = "radio";
Qtype[4] = "checkbox";
Qtype[5] = "radio";
Qtype[6] = "radio";
Qtype[7] = "radio";
Qtype[8] = "radio";
Qtype[9] = "checkbox";
Qtype[10] = "radio";

