var i = 0;
var response = new Array();
response[11] = "CORRECT!<br>First, we attach a green card to the U.S. mail fill in our name and date and check First Class.";
response[12] = "CORRECT!<br>Yes, mail in the interdepartmental bin must be taken to the mail room and placed on the appropriate shelves.";
response[13] = "CORRECT!<br>Yes, there is a bin in the mail room for campus mail.";
response[14] = "WRONG!<br>No, these streamers are usually in books that we bring back from downstairs.";
response[21] = "WRONG!<br>We do not drop off anything in Tech Services. we drop off mail in the mail room.";
response[22] = "CORRECT!<br>Very good, Please explain why this is a false statement.";
response[31] = "No<br>";
response[32] = "Yes<br>";
response[33] = "No<br>";
response[34] = "No<br>";
response[41] = "Yes<br>";
response[42] = "No<br>";
response[43] = "No<br>";
response[44] = "No<br>";
/*
response[41] = "INCORRECT!<br>These items go to the shelf marked 'cataloging to Barcode & Link'.";
response[42] = "CORRECT!<br>Very good, please explain what to do with these streamered books.";
response[71] = "WRONG!<br>No, the books with orange streamers should go in Anne's mailbox or by her computer."
response[72] = "CORRECT!<br>Please tell who they go to below.";
*/

var tf = new Array();
tf[11] = true;
tf[12] = true;
tf[13] = true;
tf[14] = false;
tf[21] = false;
tf[22] = true;
tf[31] = false;
tf[32] = true;
tf[33] = false;
tf[34] = false;
tf[41] = true;
tf[42] = false;
tf[43] = false;
tf[44] = false;
/*
tf[41] = false;
tf[42] = true;
tf[71] = false;
tf[72] = true;
*/