// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
// load  arrays with a set of questions and  answers 
 maxterms=10
timeron=1;
questions=new Array();
 questions[1] ='Give the meaning of IBI~there~then~here~where~A';
 questions[2] ='Give the meaning of AUDIO~hear~see~watch~sleep~A';
 questions[3] ='Give the meaning of TIBI~for me~for you (singular)~for us~for you (plural)~B';
 questions[4] ='Give the meaning of POST~near~far~after~before~C';
 questions[5] ='Give the meaning of DONUM~donate~donate~gift~giver~C';
 questions[6] ='Give the meaning of CANTO~I sing~I shout~I change~I can\'t~A';
 questions[7] ='Give the meaning of CIBUS~meal~dinner~food~eat~C';
 questions[8] ='Give the meaning of SILVA~silver~silvery~forest~tree~C';
 questions[9] ='Give the meaning of HABEO~live~have~inhabit~habit~B';
 questions[10] ='Give the meaning of HIC, HAEC, HOC~this~that~there~where~A';
