// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
// load  arrays with a set of questions and  answers 
 maxterms=9;
 title=" The Planets ";
questions=new Array();
 questions[1] ='The planet closest to the sun ?~Mars~Venus~Mercury~Saturn~C';
 questions[2] ='Except for the sun and the moon, this planet is the brightest object in the sky ?~Mars~Venus~Mercury~Saturn~B';
 questions[3] ='The only planet known to support life ?~Mars~Venus~Mercury~Earth~D';
 questions[4] ='Named after the Roman god of war ?  ~Mars~Venus~Mercury~Earth~A';
 questions[5] ='The largest planet in the solar system ? ~Uranus ~Neptune~Jupiter~Saturn~C';
 questions[6] ='The planet with a distinctive set of rings? ~Uranus ~Neptune~Jupiter ~Saturn~D';
 questions[7] ='This planet was discovered in 1781 by the British astronomer Sir William Herschel ?~Uranus~Neptune~Jupiter~Saturn~A';
 questions[8] ='Named after the God of the Sea?~Uranus ~Neptune~Jupiter~Saturn~B';
 questions[9] ='The outermost known member of the solar system ?~Saturn ~Pluto~Jupiter~Neptune~B';

