
var numberofQ = 10;
var blankSize = 3;
var ExerciseType = "Fill-in Exercise";
var ExerciseTitle = "Les sons [i] / [y] / [u]";
var ExerciseInstruction = "Lisez et &eacute;coutez les mots. Si vous entendez le son [i], tapez 1 ; le son [y], tapez 2 ; le son [u], tapez 3.<p><a href=\"2.3.7.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] = "plus :&nbsp;&nbsp;<BLANK0>"; 
Questions[1] = "trou :&nbsp;&nbsp;<BLANK0>";
Questions[2] = "fini :&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[3] = "rue :&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[4] = "cru :&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[5] = "sur :&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[6] = "tour :&nbsp;&nbsp;<BLANK0>";
Questions[7] = "but :&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[8] = "choisi :<BLANK0>";
Questions[9] = "bout :<BLANK0>";
Explanations[0] = "";
Explanations[1] = "";
Explanations[2] = "";
Explanations[3] = "";
Explanations[4] = "";
Explanations[5] = "";
Explanations[6] = "";
Explanations[7] = "";
Explanations[8] = "";
Explanations[9] = "";
HTML_objects[0] = "<P><b>Exemple :</b></P><blockquote><P>fini : 1  [i]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;plus : 2  [y]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;trou : 3  [u]</P></blockquote>";
HTML_objects[1] = "";
HTML_objects[2] = "";
HTML_objects[3] = "";
HTML_objects[4] = "";
HTML_objects[5] = "";
HTML_objects[6] = "";
HTML_objects[7] = "";
HTML_objects[8] = "";
HTML_objects[9] = "";
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;
numberofBlanks[6] = 1;
numberofBlanks[7] = 1;
numberofBlanks[8] = 1;
numberofBlanks[9] = 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] = "3";
Answers[2] = "1";
Answers[3] = "2";
Answers[4] = "2";
Answers[5] = "2";
Answers[6] = "3";
Answers[7] = "2";
Answers[8] = "1";
Answers[9] = "3";
