// this file is copyright - Mike Capstick   
// do not alter as that may break your quiz 
//  total number of questions in this test  
 maxterms=7
title=''
// Initialise question and answer  arrays and question number
  tilearray=new Array(maxterms)
// load  arrays with a set of questions and  answers 
 tilearray[0] ='Monday' 
 tilearray[1] ='Tuesday' 
 tilearray[2] ='Wednesday' 
 tilearray[3] ='Thursday' 
 tilearray[4] ='Friday' 
 tilearray[5] ='Saturday' 
 tilearray[6] ='Sunday' 
