// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
// load  arrays with a set of questions and  answers 
banksize=15;
questions=new Array();
 questions[1] ='Give the meaning of UXOR~wife~sister~daughter~woman~A';
 questions[2] ='Give the meaning of CETERI~few~the rest~all~many~B';
 questions[3] ='Give the meaning of IS, EA, ID~this~who, which~he, she, it, that~himself, herself, themselves~C';
 questions[4] ='Give the meaning of QUOQUE~although~also~now~then~B';
 questions[5] ='Give the meaning of ITERUM~journey~itinerary~yesterday~again~D';
 questions[6] ='Give the meaning of AUDAX~bold~brave~strong~fierce~A';
 questions[7] ='Give the meaning of NUNC~now~never~then~there~A';
 questions[8] ='Give the meaning of HERI~yesterday~today~now~tomorrow~A';
 questions[9] ='Give the meaning of QUAMQUAM~never~after~although~before~C';
 questions[10] ='Give the meaning of POSTQUAM~although~before~after~never~C';
 questions[11] ='Give the meaning of VOX~vocal~vociferous~voice~sound~C';
 questions[12] ='Give the meaning of IUVENIS~old man~young man~son~brother~B';
 questions[13] ='Give the meaning of ITER~yesterday~again~itinerary~journey~D';
 questions[14] ='Give the meaning of CARUS~care~careful~dear~caring~C';
 questions[15] ='Give the meaning of SOROR~wife~sister~daughter~woman~B';
