//change 50 to the total number of questions
var total=50
var question=new Array()
for (i=1;i<=total+1;i++){
temp="choice"+i+"=new Array()"
eval(temp)
}
var solution=new Array()

/*Below lists the phrases that will be randomly displayed if the user correctly answers the question. You may extend or shorten this list as desired*/
var compliments=new Array()
compliments[0]="Very good!"
compliments[1]="Very good!"
compliments[2]="Very good!"
compliments[3]="Very good!"
compliments[4]="Very good!"
compliments[5]="Great Job!"
compliments[6]="Good work!"
compliments[7]="Very good!"
compliments[8]="Very good!"
compliments[9]="We are all so proud of you!"
compliments[10]="We are all so proud of you!"
compliments[11]="We are all so proud of you!"
compliments[12]="We are all so proud of you!"
compliments[13]="Excellent!"
compliments[14]="Excellent!"
compliments[15]="We are all so proud of you!"
compliments[16]="We are all so proud of you!"
compliments[17]="Excellent!"
compliments[18]="Excellent!"
compliments[19]="Excellent!"
compliments[20]="Excellent!"
compliments[21]="Well done!"
compliments[22]="Well done!"
compliments[23]="Well done!"
compliments[24]="Well done!"
compliments[25]="Well done!"
compliments[26]="Well done!"
compliments[27]="Well done"
compliments[28]="Well done!"
compliments[29]="Well done!"
compliments[30]="Well done!"
compliments[31]="Well done!"
compliments[32]="You must be Canadian!"
compliments[33]="You must be Canadian!"
compliments[34]="You must be Canadian!"
compliments[35]="You must be Canadian!"
compliments[36]="You must be from London!"
compliments[37]="You must be from London!"
compliments[38]="You must be from London!"
compliments[39]="You must be from London!"
compliments[40]="You must be from London!"
compliments[41]="You must be English!"
compliments[42]="You must be English!"
compliments[43]="You must be English!"
compliments[44]="You must be English!"
compliments[45]="You must be English!"
compliments[46]="Great!"
compliments[47]="Great!"
compliments[48]="Great!"
compliments[49]="Great!"
compliments[50]="Great!"
compliments[51]="Great!"
compliments[52]="Great!"
compliments[53]="Great!"

/*Below lists the questions, its choices, and finally, the solution to each question. Folow the exact format below when editing the questions. You may have as many questions as needed. Check doc at http://javascriptkit.com/script/script2/comboquiz.htm for more info
*/

question[1]="Deborah is ______ elegant young woman."
choice1[1]="a"
choice1[2]="an"
choice1[3]="at"
choice1[4]="as"

question[2]="Paul is ______ than Steve."
choice2[1]="slowly"
choice2[2]="slowest"
choice2[3]="slower"
choice2[4]="slow"

question[3]="George doesn't have ______ books."
choice3[1]="many"
choice3[2]="much"
choice3[3]="very"
choice3[4]="too"

question[4]="I am ______ intelligent than my dog."
choice4[1]="more"
choice4[2]="most"
choice4[3]="very"
choice4[4]="many"

question[5]="______ were horrible."
choice5[1]="It"
choice5[2]="That"
choice5[3]="They"
choice5[4]="This"

question[6]="Jack and Franny are looking for ______ dog."
choice6[1]="they're"
choice6[2]="their"
choice6[3]="there"
choice6[4]="three"

question[7]="Mary is ______ young to drive a car."
choice7[1]="to"
choice7[2]="too"
choice7[3]="two"
choice7[4]="true"

question[8]="Wanda is married ______ Alfred."
choice8[1]="to"
choice8[2]="with"
choice8[3]="of"
choice8[4]="at"

question[9]="My father hurt ______ in the kitchen."
choice9[1]="itself"
choice9[2]="themselves"
choice9[3]="herself"
choice9[4]="himself"

question[10]="The ______ is in the library."
choice10[1]="children"
choice10[2]="police"
choice10[3]="women"
choice10[4]="woman"

question[11]="She lost ______ money."
choice11[1]="hour"
choice11[2]="hours"
choice11[3]="our"
choice11[4]="ours"

question[12]="______ learning English."
choice12[1]="You"
choice12[2]="Your"
choice12[3]="You're"
choice12[4]="Yours"

question[13]="France is ______ European country."
choice13[1]="a"
choice13[2]="an"
choice13[3]="at"
choice13[4]="as"

question[14]="My sister enjoyed ______ at the party."
choice14[1]="himself"
choice14[2]="herself"
choice14[3]="hers"
choice14[4]="she"

question[15]="Linda works at ______ university."
choice15[1]="a"
choice15[2]="an"
choice15[3]="those"
choice15[4]="these"

question[16]="I can't find the dictionary ______."
choice16[1]="somewhere"
choice16[2]="nowhere"
choice16[3]="anywhere"
choice16[4]="everywhere"

question[17]="______ nine o'clock."
choice17[1]="It"
choice17[2]="It's"
choice17[3]="Its"
choice17[4]="Is"

question[18]="This book belongs ______ Alice."
choice18[1]="to"
choice18[2]="at"
choice18[3]="of"
choice18[4]="from"

question[19]="Deborah and Mary ______ busy yesterday."
choice19[1]="have"
choice19[2]="had"
choice19[3]="was"
choice19[4]="were"

question[20]="Roberta is using ______ dictionary."
choice20[1]="me"
choice20[2]="my"
choice20[3]="mine"
choice20[4]="myself"

question[21]="A ______ of people like Chinese food."
choice21[1]="lot"
choice21[2]="lots"
choice21[3]="much"
choice21[4]="many"

