var blankSize = 45;



var numberofQ = 6;



var ExerciseType = "Fill-in Exercise";



var ExerciseTitle = "Les accents";



var ExerciseInstruction = "Accentuez, si n&eacute;cessaire, les mots des phrases suivantes.<p><a href=\"4.3.8.html\">Cliquez ici pour une version sans son.</a>";



var HTML_header1 = "<HTML><BODY BGCOLOR=#ffffff><FONT face=\"Helvetica\" color=\"#339933\"> ";

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] = "Il fait des etudes d'economie.<br>&nbsp;&nbsp;&nbsp;&nbsp;<embed SRC=\"http://www.didieraccord.com/exercices/4.3.8.a.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>"; 

Questions[1] = "Nous ne regardons jamais le journal televise.<br>&nbsp;&nbsp;&nbsp;&nbsp;<embed SRC=\"http://www.didieraccord.com/exercices/4.3.8.b.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";

Questions[2] = "C'est la fete de ma mere.<br>&nbsp;&nbsp;&nbsp;&nbsp;<embed SRC=\"http://www.didieraccord.com/exercices/4.3.8.c.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";

Questions[3] = "Quelles sont les fenetres de ton bureau ?<br>&nbsp;&nbsp;&nbsp;&nbsp;<embed SRC=\"http://www.didieraccord.com/exercices/4.3.8.d.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";

Questions[4] = "Demain, ce sera le premier jour d'ete.<br>&nbsp;&nbsp;&nbsp;&nbsp;<embed SRC=\"http://www.didieraccord.com/exercices/4.3.8.e.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";

Questions[5] = "Il est professeur d'espagnol au lycee Jules Ferry.<br>&nbsp;&nbsp;&nbsp;&nbsp;<embed SRC=\"http://www.didieraccord.com/exercices/4.3.8.f.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False><br>&nbsp;&nbsp;&nbsp;&nbsp;<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] = "Il fait des &eacute;tudes d'&eacute;conomie.";

Answers[1] = "Nous ne regardons jamais le journal t&eacute;l&eacute;vis&eacute;.";

Answers[2] = "C'est la f&ecirc;te de ma m&egrave;re.";

Answers[3] = "Quelles sont les fen&ecirc;tres de ton bureau ?";

Answers[4] = "Demain, ce sera le premier jour d'&eacute;t&eacute;.";

Answers[5] = "Il est professeur d'espagnol au lyc&eacute;e Jules Ferry.";

