// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
// load  arrays with a set of questions and  answers 
maxterms=12
title='Complete each Sentence Tic Tac Toe Quiz';
questions=new Array();
 questions[1] ='To fracture a leg is to _________ it.~hit it hard~get a big bruise~break~bump~C~';
 questions[2] ='Some people believe there is ________ life in space.~terrain~territorial~protective~extraterrestrial~D~.';
 questions[3] ='The _______ of people caused the town to be nearly empty.~migrant~migration~emigrant~movement~B~';
 questions[4] ='He was  __________ from the lack of water.~hydrated~hyperlinked~dehydrated~wet~C~';
 questions[5] ='__________ is the study of the earth. ~Geometry~Geography~Geometric~Climate~B~';
 questions[6] ='A hexagon has ___________ sides.~10~6~2~8~B~';
 questions[7] ='To magnify means to make ________.~smaller~bigger~to shrink~minimize~B~';
 questions[8] ='A gastric disorder is in the ___________.~brain~feet~stomach~hand~C~';
 questions[9] ='A _________ cares for your skin.~dentist~optometrist~podiatrist~dermatologist~D~';
 questions[10] ='A maladjusted person is ___________.~well adjusted~poorly adjusted~stable~content~B~';
 questions[11] ='A synonym for homogeneous is _________.~heterogeneous~diverse~identical ~assorted~C~';
 questions[12] ='An antonoym for benevolent is __________.~compassionate~giving~kind~malicious~D~';
