var blankSize = 48;
var numberofQ = 5;
var ExerciseType = "Fill-in Exercise";
var ExerciseTitle = "Les nasales";
var ExerciseInstruction = "&Eacute;coutez, r&eacute;&eacute;crivez, puis lisez ces phrases.";
var HTML_header1 = "<HTML><BODY BGCOLOR=#ffffff><FONT face=\"Helvetica\" color=\"#EE9B16\"> ";
var HTML_header2 = "<p></font>";
var HTML_header3 = "<hr><font face=\"Helvetica\">";
var HTML_footer  = "<br><br><br>&#169 Les &Eacute;ditions Didier 2000</BODY></HTML>";
var Questions =	   new Array (numberofQ);
var Explanations = new Array (numberofQ);
var HTML_objects = new Array (numberofQ);
Questions[0] = "<embed SRC=\"2.1.3.9.a.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;Il est _____pat_____t de conna&icirc;tre Jean.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[1] = "<embed SRC=\"2.1.3.9.b.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;Elles v_____t _____ _____de.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[2] = "<embed SRC=\"2.1.3.9.c.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;Il est comm_____t t_____ bateau ?<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[3] = "<embed SRC=\"2.1.3.9.d.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;C'est _____  _____f_____t allem_____d.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[4] = "<embed SRC=\"2.1.3.9.e.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;Ce tableau co&ucirc;te trois c_____ts fr_____cs.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Explanations[0] = "";
Explanations[1] = "";
Explanations[2] = "";
Explanations[3] = "";
Explanations[4] = "";
HTML_objects[0] = "";
HTML_objects[1] = ""
HTML_objects[2] = "";
HTML_objects[3] = "";
HTML_objects[4] = "";
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;
numberofBlanks[4] = 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] = "Il est impatient de conna&icirc;tre Jean."; 
Answers[1] = "Elles vont en Inde.";
Answers[2] = "Il est comment ton bateau?";
Answers[3] = "C'est un enfant allemand."; 
Answers[4] = "Ce tableau co&ucirc;te trois cents francs."; 
