// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
// load  arrays with a set of questions and  answers 
banksize=15;
questions=new Array();
 questions[1] ='I need to get some rest.  I need to _____.~take easy~take it easy~rest down~rest in~B';
 questions[2] ='I have a fever.  I am _____.~running a temperature~driving a fever~running fever~having a hot~A';
 questions[3] ='I feel weak and dizzy.  I _____.~feel faint~come down with~fell fainting~burning up~A';
 questions[4] ='My nose is drippy and I need some tissue.  I have _____.~mucusy nasal~a running nose~runny nose~a runny nose~D';
 questions[5] ='I am so tired!  I feel _____.~faint down~run over~run down~run into~C';
 questions[6] ='My baby has a very high fever.  She _____.~is burning down~is coming down~burning up~is burning up~D';
 questions[7] ='My son has the measles.  His skin has red bumps all over.  He is _____.~broken out~broken down~run down~break up~A';
 questions[8] ='My stomach feels bad.  I _____.~have upset stomach~have an upset stomach~am upset stomach~stomachache~B';
 questions[9] ='My husband\'s throat is sore.  He _____~has a drippy throat~have a scratchy throat~has a scratchy throat~is itchy throat~C';
 questions[10] ='I have the stomach flu.  I keep on throwing up.  I can\'t _____ food.~keep up~keep down~stay down~throw in~B';
 questions[11] ='I think I\'m going to vomit.  I\'m going to _____!~throw down~break out~throw up~run down~C';
 questions[12] ='All the kids in my son\'s class have _____ the flu.~come down with~feel down with~broken out~get cold~A';
 questions[13] ='I\'m getting sick.  I think I am _____.~cathing a cold~catching a cold~running a cold~getting cold~B';
 questions[14] ='I will stay home so that my health improves.  I want to _____.~look sick~get sick~keep down~get better~D';
 questions[15] ='Are you okay?  You appear ill.  You _____.~look sick~run down~look rest~feel broken~A';
