var gTCALS = null;
window.onload = function(){
var page = null;
gTCALS = getNewTCALS();

gTCALS.urlServer = 'http://cat.tcals.ca/gestiontcals';
gTCALS.quizId = 'H8E4P3G71';
gTCALS.previewMode = false;
gTCALS.pageLabel = 'Page';
gTCALS.pathSoundIntro = '/testanglais/medias/Intro1.mp3';

gTCALS.timerTitle = 'Chrono';
 gTCALS.msgMustIntroSound = 'Avant de commencer le test, vous devez écouter la consigne.';
gTCALS.msgQuizNotExist = 'Le questionnaire n&rsquo;existe pas dans la base de donn&eacute;es.';
gTCALS.msgQuizInactive = 'Le questionnaire est pr&eacute;sentement inactif.';
gTCALS.msgKeyNotExist = 'Cl&eacute; d&rsquo;acc&egrave;s invalide';
gTCALS.msgKeyUsed = 'Cl&eacute; d&rsquo;acc&egrave;s d&eacute;j&agrave; utilis&eacute;e';
gTCALS.msgGeneralError = 'Une erreur s&rsquo;est produite';
gTCALS.msgUnonload = 'Si vous cliquez sur OK, les données de votre questionnaire ne seront pas transmises au serveur.';
gTCALS.msgRepeatNumEtudiant = 'R&eacute;p&eacute;ter le num&eacute;ro d&#39;&eacute;tudiant';
gTCALS.msgModuleError = 'Erreur de connexion au module de gestion';
gTCALS.msgAddressModuleError = 'Adresse du module de gestion invalide';
gTCALS.msgAnswerQuestion = 'Vous devez répondre à cette question avant de passer à la suivante.';



page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE';
page.textGuideline = 'Cette partie du test mesure votre habilet&eacute; &agrave; comprendre l&#39;anglais parl&eacute;. Elle est compos&eacute;e de trois sections&nbsp;:<br /><br /><b>Section 1 : PHRASES<br />Section 2 : DIALOGUES<br />Section 3 : MINI-EXPOS&Eacute;S</b>';
page.soundPath = '/testanglais/medias/P1.mp3';
page.timerEnabled = true;
page.timerDelay = 20;


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.textGuideline = 'Dans cette premi&egrave;re section, vous allez entendre une s&eacute;rie de phrases suivies chacune de quatre &eacute;nonc&eacute;s. Vous devez choisir l&#39;&eacute;nonc&eacute; qui correspond le mieux &agrave; la phrase entendue.<br /><br />Lisez les quatre &eacute;nonc&eacute;s <b>avant</b> d&#39;&eacute;couter la phrase. Au signal sonore, &eacute;coutez attentivement. Chaque phrase sera r&eacute;p&eacute;t&eacute;e. Il y a seulement une bonne r&eacute;ponse parmi les quatre &eacute;nonc&eacute;s. Maintenant, voici un exemple.<br /><br /><b>Lisez les &eacute;nonc&eacute;s.<br /><br /></b>A. He doesn&#39;t like to go to the movies.<br />B. He wants to go to the movies alone.<br />C. He prefers to go to the movies with someone.<br />D. He doesn&#39;t want to go to the movies.<br /><br />La bonne r&eacute;ponse est <b>c</b>, car c&#39;est l&#39;&eacute;nonc&eacute; qui correspond le plus &agrave; la phrase que vous avez entendue.<br /><br /><b>Maintenant, pr&eacute;parez-vous &agrave; r&eacute;pondre aux questions. Lisez les &eacute;nonc&eacute;s.</b><br />';
page.soundPath = '/testanglais/medias/p1s1.mp3';
page.timerEnabled = true;
page.timerDelay = 70;


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q01.mp3';
page.timerEnabled = true;
page.timerDelay = 59;

page.initQuestion(0);
page.statement = 'Num&eacute;ro 1';

page.question.addChoice('She can&#39;t concentrate when there&#39;s noise.');

page.question.addChoice('She can&#39;t hear the music very well.');

page.question.addChoice('She doesn&#39;t have to study now.');

page.question.addChoice('She studies better with the radio on.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q02.mp3';
page.timerEnabled = true;
page.timerDelay = 63;

page.initQuestion(1);
page.statement = 'Num&eacute;ro 2';

page.question.addChoice('People who have tickets must call the box office.');

page.question.addChoice('People who want tickets should call the box office.');

page.question.addChoice('The promoters cancelled tonight&#39;s concert.');

page.question.addChoice('There are no more tickets available.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q03.mp3';
page.timerEnabled = true;
page.timerDelay = 59;

page.initQuestion(2);
page.statement = 'Num&eacute;ro 3';

page.question.addChoice('Jane is going to hang up.');

page.question.addChoice('Jane is talking too loud.');

page.question.addChoice('The man can&#39;t hear Jane.');

page.question.addChoice('The man can&#39;t talk right now.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q04.mp3';
page.timerEnabled = true;
page.timerDelay = 55;

page.initQuestion(3);
page.statement = 'Num&eacute;ro 4';

page.question.addChoice('I live in Montreal now.');

page.question.addChoice('I lived in Montreal for five years.');

page.question.addChoice('I&#39;m still living in Rome.');

page.question.addChoice('I used to live in Montreal.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q05.mp3';
page.timerEnabled = true;
page.timerDelay = 60;

page.initQuestion(4);
page.statement = 'Num&eacute;ro 5';

page.question.addChoice('The organizers assumed the weather would be nice.');

page.question.addChoice('The organizers predicted bad weather for the picnic.');

page.question.addChoice('The weather was bad on the day of the picnic.');

page.question.addChoice('The weather was nice on the day of the picnic.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q06.mp3';
page.timerEnabled = true;
page.timerDelay = 60;

page.initQuestion(5);
page.statement = 'Num&eacute;ro 6';

page.question.addChoice('She bought her tickets at the box office.');

page.question.addChoice('She bought her tickets from an individual.');

page.question.addChoice('She ordered her tickets by phone.');

page.question.addChoice('She received her tickets in the mail.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q07.mp3';
page.timerEnabled = true;
page.timerDelay = 62;

page.initQuestion(6);
page.statement = 'Num&eacute;ro 7';

page.question.addChoice('Sophie didn&#39;t know she was pregnant.');

page.question.addChoice('Sophie gossiped about Tom.');

page.question.addChoice('Sophie got pregnant at school.');

page.question.addChoice('Tom spread a rumour about Sophie.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q08.mp3';
page.timerEnabled = true;
page.timerDelay = 59;

page.initQuestion(7);
page.statement = 'Num&eacute;ro 8';

page.question.addChoice('He hesitates to give her an apology.');

page.question.addChoice('He intends to change his mind.');

page.question.addChoice('He is going to say he&#39;s sorry.');

page.question.addChoice('He may tell her what he thinks.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q09.mp3';
page.timerEnabled = true;
page.timerDelay = 54;

page.initQuestion(8);
page.statement = 'Num&eacute;ro 9';

page.question.addChoice('She is in the way.');

page.question.addChoice('She is leaving on a trip.');

page.question.addChoice('She is lost.');

page.question.addChoice('She is selfish.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q10.mp3';
page.timerEnabled = true;
page.timerDelay = 59;

page.initQuestion(9);
page.statement = 'Num&eacute;ro 10';

page.question.addChoice('He doesn&#39;t like heavy metal music anymore.');

page.question.addChoice('He still listens to heavy metal music.');

page.question.addChoice('Heavy metal music changes all the time.');

page.question.addChoice('He thinks heavy metal music is funny.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q11.mp3';
page.timerEnabled = true;
page.timerDelay = 62;

page.initQuestion(10);
page.statement = 'Num&eacute;ro 11';

page.question.addChoice('One aspect of the proposal was problematic.');

page.question.addChoice('The price of raw materials was too high.');

page.question.addChoice('The proposal was too costly.');

page.question.addChoice('They were specific about the cost.');


page = gTCALS.newPage();
page.title = 'Partie 1: COMPR&Eacute;HENSION AUDITIVE > Section 1 : PHRASES';
page.soundPath = '/testanglais/medias/P1S1Q12.mp3';
page.timerEnabled = true;
page.timerDelay = 50;

page.initQuestion(11);
page.statement = 'Num&eacute;ro 12';

page.question.addChoice('He&#39;s a hard worker.');

page.question.addChoice('He&#39;s lazy.');

page.question.addChoice('The work is hard.');

page.question.addChoice('The work isn&#39;t hard.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.textGuideline = 'Dans cette deuxi&egrave;me section, vous allez entendre une s&eacute;rie de dialogues entre deux personnes. Chaque dialogue est suivi d&#39;une question pour laquelle on propose quatre r&eacute;ponses.<br /><br />Lisez la question et les r&eacute;ponses <b>avant</b> d&#39;&eacute;couter le dialogue.<br /><br /><b>Attention! Au signal sonore, &eacute;coutez attentivement. Pr&ecirc;tez bien attention, car ces dialogues ne seront pas r&eacute;p&eacute;t&eacute;s.</b><br /><br />Il y a seulement une bonne r&eacute;ponse parmi les quatre. Maintenant, voici un exemple.<br /><br /><b>Lisez la question et les r&eacute;ponses.</b><br /><br />Where is the man&#39;s book?<br />A. In the bedroom.<br />B. In the dining room.<br />C. In the kitchen.<br />D. In the living room.<br /><br />La bonne r&eacute;ponse est <b>c</b>, car c&#39;est celle qui r&eacute;pond le mieux &agrave; la question.<br /><br /><b>Maintenant, pr&eacute;parez-vous &agrave; r&eacute;pondre aux questions. Lisez la question et les r&eacute;ponses.</b><br />';
page.soundPath = '/testanglais/medias/P1S2.mp3';
page.timerEnabled = true;
page.timerDelay = 75;


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q13.mp3';
page.timerEnabled = true;
page.timerDelay = 52;

page.initQuestion(12);
page.statement = 'Num&eacute;ro 13 - Which buses does the woman suggest they take?';

page.question.addChoice('40 and 80.');

page.question.addChoice('14 and 18.');

page.question.addChoice('40 and 18.');

page.question.addChoice('14 and 80.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q14.mp3';
page.timerEnabled = true;
page.timerDelay = 63;

page.initQuestion(13);
page.statement = 'Num&eacute;ro 14 - Where is Ms. Marshall?';

page.question.addChoice('Coming to the phone.');

page.question.addChoice('Not available.');

page.question.addChoice('On the phone.');

page.question.addChoice('With John Jacobs.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q15.mp3';
page.timerEnabled = true;
page.timerDelay = 67;

page.initQuestion(14);
page.statement = 'Num&eacute;ro 15 - What does Jacques propose?';

page.question.addChoice('To borrow money from his friend.');

page.question.addChoice('To postpone meeting his friend.');

page.question.addChoice('To put gas in his car next week.');

page.question.addChoice('To refund the money next week.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q16.mp3';
page.timerEnabled = true;
page.timerDelay = 54;

page.initQuestion(15);
page.statement = 'Num&eacute;ro 16 - What&#39;s the number?';

page.question.addChoice('1317');

page.question.addChoice('1370');

page.question.addChoice('3017');

page.question.addChoice('3070');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q17.mp3';
page.timerEnabled = true;
page.timerDelay = 65;

page.initQuestion(16);
page.statement = 'Num&eacute;ro 17 - How does the woman feel?';

page.question.addChoice('All TV programs are violent.');

page.question.addChoice('People shouldn&#39;t watch TV.');

page.question.addChoice('Regular programs are the most violent.');

page.question.addChoice('The news is more gruesome than other shows.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q18.mp3';
page.timerEnabled = true;
page.timerDelay = 62;

page.initQuestion(17);
page.statement = 'Num&eacute;ro 18 - What did Sylvie say?';

page.question.addChoice('Her boss said he&#39;d talk to her next week.');

page.question.addChoice('She didn&#39;t have the opportunity to talk to her boss.');

page.question.addChoice('She talked to her boss about the job.');

page.question.addChoice('She tried to talk to her boss about the job.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q19.mp3';
page.timerEnabled = true;
page.timerDelay = 68;

page.initQuestion(18);
page.statement = 'Num&eacute;ro 19 - What is the woman&#39;s suggestion?';

page.question.addChoice('To avoid going out.');

page.question.addChoice('To fix the doors.');

page.question.addChoice('To phone each other.');

page.question.addChoice('To ride their bikes.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q20.mp3';
page.timerEnabled = true;
page.timerDelay = 65;

page.initQuestion(19);
page.statement = 'Num&eacute;ro 20 - What happened to Denis?';

page.question.addChoice('He put his daughter in a box.');

page.question.addChoice('He was bored with the game.');

page.question.addChoice('He was cut on the face.');

page.question.addChoice('He was working at the daycare.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q21.mp3';
page.timerEnabled = true;
page.timerDelay = 56;

page.initQuestion(20);
page.statement = 'Num&eacute;ro 21 - What is the woman&#39;s favourite season?';

page.question.addChoice('Fall');

page.question.addChoice('Spring');

page.question.addChoice('Summer');

page.question.addChoice('Winter');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q22.mp3';
page.timerEnabled = true;
page.timerDelay = 61;

page.initQuestion(21);
page.statement = 'Num&eacute;ro 22 - What does the man think?';

page.question.addChoice('She gave the tickets back to him.');

page.question.addChoice('She has the tickets.');

page.question.addChoice('She took the tickets out of her purse.');

page.question.addChoice('They forgot to buy tickets.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q23.mp3';
page.timerEnabled = true;
page.timerDelay = 64;

page.initQuestion(22);
page.statement = 'Num&eacute;ro 23 - Which statement is true?';

page.question.addChoice('One of the kids was murdered.');

page.question.addChoice('The babysitter enjoys looking after the kids.');

page.question.addChoice('The kids get out of hand.');

page.question.addChoice('The mother knows how the babysitter feels.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q24.mp3';
page.timerEnabled = true;
page.timerDelay = 65;

page.initQuestion(23);
page.statement = 'Num&eacute;ro 24 - Which statement best describes Linda&#39;s opinion?';

page.question.addChoice('Her friend shouldn&#39;t get tattooed.');

page.question.addChoice('She can&#39;t afford to get tattooed.');

page.question.addChoice('Tattoos are dangerous.');

page.question.addChoice('Tattoos are priced too high nowadays.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 2 : DIALOGUES';
page.soundPath = '/testanglais/medias/P1S2Q25.mp3';
page.timerEnabled = true;
page.timerDelay = 61;

page.initQuestion(24);
page.statement = 'Num&eacute;ro 25 - What has happened?';

page.question.addChoice('The woman has already opened the window.');

page.question.addChoice('The woman has not received permission to open the window.');

page.question.addChoice('The woman has received permission to open the window.');

page.question.addChoice('The woman has tried to open the window.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S';
page.textGuideline = 'Cette troisi&egrave;me section est diff&eacute;rente des deux pr&eacute;c&eacute;dentes. Cette fois, vous allez entendre deux courts monologues. Pour chacun, il y a quatre questions. Chaque question est suivie de quatre r&eacute;ponses. Il y a seulement une bonne r&eacute;ponse parmi les quatre.<br /><br />Lisez les questions et les r&eacute;ponses <b>avant</b> d&#39;&eacute;couter chaque monologue.<br /><br /><b>Attention! Cette fois-ci il n&#39;y a pas d&#39;exemple.</b><br />';
page.soundPath = '/testanglais/medias/P1S3.mp3';
page.timerEnabled = true;
page.timerDelay = 32;


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S 1';
page.textGuideline = 'Avant d&#39;&eacute;couter le premier monologue, lisez les quatre questions et les r&eacute;ponses.<br /><br /><b>Maintenant lisez.</b><br /><br />26.	Which statement is true?<br />	A. Both feel the same about the relationship.<br />	B. Melanie and Pete have agreed to break up.<br />	C. Melanie and Pete haven&#39;t broken up yet.<br />	D. Neither one wants to go out with the other.<br /><br />27.	How does Pete feel about Melanie?<br />	A. He intends to keep trying to get in touch with her.<br />	B. He is upset with her for breaking up.<br />	C. He regrets that he broke up with her.<br />	D. He still has hope that they&#39;lI get back together.<br /><br />28.	How will Pete react to Melanie&#39;s decision?<br />	A. He will accept it.<br />	B. He will blame her for the break up.<br />	C. He will keep trying to call her.<br />	D. He will be bitter.<br /><br />29.	What will Pete think if Melanie doesn&#39;t call back?<br />	A. He should call her.<br />	B. It&#39;s over.<br />	C. She still wants to go out with him.<br />	D. She&#39;s not sure of her feelings.<br /><br /><b>Au signal sonore, &eacute;coutez attentivement. Pr&ecirc;tez bien attention, car ce monologue ne sera pas r&eacute;p&eacute;t&eacute;.</b><br />';
page.soundPath = '/testanglais/medias/P1S3-1.mp3';
page.timerEnabled = true;
page.timerDelay = 160;


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S 1';
page.soundPath = '/testanglais/medias/P1S3-1Q26.mp3';
page.timerEnabled = true;
page.timerDelay = 32;

page.initQuestion(25);
page.statement = 'Num&eacute;ro 26 - Which statement is true?';

page.question.addChoice('Both feel the same about the relationship.');

page.question.addChoice('Melanie and Pete have agreed to break up.');

page.question.addChoice('Melanie and Pete haven&#39;t broken up yet.');

page.question.addChoice('Neither one wants to go out with the other.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S 1';
page.soundPath = '/testanglais/medias/P1S3-1Q27.mp3';
page.timerEnabled = true;
page.timerDelay = 32;

page.initQuestion(26);
page.statement = 'Num&eacute;ro 27 - How does Pete feel about Melanie?';

page.question.addChoice('He intends to keep trying to get in touch with her.');

page.question.addChoice('He is upset with her for breaking up.');

page.question.addChoice('He regrets that he broke up with her.');

page.question.addChoice('He still has hope that they&#39;lI get back together.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S 1';
page.soundPath = '/testanglais/medias/P1S3-1Q28.mp3';
page.timerEnabled = true;
page.timerDelay = 33;

page.initQuestion(27);
page.statement = 'Num&eacute;ro 28 - How will Pete react to Melanie&#39;s decision?';

page.question.addChoice('He will accept it.');

page.question.addChoice('He will blame her for the break up.');

page.question.addChoice('He will keep trying to call her.');

page.question.addChoice('He will be bitter.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S 1';
page.soundPath = '/testanglais/medias/P1S3-1Q29.mp3';
page.timerEnabled = true;
page.timerDelay = 32;

page.initQuestion(28);
page.statement = 'Num&eacute;ro 29 - What will Pete think if Melanie doesn&#39;t call back?';

page.question.addChoice('He should call her.');

page.question.addChoice('It&#39;s over.');

page.question.addChoice('She still wants to go out with him.');

page.question.addChoice('She&#39;s not sure of her feelings.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S 2';
page.textGuideline = 'Avant d&#39;&eacute;couter le second monologue, lisez les quatre questions et les r&eacute;ponses.<br /><br /><b>Maintenant lisez.</b><br /><br />30.	Why did Albert and Agnes become engaged?<br />	A. It was arranged by their parents.<br />	B. They both worked as artists.<br />	C. They were too poor to get married.<br />	D. They were very much in love.<br /><br />31.	Why did they receive 200 florins?<br />	A. Because they were getting married.<br />	B. Because they were going to have children.<br />	C. In order to begin a business together.<br />	D. In order to buy painting supplies.<br /><br />32.	Which statement is true?<br />	A. Durer and Agnes had children.<br />	B. Durer came from a wealthy family.<br />	C. Durer spent many years in school.<br />	D. Durer was a successful artist.<br /><br />33.	Which statement best describes Durer?<br />	A. He and Agnes were always happy.<br />	B. He lived in the 19th century.<br />	C. He never studied art.<br />	D. He was born in Germany.<br /><br /><b>Au signal sonore, &eacute;coutez attentivement. Pr&ecirc;tez bien attention, car ce monologue ne sera pas r&eacute;p&eacute;t&eacute;.</b><br /><br />';
page.soundPath = '/testanglais/medias/P1S3-2.mp3';
page.timerEnabled = true;
page.timerDelay = 166;


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S 2';
page.soundPath = '/testanglais/medias/P1S3-2Q30.mp3';
page.timerEnabled = true;
page.timerDelay = 32;

page.initQuestion(29);
page.statement = 'Num&eacute;ro 30 - Why did Albert and Agnes become engaged?';

page.question.addChoice('It was arranged by their parents.');

page.question.addChoice('They both worked as artists.');

page.question.addChoice('They were too poor to get married.');

page.question.addChoice('They were very much in love.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S 2';
page.soundPath = '/testanglais/medias/P1S3-2Q31.mp3';
page.timerEnabled = true;
page.timerDelay = 33;

page.initQuestion(30);
page.statement = 'Num&eacute;ro 31 - Why did they receive 200 florins?';

page.question.addChoice('Because they were getting married.');

page.question.addChoice('Because they were going to have children.');

page.question.addChoice('In order to begin a business together.');

page.question.addChoice('In order to buy painting supplies.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S 2';
page.soundPath = '/testanglais/medias/P1S3-2Q32.mp3';
page.timerEnabled = true;
page.timerDelay = 33;

page.initQuestion(31);
page.statement = 'Num&eacute;ro 32 - Which statement is true?';

page.question.addChoice('Durer and Agnes had children.');

page.question.addChoice('Durer came from a wealthy family.');

page.question.addChoice('Durer spent many years in school.');

page.question.addChoice('Durer was a successful artist.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE > Section 3 : MINI-EXPOS&Eacute;S 2';
page.soundPath = '/testanglais/medias/P1S3-2Q33.mp3';
page.timerEnabled = true;
page.timerDelay = 33;

page.initQuestion(32);
page.statement = 'Num&eacute;ro 33 - Which statement best describes Durer?';

page.question.addChoice('He and Agnes were always happy.');

page.question.addChoice('He lived in the 19th century.');

page.question.addChoice('He never studied art.');

page.question.addChoice('He was born in Germany.');


page = gTCALS.newPage();
page.title = 'Partie 1 : COMPR&Eacute;HENSION AUDITIVE';
page.textGuideline = 'Fin de la partie COMPR&Eacute;HENSION AUDITIVE<br /><br /><b>&Agrave; partir de maintenant, il n&#39;y aura plus de directives enregistr&eacute;es. Passez &agrave; la section suivante et compl&eacute;tez la partie &eacute;crite du test.</b><br />';
page.soundPath = '/testanglais/medias/P1fin.mp3';
page.timerEnabled = true;
page.timerDelay = 14;


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT';
page.textGuideline = 'Lisez attentivement les directives et r&eacute;pondez &agrave; votre rythme &agrave; chacune des questions de cette partie.<br /><br /><b>Attention! Un message vous indiquera quand le questionnaire sera termin&eacute;.</b><br /><br />Cette partie du test mesure votre comp&eacute;tence en anglais &eacute;crit. Elle est compos&eacute;e de quatre sections&nbsp;:<br /><br /><b>Section 1 : VOCABULAIRE<br />Section 2 : GRAMMAIRE<br />Section 3 : ANALYSE D&#39;ERREURS<br />Section 4 : LECTURE<br /></b>';

page.timerEnabled = false;
page.timerDelay = 0;


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';
page.textGuideline = 'Dans cette section, vous allez lire des &eacute;nonc&eacute;s incomplets. Choisissez, parmi les quatre r&eacute;ponses sugg&eacute;r&eacute;es, celle qui compl&egrave;te le mieux la phrase. Maintenant, voici un exemple.<br /><br /><b>EXEMPLE</b><br /><b><br /></b>My sister plays the _______.<br />A. concert<br />B. piano<br />C. store<br />D. table<br /><br />La bonne r&eacute;ponse est <b>b</b>, &laquo;&nbsp;piano&nbsp;&raquo;, car c&#39;est celle qui compl&egrave;te correctement la phrase.<br />';

page.timerEnabled = false;
page.timerDelay = 0;


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(33);
page.statement = 'Num&eacute;ro 34 - Before you go to the states, be sure to check the _______ in your car.';

page.question.addChoice('customs');

page.question.addChoice('highway');

page.question.addChoice('oil');

page.question.addChoice('road');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(34);
page.statement = 'Num&eacute;ro 35 - My brother&#39;s son is my _______.';

page.question.addChoice('aunt');

page.question.addChoice('nephew');

page.question.addChoice('niece');

page.question.addChoice('uncle');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(35);
page.statement = 'Num&eacute;ro 36 - A blind person cannot _______.';

page.question.addChoice('feel');

page.question.addChoice('hear');

page.question.addChoice('see');

page.question.addChoice('taste');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(36);
page.statement = 'Num&eacute;ro 37 - Most people wear a _______ on their wrist to tell the time.';

page.question.addChoice('clock');

page.question.addChoice('hour');

page.question.addChoice('timer');

page.question.addChoice('watch');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(37);
page.statement = 'Num&eacute;ro 38 - The subject has created a lot of _______. Some people agree and others don&#39;t.';

page.question.addChoice('conscious');

page.question.addChoice('consensus');

page.question.addChoice('content');

page.question.addChoice('controversy');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(38);
page.statement = 'Num&eacute;ro 39. The day after Monday is _______.';

page.question.addChoice('Sunday');

page.question.addChoice('Thursday');

page.question.addChoice('Tuesday');

page.question.addChoice('Wednesday');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(39);
page.statement = 'Num&eacute;ro 40 - You kids are making too much _______. You&#39;d better settle down.';

page.question.addChoice('haste');

page.question.addChoice('money');

page.question.addChoice('noise');

page.question.addChoice('sense');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(40);
page.statement = 'Num&eacute;ro 41 - A deaf person cannot _______.';

page.question.addChoice('feel');

page.question.addChoice('hear');

page.question.addChoice('see');

page.question.addChoice('taste');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(41);
page.statement = 'Num&eacute;ro 42 - Your room is such a _______. Please pick up your things.';

page.question.addChoice('hatch');

page.question.addChoice('mess');

page.question.addChoice('nuisance');

page.question.addChoice('scatter');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(42);
page.statement = 'Num&eacute;ro 43 - You&#39;ll never change his mind. He&#39;s a very __________ person.';

page.question.addChoice('shy');

page.question.addChoice('silly');

page.question.addChoice('sloppy');

page.question.addChoice('stubborn');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(43);
page.statement = 'Num&eacute;ro 44 - l&#39;m not tall enough to _______ the top shelf.';

page.question.addChoice('catch');

page.question.addChoice('extend');

page.question.addChoice('reach');

page.question.addChoice('stretch');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(44);
page.statement = 'Num&eacute;ro 45 - Those kids won&#39;t leave her alone. Just because she&#39;s different, they&#39;re always _______ her.';

page.question.addChoice('nudging');

page.question.addChoice('stroking');

page.question.addChoice('teasing');

page.question.addChoice('trying');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 1 : VOCABULAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(45);
page.statement = 'Num&eacute;ro 46 - His performance _______ my expectations.';

page.question.addChoice('exceeded');

page.question.addChoice('excluded');

page.question.addChoice('exhaled');

page.question.addChoice('extended');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';
page.textGuideline = 'Dans cette section, vous allez lire des phrases o&ugrave; il manque un ou plusieurs mots. Choisissez, parmi les quatre r&eacute;ponses sugg&eacute;r&eacute;es, celle qui compl&egrave;te le mieux la phrase. Maintenant, voici un exemple.<br /><br /><b>EXEMPLE</b><br /><br />My father _______ to work at 9 a.m.<br />a. go<br />b. goes<br />c. going<br />d. gone<br /><br />La r&eacute;ponse est <b>b</b><i>, </i>&laquo;&nbsp;goes&nbsp;&raquo;, car c&#39;est celle qui compl&egrave;te correctement la phrase.<br />';

page.timerEnabled = false;
page.timerDelay = 0;


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(46);
page.statement = 'Num&eacute;ro 47 - I&#39;m 17, l&#39;m a student, and I come _______ Dolbeau.';

page.question.addChoice('at');

page.question.addChoice('from');

page.question.addChoice('in');

page.question.addChoice('to');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(47);
page.statement = 'Num&eacute;ro 48 - Marc is at LaSalle College now but he __________in Sherbrooke last year.';

page.question.addChoice('is studying');

page.question.addChoice('studied');

page.question.addChoice('studies');

page.question.addChoice('study');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(48);
page.statement = 'Num&eacute;ro 49 - If you really want to reach your goal, you _______ always make an effort.';

page.question.addChoice('did');

page.question.addChoice('do');

page.question.addChoice('had');

page.question.addChoice('should');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(49);
page.statement = 'Num&eacute;ro 50 - l&#39;ll see you _______ Saturday, I hope. Otherwise, we&#39;ll just get in touch by phone.';

page.question.addChoice('at');

page.question.addChoice('from');

page.question.addChoice('on');

page.question.addChoice('to');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(50);
page.statement = 'Num&eacute;ro 51 - l&#39;ll be _______ the C&eacute;gep for the next hour if you wish to reach me.<br /><br />';

page.question.addChoice('at');

page.question.addChoice('from');

page.question.addChoice('into');

page.question.addChoice('to');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(51);
page.statement = 'Num&eacute;ro 52 - Most guys like to go out with younger girls, but Sue is five years older _______ Simon.<br /><br />';

page.question.addChoice('from');

page.question.addChoice('than');

page.question.addChoice('that');

page.question.addChoice('then');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(52);
page.statement = 'Num&eacute;ro 53 - ln spite of all the discount supermarkets, we still spend a lot of money _______ food these days.<br />';

page.question.addChoice('at');

page.question.addChoice('by');

page.question.addChoice('of');

page.question.addChoice('on');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(53);
page.statement = 'Num&eacute;ro 54 - When I came in, he _______ on the phone and he didn&#39;t hear me. That&#39;s probably why he was so surprised.<br />';

page.question.addChoice('has been talking');

page.question.addChoice('is talking');

page.question.addChoice('talked');

page.question.addChoice('was talking');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(54);
page.statement = 'Num&eacute;ro 55 - Look at those students over there! They _______ for their exam results to be posted on the bulletin board.<br />';

page.question.addChoice('are waiting');

page.question.addChoice('have waited');

page.question.addChoice('wait');

page.question.addChoice('waited');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(55);
page.statement = 'Num&eacute;ro 56 - If you are going _______ Longueuil, I could sure use a lift.<br />';

page.question.addChoice('at');

page.question.addChoice('for');

page.question.addChoice('from');

page.question.addChoice('to');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(56);
page.statement = 'Num&eacute;ro 57 - One of the major differences l&#39;ve noticed is that most Canadians prefer coffee _______ tea.<br />';

page.question.addChoice('by');

page.question.addChoice('for');

page.question.addChoice('on');

page.question.addChoice('to');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(57);
page.statement = 'Num&eacute;ro 58 - One of the controversies concerning the role of TV is that the Gulf War _______ millions on television.<br />';

page.question.addChoice('saw by');

page.question.addChoice('seen by');

page.question.addChoice('was seen by');

page.question.addChoice('was seen for');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(58);
page.statement = 'Num&eacute;ro 59 - Paul has not seen Mary _______. Rumour has it that they&#39;re breaking up.<br />';

page.question.addChoice('a week ago');

page.question.addChoice('during a week');

page.question.addChoice('for a week');

page.question.addChoice('next week');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(59);
page.statement = 'Num&eacute;ro 60 - Don&#39;t you ever do that again! You know, you nearly scared me _______ death!<br />';

page.question.addChoice('for');

page.question.addChoice('into');

page.question.addChoice('to');

page.question.addChoice('up to');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(60);
page.statement = 'Num&eacute;ro 61. I know l&#39;m a bit late but don&#39;t worry; l&#39;ll phone when I _______ there.<br />';

page.question.addChoice('am getting');

page.question.addChoice('get');

page.question.addChoice('will be getting');

page.question.addChoice('would get');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(61);
page.statement = 'Num&eacute;ro 62 - Last night was the first time this week he got some sleep. l&#39;m sure that if he hadn&#39;t stayed up all night, he _______ asleep so quickly.<br />';

page.question.addChoice('didn&#39;t fall');

page.question.addChoice('hadn&#39;t fallen');

page.question.addChoice('wouldn&#39;t fall');

page.question.addChoice('wouldn&#39;t have fallen');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 2 : GRAMMAIRE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(62);
page.statement = 'Num&eacute;ro 63 - l&#39;m a bit shy about asking, but are you interested _______ going to the movies with me tonight?<br />';

page.question.addChoice('by');

page.question.addChoice('for');

page.question.addChoice('in');

page.question.addChoice('to');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 3 : ANALYSE D&#39;ERREURS';
page.textGuideline = 'Dans cette section, vous allez lire une s&eacute;rie de quatre phrases dont trois comportent au moins une erreur grammaticale. Choisissez la phrase qui vous semble tout &agrave; fait correcte. Maintenant, voici un exemple.<br /><br />A.	I never is playing football.<br />B.	I never play football.<br />C.	I never player football.<br />D.	I never plays football.<br /><br />La bonne r&eacute;ponse est <b>b</b> &laquo;&nbsp;I never play football&nbsp;&raquo;, car c&#39;est la seule phrase qui ne comporte pas d&#39;erreur grammaticale.<br />';

page.timerEnabled = false;
page.timerDelay = 0;


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 3 : ANALYSE D&#39;ERREURS';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(63);
page.statement = 'Num&eacute;ro 64<br />';

page.question.addChoice('You can invite a lot friend to the party.');

page.question.addChoice('You can invite a lot of friends to the party.');

page.question.addChoice('You can invite more friend to the party.');

page.question.addChoice('You can invite the more friends to the party.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 3 : ANALYSE D&#39;ERREURS';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(64);
page.statement = 'Num&eacute;ro 65<br />';

page.question.addChoice('My brother said me that he had joined the swimming team.');

page.question.addChoice('My brother said to have joined the swimming team.');

page.question.addChoice('My brother told he had joined the swimming team.');

page.question.addChoice('My brother told me that he had joined the swimming team.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 3 : ANALYSE D&#39;ERREURS';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(65);
page.statement = 'Num&eacute;ro 66';

page.question.addChoice('I can&#39;t imagine of that she wants.');

page.question.addChoice('I can&#39;t imagine of what she wants.');

page.question.addChoice('I can&#39;t imagine that she wants.');

page.question.addChoice('I can&#39;t imagine what she wants.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 3 : ANALYSE D&#39;ERREURS';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(66);
page.statement = 'Num&eacute;ro 67';

page.question.addChoice('The box was biggest that it cost a lot to send it by mail.');

page.question.addChoice('The box was so big that it cost a lot to send it by mail.');

page.question.addChoice('The box was too big that it cost a lot to send it by mail.');

page.question.addChoice('The box was very big that it cost a lot to send it by mail.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 3 : ANALYSE D&#39;ERREURS';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(67);
page.statement = 'Num&eacute;ro 68';

page.question.addChoice('He wants her to come to dinner.');

page.question.addChoice('He wants she comes to dinner.');

page.question.addChoice('He wants that her come to dinner.');

page.question.addChoice('He wants that she come to dinner.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 3 : ANALYSE D&#39;ERREURS';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(68);
page.statement = 'Num&eacute;ro 69';

page.question.addChoice('I feel bad today than I did yesterday.');

page.question.addChoice('I feel badder today than I did yesterday.');

page.question.addChoice('I feel worse today than I did yesterday.');

page.question.addChoice('I feel worser today than I did yesterday.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 3 : ANALYSE D&#39;ERREURS';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(69);
page.statement = 'Num&eacute;ro 70';

page.question.addChoice('I think his decision was the more good choice.');

page.question.addChoice('I think his decision was the best possible choice.');

page.question.addChoice('I think his decision was the better of all choices.');

page.question.addChoice('I think his decision was the most good choice.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4A : LECTURE';
page.textGuideline = 'Dans cette section, vous allez lire de courts textes.<br /><br />Lisez chaque texte et choisissez parmi les quatre r&eacute;ponses sugg&eacute;r&eacute;es, l&#39;&eacute;nonc&eacute; dont le sens correspond le mieux au texte.<br /><br /><b>Attention! Cette fois-ci il n&#39;y a pas d&#39;exemple.<br /></b>';

page.timerEnabled = false;
page.timerDelay = 0;


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4A : LECTURE';

page.timerEnabled = true;
page.timerDelay = 50;

page.initQuestion(70);
page.statement = 'Num&eacute;ro 71<br /><br /><b>Protect shoe rubbers extend the life of your expensive shoes by limiting the damaging effects of rain, snow and salt. Protect&#39;s thick, long-wearing sole has made it a leader in rugged, waterproof footwear for over 30 years.</b>';

page.question.addChoice('The product has a 30-year guarantee.');

page.question.addChoice('The product is fashionable.');

page.question.addChoice('The product is vulnerable to rain, snow and salt.');

page.question.addChoice('The product makes your shoes last longer.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4A : LECTURE';

page.timerEnabled = true;
page.timerDelay = 50;

page.initQuestion(71);
page.statement = 'Num&eacute;ro 72<br /><br /><b>The first prize consists of a pair of tickets to an NHL playoff game in the city closest to your home. In order to be eligible, there must be no fewer than five purchases on your current credit card statement. Winners will be asked to answer a skill-testing question.</b>';

page.question.addChoice('If you win, you can go to the playoff game of your choice.');

page.question.addChoice('The winner can go to two playoff games.');

page.question.addChoice('With five purchases you can enter the contest.');

page.question.addChoice('You don&#39;t have to have used your credit card to win.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4A : LECTURE';

page.timerEnabled = true;
page.timerDelay = 50;

page.initQuestion(72);
page.statement = 'Num&eacute;ro 73<br /><br /><b>Each contestant agrees to abide by the contest rules and the decisions of the independent judging organization, which shall be final and without appeal. Each winner will be required to sign a declaration and a release form confirming compliance with the rules.</b>';

page.question.addChoice('All contestants must sign the declaration.');

page.question.addChoice('Contestants are allowed to appeal the judges&#39; decisions.');

page.question.addChoice('The rules are only applicable to winners.');

page.question.addChoice('Winners must sign a release form.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4A : LECTURE';

page.timerEnabled = true;
page.timerDelay = 50;

page.initQuestion(73);
page.statement = 'Num&eacute;ro 74<br /><br /><b>Hi Patsy!<br />I had to leave for half an hour but, in the meantime, could you run a few errands? I left the money and the list on the counter. The key is in its usual place. Please don&#39;t forget to lock the door when you go out. See ya&#39; soon!<br />Charlie</b>';

page.question.addChoice('Patsy forgot to lock the door.');

page.question.addChoice('Patsy has been asked to do some shopping.');

page.question.addChoice('Patsy intends to go jogging.');

page.question.addChoice('Patsy will be gone for half an hour.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4A : LECTURE';

page.timerEnabled = true;
page.timerDelay = 50;

page.initQuestion(74);
page.statement = 'Num&eacute;ro 75<br /><br /><b>A participant is one who has been a distributor for at least one year and has attempted to sell products to others, or has attempted to sponsor others, or who has actually sold products or sponsored others.</b>';

page.question.addChoice('To be a distributor, you must have a sponsor.');

page.question.addChoice('To be a sponsor, you must sell products.');

page.question.addChoice('To be a participant, you must have tried to sell products.');

page.question.addChoice('To sponsor others, you must be a distributor for a year.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4A : LECTURE';

page.timerEnabled = true;
page.timerDelay = 50;

page.initQuestion(75);
page.statement = 'Num&eacute;ro 76<br /><br /><b>Put a few squares of semisweet chocolate into a pan and add a cup of milk. Bring to a boil, and let simmer for three minutes.</b>';

page.question.addChoice('The chocolate will dissolve.');

page.question.addChoice('The chocolate will melt.');

page.question.addChoice('The chocolate will petrify.');

page.question.addChoice('The chocolate will turn.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4A : LECTURE';

page.timerEnabled = true;
page.timerDelay = 50;

page.initQuestion(76);
page.statement = ' Num&eacute;ro 77<br /><br /><b>All proceeds from our subscription campaign will go towards providing crippled children with opportunities to attend a summer camp in the Laurentians. Only those kids living below the poverty level will benefit from the donations.</b>';

page.question.addChoice('All crippled children can use the donations to attend the camp.');

page.question.addChoice('Needy children are required to make donations to the camp.');

page.question.addChoice('The ad is soliciting money to help handicapped children.');

page.question.addChoice('This announcement encourages kids to enroll in summer camp.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';
page.textGuideline = 'Dans cette section, vous allez lire deux textes portant sur divers sujets.<br /><br />Lisez chaque texte et r&eacute;pondez aux questions qui le suivent. Il y a seulement une bonne r&eacute;ponse parmi les quatre r&eacute;ponses sugg&eacute;r&eacute;es.<br /><br /><b>Attention! Cette fois-ci il n&#39;y a pas d&#39;exemple.<br /><br /></b>';

page.timerEnabled = false;
page.timerDelay = 0;


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';
page.textGuideline = '<b>Texte 1 : THE BLUENOSE<br /><br /></b>The Bluenose is a famous schooner whose image is engraved on the Canadian dime. Originally built in the small picturesque town of Lunenburg, Nova Scotia, the Bluenose fished and raced against vessels from the American eastern seaboard states. In these races, the undefeated Bluenose became immortalized as the Queen of the North Atlantic fishing fleet. Despite this illustrious past, during World War II, the Bluenose was used to transport cargo and eventually ran aground on a reef.<br /><br />ln the 1960&#39;s, a Nova Scotian brewery, as an advertising ploy, built a replica of the Bluenose, Bluenose II. As the venture proved expensive, the brewery eventually sold the replica to the provincial government for the sum of one dollar. Today, Bluenose II is moored at the docks in Halifax where, for a fee, the visitor can go aboard and enjoy a tour of the harbor.<br />';

page.timerEnabled = false;
page.timerDelay = 0;


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(77);
page.statement = '<b>Texte 1 : THE BLUENOSE</b><br /><br />The Bluenose is a famous schooner whose image is engraved on the Canadian dime. Originally built in the small picturesque town of Lunenburg, Nova Scotia, the Bluenose fished and raced against vessels from the American eastern seaboard states. In these races, the undefeated Bluenose became immortalized as the Queen of the North Atlantic fishing fleet. Despite this illustrious past, during World War II, the Bluenose was used to transport cargo and eventually ran aground on a reef.<br /><br />ln the 1960&#39;s, a Nova Scotian brewery, as an advertising ploy, built a replica of the Bluenose, Bluenose II. As the venture proved expensive, the brewery eventually sold the replica to the provincial government for the sum of one dollar. Today, Bluenose II is moored at the docks in Halifax where, for a fee, the visitor can go aboard and enjoy a tour of the harbor.<br /><br /><br />Num&eacute;ro 78 - What is a schooner?';

page.question.addChoice('A coin.');

page.question.addChoice('A fleet.');

page.question.addChoice('A place.');

page.question.addChoice('A ship.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(78);
page.statement = '<b>Texte 1 : THE BLUENOSE</b><br /><br />The Bluenose is a famous schooner whose image is engraved on the Canadian dime. Originally built in the small picturesque town of Lunenburg, Nova Scotia, the Bluenose fished and raced against vessels from the American eastern seaboard states. In these races, the undefeated Bluenose became immortalized as the Queen of the North Atlantic fishing fleet. Despite this illustrious past, during World War II, the Bluenose was used to transport cargo and eventually ran aground on a reef.<br /><br />ln the 1960&#39;s, a Nova Scotian brewery, as an advertising ploy, built a replica of the Bluenose, Bluenose II. As the venture proved expensive, the brewery eventually sold the replica to the provincial government for the sum of one dollar. Today, Bluenose II is moored at the docks in Halifax where, for a fee, the visitor can go aboard and enjoy a tour of the harbor.<br /><br /><br />Num&eacute;ro 79 - What was the original Bluenose used for?';

page.question.addChoice('Fishing, tourism, and transportation.');

page.question.addChoice('Racing, fishing, and transportation.');

page.question.addChoice('War, advertising, and racing.');

page.question.addChoice('War, fishing, and tourism.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(79);
page.statement = '<b>Texte 1 : THE BLUENOSE</b><br /><br />The Bluenose is a famous schooner whose image is engraved on the Canadian dime. Originally built in the small picturesque town of Lunenburg, Nova Scotia, the Bluenose fished and raced against vessels from the American eastern seaboard states. In these races, the undefeated Bluenose became immortalized as the Queen of the North Atlantic fishing fleet. Despite this illustrious past, during World War II, the Bluenose was used to transport cargo and eventually ran aground on a reef.<br /><br />ln the 1960&#39;s, a Nova Scotian brewery, as an advertising ploy, built a replica of the Bluenose, Bluenose II. As the venture proved expensive, the brewery eventually sold the replica to the provincial government for the sum of one dollar. Today, Bluenose II is moored at the docks in Halifax where, for a fee, the visitor can go aboard and enjoy a tour of the harbor.<br /><br /><br />Num&eacute;ro 80 - Why did the brewery build Bluenose II?';

page.question.addChoice('To finance an expensive government venture.');

page.question.addChoice('To keep Nova Scotia&#39;s heritage alive.');

page.question.addChoice('To offer<i> </i>tours of Halifax harbour.');

page.question.addChoice('To promote beer.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(80);
page.statement = '<b>Texte 1 : THE BLUENOSE</b><br /><br />The Bluenose is a famous schooner whose image is engraved on the Canadian dime. Originally built in the small picturesque town of Lunenburg, Nova Scotia, the Bluenose fished and raced against vessels from the American eastern seaboard states. In these races, the undefeated Bluenose became immortalized as the Queen of the North Atlantic fishing fleet. Despite this illustrious past, during World War II, the Bluenose was used to transport cargo and eventually ran aground on a reef.<br /><br />ln the 1960&#39;s, a Nova Scotian brewery, as an advertising ploy, built a replica of the Bluenose, Bluenose II. As the venture proved expensive, the brewery eventually sold the replica to the provincial government for the sum of one dollar. Today, Bluenose II is moored at the docks in Halifax where, for a fee, the visitor can go aboard and enjoy a tour of the harbor.<br /><br /><br />Num&eacute;ro 81 - What does a visitor have to do to board Bluenose II?';

page.question.addChoice('Pay an unspecified fare.');

page.question.addChoice('Pay one dollar.');

page.question.addChoice('Work at the Halifax harbor.');

page.question.addChoice('Work for the provincial government.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';
page.textGuideline = '<b>Texte 2 : PROFESSOR STUDIES DIRTY LANGUAGE<br /><br /></b>*NORTH ADAMS, Mass. (AP) - Timothy Jay is a reserved, middle-aged professor. But he loves to study swearing. &#39;&#39;l&#39;m after the truth about cursing,&quot; he said Monday. &quot;It&#39;s not just unacceptable - it&#39;s powerful language.&quot; <br /><br />Jay is a psychologist at North Adams State College. He has written a book called &quot;Cursing in America.&quot; It is the result of twenty years of work.<br /><br />Jay, 42, has been interested in swearing since he was in high school in Ohio. At that time, he liked the comedian Lenny Bruce. Later he studied the topic as a student at Kent State University in Ohio. But he describes himself as a &quot;pretty quiet person&quot; who rarely swears.<br /><br />He has studied swearing in films. He has asked students to rate which words are especially bad. He has sent assistants into the streets to make notes on the swearing of ordinary Americans.<br /><br />He concludes that foul language is very common. And the swearing of Americans has changed in recent years. Now there is more sex and violence. &quot;We&#39;ve changed from religious swearing or blasphemy to sexual and aggressive language, &quot; he said.<br /><br />This kind of language is used heavily in the home and the workplace, on radio talk shows, and in popular films. Jay said that the typical PG- and R-rated movie includes 30 to 70 curse words. Two or three four-Ietter words are especially common.<br />';

page.timerEnabled = false;
page.timerDelay = 0;


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(81);
page.statement = '<b>Texte 2 : PROFESSOR STUDIES DIRTY LANGUAGE</b><br /><br />*NORTH ADAMS, Mass. (AP) - Timothy Jay is a reserved, middle-aged professor. But he loves to study swearing. &#39;&#39;l&#39;m after the truth about cursing,&quot; he said Monday. &quot;It&#39;s not just unacceptable - it&#39;s powerful language.&quot; <br /><br />Jay is a psychologist at North Adams State College. He has written a book called &quot;Cursing in America.&quot; It is the result of twenty years of work.<br /><br />Jay, 42, has been interested in swearing since he was in high school in Ohio. At that time, he liked the comedian Lenny Bruce. Later he studied the topic as a student at Kent State University in Ohio. But he describes himself as a &quot;pretty quiet person&quot; who rarely swears.<br /><br />He has studied swearing in films. He has asked students to rate which words are especially bad. He has sent assistants into the streets to make notes on the swearing of ordinary Americans.<br /><br />He concludes that foul language is very common. And the swearing of Americans has changed in recent years. Now there is more sex and violence. &quot;We&#39;ve changed from religious swearing or blasphemy to sexual and aggressive language, &quot; he said.<br /><br />This kind of language is used heavily in the home and the workplace, on radio talk shows, and in popular films. Jay said that the typical PG- and R-rated movie includes 30 to 70 curse words. Two or three four-Ietter words are especially common.<br /><br /><br />Num&eacute;ro 82 - Which statement about Timothy Jay is true?';

page.question.addChoice('He asks people to watch their language.');

page.question.addChoice('He studies dirty language.');

page.question.addChoice('He swears a lot.');

page.question.addChoice('He thinks that swearing is acceptable.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(82);
page.statement = '<b>Texte 2 : PROFESSOR STUDIES DIRTY LANGUAGE</b><br /><br />*NORTH ADAMS, Mass. (AP) - Timothy Jay is a reserved, middle-aged professor. But he loves to study swearing. &#39;&#39;l&#39;m after the truth about cursing,&quot; he said Monday. &quot;It&#39;s not just unacceptable - it&#39;s powerful language.&quot; <br /><br />Jay is a psychologist at North Adams State College. He has written a book called &quot;Cursing in America.&quot; It is the result of twenty years of work.<br /><br />Jay, 42, has been interested in swearing since he was in high school in Ohio. At that time, he liked the comedian Lenny Bruce. Later he studied the topic as a student at Kent State University in Ohio. But he describes himself as a &quot;pretty quiet person&quot; who rarely swears.<br /><br />He has studied swearing in films. He has asked students to rate which words are especially bad. He has sent assistants into the streets to make notes on the swearing of ordinary Americans.<br /><br />He concludes that foul language is very common. And the swearing of Americans has changed in recent years. Now there is more sex and violence. &quot;We&#39;ve changed from religious swearing or blasphemy to sexual and aggressive language, &quot; he said.<br /><br />This kind of language is used heavily in the home and the workplace, on radio talk shows, and in popular films. Jay said that the typical PG- and R-rated movie includes 30 to 70 curse words. Two or three four-Ietter words are especially common.<br /><br /><br />Num&eacute;ro 83 - When did Jay&#39;s interest in swearing begin?';

page.question.addChoice('After he left high school.');

page.question.addChoice('At the university.');

page.question.addChoice('During his childhood.');

page.question.addChoice('When he was in high school.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(83);
page.statement = '<b>Texte 2 : PROFESSOR STUDIES DIRTY LANGUAGE</b><br /><br />*NORTH ADAMS, Mass. (AP) - Timothy Jay is a reserved, middle-aged professor. But he loves to study swearing. &#39;&#39;l&#39;m after the truth about cursing,&quot; he said Monday. &quot;It&#39;s not just unacceptable - it&#39;s powerful language.&quot; <br /><br />Jay is a psychologist at North Adams State College. He has written a book called &quot;Cursing in America.&quot; It is the result of twenty years of work.<br /><br />Jay, 42, has been interested in swearing since he was in high school in Ohio. At that time, he liked the comedian Lenny Bruce. Later he studied the topic as a student at Kent State University in Ohio. But he describes himself as a &quot;pretty quiet person&quot; who rarely swears.<br /><br />He has studied swearing in films. He has asked students to rate which words are especially bad. He has sent assistants into the streets to make notes on the swearing of ordinary Americans.<br /><br />He concludes that foul language is very common. And the swearing of Americans has changed in recent years. Now there is more sex and violence. &quot;We&#39;ve changed from religious swearing or blasphemy to sexual and aggressive language, &quot; he said.<br /><br />This kind of language is used heavily in the home and the workplace, on radio talk shows, and in popular films. Jay said that the typical PG- and R-rated movie includes 30 to 70 curse words. Two or three four-Ietter words are especially common.<br /><br /><br />Num&eacute;ro 84 - What does Timothy Jay think?';

page.question.addChoice('Most people swear.');

page.question.addChoice('Not many people swear.');

page.question.addChoice('Swearing is a human need.');

page.question.addChoice('Swearing is unimportant.');


page = gTCALS.newPage();
page.title = 'Partie 2 : ANGLAIS &Eacute;CRIT > Section 4B : LECTURE';

page.timerEnabled = true;
page.timerDelay = 30;

page.initQuestion(84);
page.statement = '<b>Texte 2 : PROFESSOR STUDIES DIRTY LANGUAGE</b><br /><br />*NORTH ADAMS, Mass. (AP) - Timothy Jay is a reserved, middle-aged professor. But he loves to study swearing. &#39;&#39;l&#39;m after the truth about cursing,&quot; he said Monday. &quot;It&#39;s not just unacceptable - it&#39;s powerful language.&quot; <br /><br />Jay is a psychologist at North Adams State College. He has written a book called &quot;Cursing in America.&quot; It is the result of twenty years of work.<br /><br />Jay, 42, has been interested in swearing since he was in high school in Ohio. At that time, he liked the comedian Lenny Bruce. Later he studied the topic as a student at Kent State University in Ohio. But he describes himself as a &quot;pretty quiet person&quot; who rarely swears.<br /><br />He has studied swearing in films. He has asked students to rate which words are especially bad. He has sent assistants into the streets to make notes on the swearing of ordinary Americans.<br /><br />He concludes that foul language is very common. And the swearing of Americans has changed in recent years. Now there is more sex and violence. &quot;We&#39;ve changed from religious swearing or blasphemy to sexual and aggressive language, &quot; he said.<br /><br />This kind of language is used heavily in the home and the workplace, on radio talk shows, and in popular films. Jay said that the typical PG- and R-rated movie includes 30 to 70 curse words. Two or three four-Ietter words are especially common.<br /><br /><br />Num&eacute;ro 85 - What kind of swearing existed in the past?';

page.question.addChoice('Foul');

page.question.addChoice('Religious');

page.question.addChoice('Sexual');

page.question.addChoice('Violent');


page = gTCALS.newPage();
page.title = 'FIN DU TEST';
page.textGuideline = 'Vous avez maintenant termin&eacute; le test de classement d&#39;anglais langue seconde. Les r&eacute;sultats vous seront communiqu&eacute;s par votre coll&egrave;ge dans les plus brefs d&eacute;lais.<br /><br /><b>Merci!</b>';

page.timerEnabled = false;
page.timerDelay = 0;
page.lastPage = true;

gTCALS.init();
}
