// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
// load  arrays with a set of questions and  answers 
maxterms=10;
questions=new Array();
questions[1] ='The type of relationship  existing between a Doctor and his patients is~one to one~many to many~one to many~none of the above~C~.';
questions[2] ='The type of relationship  existing between a Principal and a school of students.~one to many~one to one~many to many~none of the above~A~.';
questions[3] ='The type of relationship existing between library books and  borrowers is~one to many~many to many~one to one~none of the above~B~.';
questions[4] ='The type of relationship existing between a specific piece of human DNA and a person is ~one to one~one to many~many to many~none of the above~A~.';
questions[5] ='The type of relationship existing between the temperature on Mars and the day of the week~one to many~one to one~many to many~none of the above~D~.';
questions[6] ='The type of relationship existing between a car mechanic and cars~one to many~one to one~many to many~none of the above~A~.';
questions[7] ='The type of relationship existing between a new car and a owner is~one to many~many to many~one to one~none of the above~C~.';
questions[8] ='The type of relationship existing between a soccer team and the winner of the current FA Cup is~one to one~one to many~many to many~none of the above~A~.';
questions[9] ='Every Table has~3~2~0~1~D~Primary key(s).';
questions[10] ='A Foreign key is always at the~many~one~wrong~noe of the above~A~end of a Relationship';