
var numberofQ = 6;
var blankSize = 3;
var ExerciseType = "Fill-in Exercise";
var ExerciseTitle = "<img src=2.2.8.gif hspace=0 vspace=0 align=middle>";
var ExerciseInstruction = "Lisez et &eacute;coutez ces mots. Si vous entendez le son <img src=e.gif hspace=0 vspace=0 align=top>, tapez 1; le son [e], tapez 2.<p><a href=\"2.2.8.son.html\">Cliquez ici pour une version avec son.</a>";
var HTML_header1 = "<HTML><BODY BGCOLOR=#ffffff><FONT face=\"Helvetica\" color=\"#000066\"> ";
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] = "th&eacute;&nbsp;&nbsp;&nbsp;&nbsp;: <BLANK0>"; 
Questions[1] = "le&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: <BLANK0>";
Questions[2] = "des&nbsp;&nbsp;&nbsp;: <BLANK0>";
Questions[3] = "ces&nbsp;&nbsp;&nbsp;: <BLANK0>";
Questions[4] = "ce&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: <BLANK0>";
Questions[5] = "visit&eacute; : <BLANK0>";
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] = 1;
numberofBlanks[1] = 1;
numberofBlanks[2] = 1;
numberofBlanks[3] = 1;
numberofBlanks[4] = 1;
numberofBlanks[5] = 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] = "2";
Answers[1] = "1";
Answers[2] = "2";
Answers[3] = "2";
Answers[4] = "1";
Answers[5] = "2";
