var blankSize = 15;
var numberofQ = 6;
var ExerciseType = "Fill-in Exercise";
var ExerciseTitle = "Quelques verbes diff&eacute;rents au singulier et au pluriel (2)";
var ExerciseInstruction = "&Eacute;coutez ces phrases et transcrivez les verbes";
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.1.8.a.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;Ils <BLANK0> d'arriver et donc ils ne <BLANK1> rien &agrave; la situation.";
Questions[1] = "<embed SRC=\"2.1.1.8.b.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;Anne <BLANK0> l'anglais, elle <BLANK1> un cours priv&eacute;.";
Questions[2] = "<embed SRC=\"2.1.1.8.c.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;Ma femme <BLANK0> son travail &agrave; 18 heures, apr&egrave;s elle <BLANK1> me chercher au bureau.";
Questions[3] = "<embed SRC=\"2.1.1.8.d.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;Pendant que Jeanne <BLANK0> &agrave; sa m&egrave;re, les enfants <BLANK1> &agrave; leur grand-p&egrave;re.";
Questions[4] = "<embed SRC=\"2.1.1.8.e.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;Le matin, Simone <BLANK0> un bol de lait, alors que ses parents <BLANK1> du th&eacute;.";
Questions[5] = "<embed SRC=\"2.1.1.8.f.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;Quand il <BLANK0>, il n'<BLANK1> rien.";
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;
numberofBlanks[5] = 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] = "viennent"; 
Answers[1] = "comprennent";
Answers[2] = "apprend";
Answers[3] = "suit"; 
Answers[4] = "finit"; 
Answers[5] = "vient";
Answers[6] = "&eacute;crit"; 
Answers[7] = "&eacute;crivent";
Answers[8] = "prend";
Answers[9] = "prennent"; 
Answers[10] = "dort"; 
Answers[11] = "entend";
