var numberofQ = 8



var ExerciseType = "Exercise &agrave; choix multiples";



var ExerciseTitle = "Test de phon&eacute;tique";



var ExerciseInstruction = "&Eacute;coutez puis cochez la phrase entendue.";



var HTML_header1 = "<HTML><BODY BGCOLOR=#ffffff><FONT face=\"Helvetica\" color=\"#99CC99\">";

var HTML_header2 = "<p></font>";

var HTML_header3 = "</font><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 Answers =	   new Array (numberofQ);

var HTML_objects = new Array (numberofQ);





Questions[0] = "<embed SRC=\"2.4.3.8.a.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";

Questions[1] = "<embed SRC=\"2.4.3.8.b.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";

Questions[2] = "<embed SRC=\"2.4.3.8.c.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";

Questions[3] = "<embed SRC=\"2.4.3.8.d.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";

Questions[4] = "<embed SRC=\"2.4.3.8.e.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";

Questions[5] = "<embed SRC=\"2.4.3.8.f.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";

Questions[6] = "<embed SRC=\"2.4.3.8.g.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";

Questions[7] = "<embed SRC=\"2.4.3.8.h.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";





Answers[0] = "Elle a trois ans."; 

Answers[1] = "Il est l'heure de partir.";

Answers[2] = "J'ai deux livres.";

Answers[3] = "C'est l'&eacute;tage au-dessus."; 

Answers[4] = "Ils prennent du caf&eacute;.";

Answers[5] = "Je les vois bien.";

Answers[6] = "Ce sont des Anglaises.";

Answers[7] = "C'est du poison.";





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 numberofOpt = new Array (numberofQ);



numberofOpt[0] = 2;

numberofOpt[1] = 2;

numberofOpt[2] = 2;

numberofOpt[3] = 2;

numberofOpt[4] = 2;

numberofOpt[5] = 2;

numberofOpt[6] = 2;

numberofOpt[7] = 2;





var numberofOptTotal = 16; 



for ( var i = 0; i < numberofQ; i++ )

{

    numberofOptTotal += numberofOpt[i];

}



var Options =	   new Array (numberofOptTotal);



Options[0] = "Elle a trois ans.";

Options[1] = "Elle a treize ans.";

Options[2] = "Il a l'air de partir.";

Options[3] = "Il est l'heure de partir.";

Options[4] = "J'ai des livres. ";

Options[5] = "J'ai deux livres.";

Options[6] = "C'est l'&eacute;tage au-dessus.";

Options[7] = "C'est l'&eacute;tage au-dessous.";

Options[8] = "Ils prennent du caf&eacute;.";

Options[9] = "Il prend du caf&eacute;.";

Options[10] = "Je le vois bien.";

Options[11] = "Je les vois bien.";

Options[12] = "Ce sont des Anglais.";

Options[13] = "Ce sont des Anglaises.";

Options[14] = "C'est du poison.";

Options[15] = "C'est du poisson.";



