var blankSize = "34";var numberofQ = 4;var ExerciseType = "Fill-in Exercise";var Back = "1.2.html";var Next = "2.1.html";var Home = "main.html";var titleImage="images/canalreve.gif";var ExerciseTitle = "Tu veux quoi&nbsp;?";var ExerciseInstruction = "Suivez les mod&egrave;les pour formuler une proposition pour chaque r&eacute;ponse.";var HTML_header1 = "<HTML><BODY BGCOLOR=#ffffff>";var HTML_header2 = "";var HTML_header3 = "<hr>";var HTML_footer  = "</BODY></HTML>";var Questions =	   new Array (numberofQ);var Explanations = new Array (numberofQ);var HTML_objects = new Array (numberofQ);Questions[0] = "<BLANK0>&nbsp;?<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-Ah non ! Je d&eacute;teste le coca !"; Questions[1] = "<BLANK0>&nbsp;?<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-Ah oui, j'adore les pommes !";Questions[2] = "<BLANK0>&nbsp;?<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-Un th&eacute;, s'il te pla&icirc;t. ";Questions[3] = "<BLANK0>&nbsp;?<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-Un caf&eacute;&nbsp;? Avec plaisir !<br>";Explanations[0] = "";Explanations[1] = "";Explanations[2] = "";Explanations[3] = "";HTML_objects[0] = "<table BORDER=1 WIDTH=\"450\" ><tr><td><center><embed SRC=\"mov/the.mov\" WIDTH=\"120\" HEIGHT=\"105\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br><i>Un th&eacute;&nbsp;?</i></center></td><td><center><embed SRC=\"mov/banane.mov\" WIDTH=\"120\" HEIGHT=\"105\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br><i>Est-ce que tu veux une banane&nbsp;?</i></center></td><td><center><embed SRC=\"mov/coca.mov\" WIDTH=\"120\" HEIGHT=\"105\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br><i>Tu veux quoi&nbsp;?</i></center></td></tr></table><br><br>";HTML_objects[1] = "";HTML_objects[2] = "";HTML_objects[3] = "";var numberofBlanks = new Array (numberofQ);//enter in the number of blanks per questionnumberofBlanks[0] = 1;numberofBlanks[1] = 1;numberofBlanks[2] = 1;numberofBlanks[3] = 1;var numberofBlanksTotal = 0; for ( var i = 0; i < numberofQ; i++ ){    numberofBlanksTotal += numberofBlanks[i];}var Options =	   new Array (numberofBlanksTotal);var Answers =	   new Array (numberofBlanksTotal);Answers[0] = "Un coca|Est-ce que tu veux un coca|Tu veux un coca";Answers[1] = "Une pomme|Est-ce que tu veux une pomme|Tu veux une pomme";Answers[2] = "Tu veux quoi|Qu'est-ce que tu veux";Answers[3] = "Un caf&eacute;|Est-ce que tu veux un caf&eacute;|Tu veux un caf&eacute;";
