var blankSize = 2;
var numberofQ = 5;
var ExerciseType = "Fill-in Exercise";
var ExerciseTitle = "Le participe pass&eacute;";
var ExerciseInstruction = "&Eacute;coutez l'enregistrement et compl&eacute;tez ces formes verbales.";
var HTML_header1 = "<HTML><BODY BGCOLOR=#ffffff><FONT face=\"Helvetica\" color=\"#A38DF0\"> ";
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.3.3.7.a.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;On a &eacute;cout<BLANK0> l'enregistrement et on a trouv<BLANK1> que les voix des acteurs &eacute;taient excellentes.";
Questions[1] = "<embed SRC=\"2.3.3.7.b.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;Ils ont d&eacute;cid<BLANK0> d'achet<BLANK1> deux nouveaux tableaux pour leur maison de campagne.";
Questions[2] = "<embed SRC=\"2.3.3.7.c.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;Les enfants sont all<BLANK0> &agrave; la plage mais ils ne sont pas encore rentr<BLANK1>.";
Questions[3] = "<embed SRC=\"2.3.3.7.d.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;Mes deux filles sont arriv<BLANK0> de Londres hier soir, elles vont rest<BLANK1> &agrave; Paris jusqu'&agrave; dimanche.";
Questions[4] = "<embed SRC=\"2.3.3.7.e.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;Si on n'a pas &eacute;tudi<BLANK0>, il est inutile de se pr&eacute;sent<BLANK1> au concours, il est tr&eacute;s dur ! ";
Explanations[0] = "";
Explanations[1] = "";
Explanations[2] = "";
Explanations[3] = "";
Explanations[4] = "";
Explanations[5] = "";
HTML_objects[0] = "";
HTML_objects[1] = "";
HTML_objects[2] = "";
HTML_objects[3] = "";
HTML_objects[4] = "";
HTML_objects[5] = "";
var numberofBlanks = new Array (numberofQ);
//enter in the number of blanks per question
numberofBlanks[0] = 2;
numberofBlanks[1] = 2;
numberofBlanks[2] = 2;
numberofBlanks[3] = 2;
numberofBlanks[4] = 2;
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] = "&eacute;";
Answers[1] = "&eacute;";
Answers[2] = "&eacute;";
Answers[3] = "er";
Answers[4] = "&eacute;s";
Answers[5] = "&eacute;s";
Answers[6] = "&eacute;es";
Answers[7] = "er";
Answers[8] = "&eacute;";
Answers[9] = "er";