question[22]="Bill ______ seven years old."
choice22[1]="has"
choice22[2]="does"
choice22[3]="is"
choice22[4]="can"

question[23]="The company has changed ______ name."
choice23[1]="it's"
choice23[2]="its"
choice23[3]="it"
choice23[4]="them"

question[24]="We have a friend ______ speaks Italian."
choice24[1]="which"
choice24[2]="who"
choice24[3]="how"
choice24[4]="what"

question[25]="Everyone ______ to read the book."
choice25[1]="will"
choice25[2]="can"
choice25[3]="wants"
choice25[4]="should"

question[26]="The children ______ happy yesterday."
choice26[1]="does"
choice26[2]="was"
choice26[3]="were"
choice26[4]="will"

question[27]="John isn't old enough ______ drive a car."
choice27[1]="to"
choice27[2]="too"
choice27[3]="two"
choice27[4]="true"

question[28]="Where ______ he live?"
choice28[1]="do"
choice28[2]="does"
choice28[3]="is"
choice28[4]="are"

question[29]="Robert needs to talk to ______."
choice29[1]="they"
choice29[2]="them"
choice29[3]="then"
choice29[4]="the"

question[30]="Alice ______ watching television when I arrived."
choice30[1]="was"
choice30[2]="were"
choice30[3]="is"
choice30[4]="are"

question[31]="Fred doesn't have ______ time."
choice31[1]="many"
choice31[2]="much"
choice31[3]="very"
choice31[4]="too"

question[32]="You speak English very ______."
choice32[1]="better"
choice32[2]="good"
choice32[3]="best"
choice32[4]="well"

question[33]="Linda has her book but we don't have ______."
choice33[1]="ours"
choice33[2]="our"
choice33[3]="hours"
choice33[4]="hour"

question[34]="She was born ______ 1985."
choice34[1]="at"
choice34[2]="on"
choice34[3]="in"
choice34[4]="to"

question[35]="Fred ______ lives in New York."
choice35[1]="yet"
choice35[2]="since"
choice35[3]="still"
choice35[4]="by"

question[36]="John has breakfast ______ 9 o'clock."
choice36[1]="at"
choice36[2]="on"
choice36[3]="in"
choice36[4]="to"

question[37]="Linda goes to church ______ Sunday."
choice37[1]="at"
choice37[2]="on"
choice37[3]="in"
choice37[4]="to"

question[38]="Janet ______ study tomorrow."
choice38[1]="needs"
choice38[2]="ought"
choice38[3]="wants"
choice38[4]="must"

question[39]="George and Manuela ______ have a dog."
choice39[1]="doesn't"
choice39[2]="don't"
choice39[3]="isn't"
choice39[4]="aren't"

question[40]="We are ______ the house."
choice40[1]="clean"
choice40[2]="cleans"
choice40[3]="cleaned"
choice40[4]="cleaning"

question[41]="I want to read ______ book."
choice41[1]="these"
choice41[2]="those"
choice41[3]="that"
choice41[4]="than"

question[42]="______ children speak Spanish."
choice42[1]="These"
choice42[2]="That"
choice42[3]="This"
choice42[4]="Than"

question[43]="You are older ______ Mary."
choice43[1]="then"
choice43[2]="than"
choice43[3]="thin"
choice43[4]="ten"

question[44]="Tom has ______ sisters."
choice44[1]="to"
choice44[2]="too"
choice44[3]="two"
choice44[4]="at"

question[45]="Paul ______ like to drink beer."
choice45[1]="don’t"
choice45[2]="doesn’t"
choice45[3]="isn’t"
choice45[4]="aren’t"

question[46]="My sister has a computer ______ was made in Canada."
choice46[1]="which"
choice46[2]="witch"
choice46[3]="with"
choice46[4]="who"

question[47]="Alice has ______ ugly dog."
choice47[1]="a"
choice47[2]="an"
choice47[3]="those"
choice47[4]="these"

question[48]="David and Peter ______ working at the restaurant."
choice48[1]="do"
choice48[2]="does"
choice48[3]="is"
choice48[4]="are"

question[49]="Tom hasn’t seen Barbara ______."
choice49[1]="yet"
choice49[2]="since"
choice49[3]="still"
choice49[4]="by"

question[50]="This report is full ______ mistakes."
choice50[1]="with"
choice50[2]="of"
choice50[3]="from"
choice50[4]="on"

solution[1]="b"
solution[2]="c"
solution[3]="a"
solution[4]="a"
solution[5]="c"
solution[6]="b"
solution[7]="b"
solution[8]="a"
solution[9]="d"
solution[10]="d"
solution[11]="c"
solution[12]="c"
solution[13]="a"
solution[14]="b"
solution[15]="a"
solution[16]="c"
solution[17]="b"
solution[18]="a"
solution[19]="d"
solution[20]="b"
solution[21]="a"
solution[22]="c"
solution[23]="b"
solution[24]="b"
solution[25]="c"
solution[26]="c"
solution[27]="a"
solution[28]="b"
solution[29]="b"
solution[30]="a"
solution[31]="b"
solution[32]="d"
solution[33]="a"
solution[34]="c"
solution[35]="c"
solution[36]="a"
solution[37]="b"
solution[38]="d"
solution[39]="b"
solution[40]="d"
solution[41]="c"
solution[42]="a"
solution[43]="b"
solution[44]="c"
solution[45]="b"
solution[46]="a"
solution[47]="b"
solution[48]="d"
solution[49]="a"
solution[50]="b"

