// 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 BELLUM~battle~war~fight~attack~B';
 questions[2] ='Give the meaning of DEA~god~goddess~good~godlike~B';
 questions[3] ='Give the meaning of LIBER~library~freedman~book~freedom~C';
 questions[4] ='Give the meaning of MARE~sea~marine~maritime~mariner~A';
 questions[5] ='Give the meaning of TUM~here~there~then~now~C';
 questions[6] ='Give the meaning of SUBITO~under~immediately~quickly~suddenly~D';
 questions[7] ='Give the meaning of NESCIO~I know~I don\'t know~I understand~I need~B';
 questions[8] ='Give the meaning of AEDIFICO~build~announce~approach~eat~A';
 questions[9] ='Give the meaning of BIBO~book~bible~drink~eat~C';
 questions[10] ='Give the meaning of SUPERO~win~on top of, above~climb~superb~A';
 questions[11] ='Give the meaning of IBI~here~there~this~where~B';
 questions[12] ='Give the meaning of MEUS~me~my~mine~mouse~B';
 questions[13] ='Give the meaning of NOBIS~for me~for you (singular)~for us~for you (plural)~C';
 questions[14] ='Give the meaning of ADVENIO~I come~I approach~I build~I arrive~D';
 questions[15] ='Give the meaning of TANDEM~however~now~then~at last~D';
