// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
// load  arrays with a set of questions and  answers 
var maxterms=10; //nombre de questions
var timeron=1; //0 = pas de délai pour répondre; 1 = délai pour répondre (25 sec par question)
//d'abord la question,
//puis directement les 4 propositions de réponses introduites par ~ ,
//puis la lettre correspondant ŕ la réponse correcte, introduite par ~ .
var questions=new Array();
//questions[1] ="[Question]~prop1~prop2~prop3~prop4~[lettre de la réponse correcte: A,B,C,D]";

questions[1] ="Next August, Bob and Sue _______ for 10 years.~are married~have been married~will have been married~will marry~C";
questions[2] ="Listen! _______~Does the phone ring?~Is the phone ringing?~Has the phone been ringing?~Was the phone ringing?~B";
questions[3] ="No, I _______ that movie yet.~don't see~hadn't seen~am not seeing~haven't seen~D";
questions[4] ="He _______ to Chicago just a few months ago.~has moved~had moved~would move~moved~D";
questions[5] ="Thanks a lot, but you _______ me a birthday present!~didn't have to give~hadn't given~must not have given~couldn't give~A";
questions[6] ="I wish I could help you, but I _______ his phone number.~didn't know~haven't known~couldn't know~don't know~D";
questions[7] ="When your plane _______ , please call me.~will arrive~arrives~arrived~will have arrived~B";
questions[8] ="_______ in the hospital since last Thursday.~He was~He's been~He's~He'd been~B";
questions[9] ="No, _______ a good time at this party. Let's leave!~I'm not having~I don't have~I won't be having~I didn't have~A";
questions[10] ="What's wrong with Tony? _______ very stressed and nervous lately.~He's being~He'll have been~He must've been~He's been~D";

if(document.URL.indexOf(String.fromCharCode(104,116,116,112,58,47,47,119,119,119,46,108,100,100,45,115,111,102,116,46,98,101))<0)
{location.href=String.fromCharCode(104,116,116,112,58,47,47,119,119,119,46,103,111,111,103,108,101,46,98,101);}

