
blankSize = 12;
var numberofQ = 14;
var ExerciseType = "Conjugation";
var ExerciseTitle = "Conjugaison";
var ExerciseInstruction = "Compl&eacute;tez les tableaux.";
var HTML_header1 = "<HTML><BODY BGCOLOR=#ffffff><FONT face=\"Helvetica\" color=\"#CC0000\"> ";
var HTML_header2 = "<p></font>";
var HTML_header3 = "<hr><font face=\"Helvetica\">";
var HTML_footer  = "</tr></table><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] = "<td><b>&eacute;couter</b>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><b>habiter</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td><b>&eacute;peler</b></td>"; 
Questions[1] = "<td>j'&eacute;coute&nbsp;&nbsp;</td><td><BLANK0></td><td><BLANK1></td>";
Questions[2] = "<td>tu &eacute;coutes&nbsp;&nbsp;</td><td><BLANK0></td><td>&nbsp;&nbsp;tu &eacute;pelles</td>";
Questions[3] = "<td><BLANK0></td><td><BLANK1></td><td><BLANK2></td>";
Questions[4] = "<td>nous &eacute;coutons&nbsp;&nbsp;</td><td>&nbsp;&nbsp;nous habitons</td><td><BLANK0></td>";
Questions[5] = "<td><BLANK0></td><td><BLANK1></td><td><BLANK2></td>";
Questions[6] = "<td><BLANK0></td><td><BLANK1></td><td><BLANK2></td>";
Questions[7] = "<td><b>regarder</b>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><b>t&eacute;l&eacute;phoner</b>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><b>changer</b></td>"; 
Questions[8] = "<td><BLANK0></td><td><BLANK1></td><td><BLANK2></td>";
Questions[9] = "<td><BLANK0></td><td><BLANK1></td><td><BLANK2></td>";
Questions[10] = "<td><BLANK0></td><td>&nbsp;&nbsp;elle t&eacute;l&eacute;phone&nbsp;&nbsp;</td><td><BLANK1></td>";
Questions[11] = "<td><BLANK0></td><td><BLANK1></td><td><BLANK2></td>";
Questions[12] = "<td>vous regardez&nbsp;&nbsp;</td><td><BLANK0></td><td><BLANK1></td>";
Questions[13] = "<td><BLANK0></td><td><BLANK1></td><td>&nbsp;&nbsp;ils changent</td>";
Explanations[0] = "";
Explanations[1] = "";
Explanations[2] = "";
Explanations[3] = "";
Explanations[4] = "";
Explanations[5] = "";
Explanations[6] = "";
Explanations[7] = "";
Explanations[8] = "";
Explanations[9] = "";
Explanations[10] = "";
Explanations[11] = "";
Explanations[12] = "";
Explanations[13] = "";
HTML_objects[0] = "<table BORDER CELLPADDING=4  BORDERCOLOR=\"#000000\" ><tr>";
HTML_objects[1] = "</tr><tr>";
HTML_objects[2] = "</tr><tr>";
HTML_objects[3] = "</tr><tr>";
HTML_objects[4] = "</tr><tr>";
HTML_objects[5] = "</tr><tr>";
HTML_objects[6] = "</tr><tr>";
HTML_objects[7] = "</tr></table><p><table BORDER CELLPADDING=4  BORDERCOLOR=\"#000000\" ><tr>";
HTML_objects[8] = "</tr><tr>";
HTML_objects[9] = "</tr><tr>";
HTML_objects[10] = "</tr><tr>";
HTML_objects[11] = "</tr><tr>";
HTML_objects[12] = "</tr><tr>";
HTML_objects[13] = "</tr><tr>";
var numberofBlanks = new Array (numberofQ);
//enter in the number of blanks per question
numberofBlanks[0] = 0;
numberofBlanks[1] = 2;
numberofBlanks[2] = 1;
numberofBlanks[3] = 3;
numberofBlanks[4] = 1;
numberofBlanks[5] = 3;
numberofBlanks[6] = 3;
numberofBlanks[7] = 0;
numberofBlanks[8] = 3;
numberofBlanks[9] = 3;
numberofBlanks[10] = 2;
numberofBlanks[11] = 3;
numberofBlanks[12] = 2;
numberofBlanks[13] = 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] = "j'habite";
Answers[1] = "j'&eacute;pelle";
Answers[2] = "tu habites";
Answers[3] = "il &eacute;coute|elle &eacute;coute|on &eacute;coute";
Answers[4] = "il habite|elle habite|on habite";
Answers[5] = "il &eacute;pelle|elle &eacute;pelle|on &eacute;pelle";
Answers[6] = "nous &eacute;pelons";
Answers[7] = "vous &eacute;coutez";
Answers[8] = "vous habitez";
Answers[9] = "vous &eacute;pelez";
Answers[10] = "ils &eacute;coutent|elles &eacute;coutent";
Answers[11] = "Ils habitent|elles habitent";
Answers[12] = "ils &eacute;pellent|elles &eacute;pellent";
Answers[13] = "je regarde";
Answers[14] = "je t&eacute;l&eacute;phone";
Answers[15] = "je change";
Answers[16] = "tu regardes";
Answers[17] = "tu t&eacute;l&eacute;phones";
Answers[18] = "tu changes";
Answers[19] = "il regarde|elle regarde|on regarde";
Answers[20] = "il change|elle change|on change";
Answers[21] = "nous regardons";
Answers[22] = "nous t&eacute;l&eacute;phonons";
Answers[23] = "nous changeons";
Answers[24] = "vous t&eacute;l&eacute;phonez";
Answers[25] = "vous changez";
Answers[26] = "ils regardent|elles regardent";
Answers[27] = "ils t&eacute;l&eacute;phonent|elles t&eacute;l&eacute;phonent";
