//change 30 to the total number of questions
var total=30
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]="Robert Wilson ______ works here."
choice1[1]="no long"
choice1[2]="not long"
choice1[3]="no longer"
choice1[4]="not longer"

question[2]="I was ______ to leave when Helen arrived."
choice2[1]="about"
choice2[2]="along"
choice2[3]="across"
choice2[4]="among"

question[3]="It's raining so ______ better take an umbrella."
choice3[1]="you'd"
choice3[2]="you're"
choice3[3]="you've"
choice3[4]="yours"

question[4]="If he gets a better job, he ______ a new computer."
choice4[1]="would have bought"
choice4[2]="will buy"
choice4[3]="would buy"
choice4[4]="was buying"

question[5]="Paul wouldn't have been so tired if he ______ more."
choice5[1]="would sleep"
choice5[2]="slept"
choice5[3]="had slept"
choice5[4]="sleeps"

question[6]="A weeks consists ______ seven days."
choice6[1]="of"
choice6[2]="in"
choice6[3]="off of"
choice6[4]="from"

question[7]="The women hurt ______."
choice7[1]="themselves"
choice7[2]="himself"
choice7[3]="herself"
choice7[4]="ourselves"

question[8]="If they ______ a bigger house, they would have bigger parties."
choice8[1]="have"
choice8[2]="would have"
choice8[3]="had"
choice8[4]="would have had"

question[9]="If you didn't smoke so much, you ______ better."
choice9[1]="would feel"
choice9[2]="will feel"
choice9[3]="feel"
choice9[4]="have felt"

question[10]="Even ______ Tom is English, he doesn't speak English very well."
choice10[1]="although"
choice10[2]="through"
choice10[3]="though"
choice10[4]="thought"

question[11]="We would have called Peggy if we ______ her telephone number."
choice11[1]="know"
choice11[2]="had known"
choice11[3]="would know"
choice11[4]="have known"

question[12]="You can rely ______ us."
choice12[1]="to"
choice12[2]="at"
choice12[3]="in"
choice12[4]="on"

question[13]="If your sister ______ English, I will be able to understand her."
choice13[1]="will speak"
choice13[2]="would speak"
choice13[3]="had spoken"
choice13[4]="speaks"

question[14]="I wouldn't do that if I ______ you."
choice14[1]="would be"
choice14[2]="were"
choice14[3]="will be"
choice14[4]="has been"

question[15]="If they have a problem, we ______ to help them."
choice15[1]="will try"
choice15[2]="would try"
choice15[3]="would have tried"
choice15[4]="would be trying"

question[16]="Peter's grandmother does not approve ______ his friends."
choice16[1]="on"
choice16[2]="of"
choice16[3]="in"
choice16[4]="at"

question[17]="Carl is in love ______ a woman from Chicago."
choice17[1]="at"
choice17[2]="to"
choice17[3]="on"
choice17[4]="with"

question[18]="Hugh always ______ his best."
choice18[1]="does"
choice18[2]="makes"
choice18[3]="do"
choice18[4]="make"

question[19]="I am not very good ______ learning languages."
choice19[1]="in"
choice19[2]="on"
choice19[3]="at"
choice19[4]="to"

question[20]="Linda knows smoking is bad for her health, but she doesn't have enough self-discipline to stop ______."
choice20[1]="to smoke"
choice20[2]="smoking"
choice20[3]="smokes"
choice20[4]="in smoking"

question[21]="The new employee ended ______ killing the boss."
choice21[1]="out"
choice21[2]="up"
choice21[3]="of"
choice21[4]="at"

question[22]="I ______ too much last night and now I feel horrible."
choice22[1]="drunken"
choice22[2]="drunk"
choice22[3]="drink"
choice22[4]="drank"

question[23]="Rita now has an opportunity ______ in Mexico."
choice23[1]="for studying"
choice23[2]="to study"
choice23[3]="at studying"
choice23[4]="on studying"

question[24]="Henry insists ______ the same jokes every night."
choice24[1]="in saying"
choice24[2]="on saying"
choice24[3]="in telling"
choice24[4]="on telling"

question[25]="The professor ______ a small mistake."
choice25[1]="made"
choice25[2]="did"
choice25[3]="make"
choice25[4]="do"

question[26]="Ronald suggested ______ at the library."
choice26[1]="to study"
choice26[2]="studying"
choice26[3]="to studying"
choice26[4]="for studying"

question[27]="Tom ______ lots of interesting experiences in New York."
choice27[1]="did"
choice27[2]="made"
choice27[3]="had"
choice27[4]="came"

question[28]="That is ______ a beautiful house."
choice28[1]="such"
choice28[2]="so"
choice28[3]="very"
choice28[4]="much"

question[29]="If they ______ Chinese, they would be able to work in China."
choice29[1]="would speak"
choice29[2]="would have spoken"
choice29[3]="spoke"
choice29[4]="speak"

question[30]="It ______ him three hours to drive from his home to his grandmother's house."
choice30[1]="did"
choice30[2]="made"
choice30[3]="was"
choice30[4]="took"

solution[1]="c"
solution[2]="a"
solution[3]="a"
solution[4]="b"
solution[5]="c"
solution[6]="a"
solution[7]="a"
solution[8]="c"
solution[9]="a"
solution[10]="c"
solution[11]="b"
solution[12]="d"
solution[13]="d"
solution[14]="b"
solution[15]="a"
solution[16]="b"
solution[17]="d"
solution[18]="a"
solution[19]="c"
solution[20]="b"
solution[21]="b"
solution[22]="d"
solution[23]="b"
solution[24]="d"
solution[25]="a"
solution[26]="b"
solution[27]="c"
solution[28]="a"
solution[29]="c"
solution[30]="d"
