
// Game specific alert messages that can be displayer with alertboxer()
   aboxtitle="A MCBuilder Test";

//initialise parts of a question as a set of arrays

   stemarray=new Array();
   answer=new Array();
   adistract=new Array();
   bdistract=new Array();
   cdistract=new Array();
   ddistract=new Array();
// added 180308 to allow for extra distractor
   edistract=new Array();
   hint=new Array(); // possibly to be added later

   //added 210605
   difficulty=new Array();
   //added 270508
   level=new Array();

