var blankSize = 13;
var numberofQ = 5;
var ExerciseType = "Conjugation";
var ExerciseTitle = "L'imp&eacute;ratif (1)";
var ExerciseInstruction = "Compl&eacute;tez le tableau avec les verbes propos&eacute;s &agrave; l'imp&eacute;ratif affirmatif et n&eacute;gatif.";
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  = "</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] = "<TR><TD ALIGN=CENTER VALIGN=MIDDLE></TD><TD ALIGN=CENTER VALIGN=MIDDLE><b>2&egrave;me pers. sing.</b>&nbsp;&nbsp;&nbsp;&nbsp;</TD><TD ALIGN=CENTER VALIGN=MIDDLE><b>1&egrave;re pers.plur.</b>&nbsp;&nbsp;&nbsp;</TD><TD ALIGN=CENTER VALIGN=MIDDLE><b>2&egrave;me pers. plur.</b><br></TD></TR>"; 
Questions[1] = "<TR><TD><b>&Ecirc;tre</b>&nbsp;&nbsp;&nbsp;</TD><TD><BLANK0><br><BLANK1></TD><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Soyons<br><BLANK2></TD><TD><BLANK3><br><BLANK4></TD></TR>";
Questions[2] = "<TR><TD><b>Avoir</b>&nbsp;&nbsp;&nbsp;</TD><TD><BLANK0><br><BLANK1></TD><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ayons<br><BLANK2></TD><TD><BLANK3><br><BLANK4></TD></TR>";
Questions[3] = "<TR><TD><b>Chanter</b>&nbsp;&nbsp;&nbsp;</TD><TD><BLANK0><br><BLANK1></TD><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chantons<br><BLANK2></TD><TD><BLANK3><br><BLANK4></TD></TR>";
Questions[4] = "<TR><TD><b>Aller</b>&nbsp;&nbsp;&nbsp;</TD><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Va<br><BLANK0><br></TD><TD><BLANK1><br><BLANK2></TD><TD><BLANK3><br><BLANK4></TD></TR>";
Questions[5] = "<TR><TD><b>Venir</b>&nbsp;&nbsp;&nbsp;</TD><TD><BLANK0><br>&nbsp;&nbsp;&nbsp;Ne viens pas</TD><TD><BLANK1><br><BLANK2></TD><TD><BLANK3><br>&nbsp;&nbsp;&nbsp;Ne venez pas</TD></TR>";
Explanations[0] = "";
Explanations[1] = "";
Explanations[2] = "";
Explanations[3] = "";
Explanations[4] = "";
Explanations[5] = "";
HTML_objects[0] = "<table BORDER CELLPADDING=4 WIDTH=\"325\" BORDERCOLOR=\"#000000\" >";
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] = 0;
numberofBlanks[1] = 5;
numberofBlanks[2] = 5;
numberofBlanks[3] = 5;
numberofBlanks[4] = 5;
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] = "Sois";
Answers[1] = "Ne sois pas";
Answers[2] = "Ne soyons pas";
Answers[3] = "Soyez";
Answers[4] = "Ne soyez pas";
Answers[5] = "Aie";
Answers[6] = "N'aie pas";
Answers[7] = "N'ayons pas";
Answers[8] = "Ayez";
Answers[9] = "N'ayez pas";
Answers[10] = "Chante";
Answers[11] = "Ne chante pas";
Answers[12] = "Ne chantons pas";
Answers[13] = "Chantez";
Answers[14] = "Ne chantez pas";
Answers[15] = "ne va pas";
Answers[16] = "Allons";
Answers[17] = "N'allons pas";
Answers[18] = "Allez";
Answers[19] = "N'allez pas";
