  <html><head><title>ESMC - G&Eacute;NIES EN HERBE</title> <meta name="keywords" content=""> <meta name="description" content=""> <script language=JavaScript>  <!--   /*    */   var message="Votre ip sera enregistr sur notre serveur si vous copiez cette image";  function click(e) {  if (document.all) {  if (event.button == 2) {  alert(message);  return false;  }  }  if (document.layers) {  if (e.which == 3) {  alert(message);  return false;  }  }  }  if (document.layers) {  document.captureEvents(Event.MOUSEDOWN);  }  document.onmousedown=click;  // -->   </script> <SCRIPT LANGUAGE="JavaScript" SRC="shredder.js"></SCRIPT> <SCRIPT LANGUAGE="JavaScript">  // Define global variables and arrays var questionIndex	= 0; var checker 		= true; var keeper 		= new Array(); var performance 	= new Array( 'Nul','Quelques-uns ont fait pire','Toujours au stage apprentissage. ','Va r&eacute;-&eacute;tudier.','Pas si mal.','Un avenir certain','Le potentiel est l','Toutes les &eacute;quipes te prendrait','Tu es un G&eacute;nie.'); var correctAnswers 	= 0; var jsAbility; var preventer = 1; var spawn;  // For resetting all variables and arrays for a retake function itemReset() { 	questionIndex 	= 0; 	keeper 		= new Array(); 	correctAnswers 	= 0; 	preventer	= 1; 	jsAbility	= null; 	}  // Administer the test and record the answers function startQuiz(openStatus, whetherOrNot) { 	checker = openStatus; 	if (whetherOrNot < questionIndex) { busted(); return; } 	if (checker) {  		spawn = open('','','width=550,height=350,scrollbars=yes');  		!checker; 		}  	if (questionIndex == killers.length) { gradeTest(); return; } 	 	// Separate each array element to form the questions and answr options 	var question 	= killers[questionIndex].substring(0, killers[questionIndex].indexOf('$$')); 	var optionA 	= killers[questionIndex].substring(killers[questionIndex].indexOf('$$') + 2, killers[questionIndex].indexOf('%%')); 	var optionB 	= killers[questionIndex].substring(killers[questionIndex].indexOf('%%') + 2, killers[questionIndex].indexOf('^^')); 	var optionC 	= killers[questionIndex].substring(killers[questionIndex].indexOf('^^') + 2, killers[questionIndex].indexOf('&&')); 	var optionD 	= killers[questionIndex].substring(killers[questionIndex].indexOf('&&') + 2, killers[questionIndex].length);  	// Write the questons and answrs options to the new window 	spawn.document.clear(); 	spawn.document.open(); 	spawn.document.writeln('<HTML><HEAD><TITLE>Etes-vous un G&eacute;nie en herbe ?</TITLE></HEAD>'); 	spawn.document.writeln('<BODY BGCOLOR="\WHITE\">'); 	spawn.document.writeln('<FONT FACE=\"Arial\">'); 	spawn.document.writeln('<H2>Question ' + (questionIndex + 1) + '</H2>'); 	spawn.document.writeln('<FORM>'); 	spawn.document.writeln('<B>' + question + '</B><BR><BR>'); 	spawn.document.writeln('<INPUT TYPE=RADIO NAME=\"answer\" VALUE=\"a\" onClick="opener.keeper[opener.questionIndex - 1] = this.value; opener.startQuiz(false, ' + preventer + ')\">' + optionA + '<BR>'); 	spawn.document.writeln('<INPUT TYPE=RADIO NAME=\"answer\" VALUE=\"b\" onClick="opener.keeper[opener.questionIndex - 1] = this.value; opener.startQuiz(false, ' + preventer + ')\">' + optionB + '<BR>'); 	spawn.document.writeln('<INPUT TYPE=RADIO NAME=\"answer\" VALUE=\"c\" onClick="opener.keeper[opener.questionIndex - 1] = this.value; opener.startQuiz(false, ' + preventer + ')\">' + optionC + '<BR>'); 	spawn.document.writeln('<INPUT TYPE=RADIO NAME=\"answer\" VALUE=\"d\" onClick="opener.keeper[opener.questionIndex - 1] = this.value; opener.startQuiz(false, ' + preventer + ')\">' + optionD + '<BR>'); 	spawn.document.writeln('</FORM></BODY></HTML>'); 	spawn.document.close(); 	 	// Increment variables for the next question 	questionIndex++; 	preventer++; 	}  function gradeTest() { 	// Increment the variables for the last time 	questionIndex++; 	preventer++; 	 	// Compare student answers with correct answers 	for (var i = 0; i < killers.length; i++) { 		if (keeper[i] == answers[i]) { 			correctAnswers++; 			} 		} 	 	// Determine a ranking according to number of corrrect answers 	jsAbility = performance[Math.ceil((correctAnswers/killers.length) * performance.length - 1)];  	// Print the test results 	printResults(); 	}  // Print the questions, answer options, and other info function printResults() { 	spawn.document.clear(); 	spawn.document.open(); 	spawn.document.writeln('<HTML><HEAD>'); 	spawn.document.writeln('<TITLE>Etes-vous un G&eacute;nies en herbe ?</TITLE>'); 	spawn.document.writeln('</HEAD><BODY BGCOLOR=\"WHITE\">');						 	spawn.document.writeln('<FONT FACE=\"Arial\">'); 	spawn.document.writeln('<H2>Ton pointage est ' + correctAnswers + '/' + killers.length + ' de bonnes r&eacute;ponses.</H2>'); 	spawn.document.writeln('<B>Classement: ' + jsAbility + '</B><BR>'); 	spawn.document.writeln('<BR><BR><FONT SIZE=\"4\">Voici tes r&eacute;ponses: </FONT><BR><BR>');  	for (var i = 0; i < killers.length; i++) { 		spawn.document.writeln('\n\n<B>Question ' + (i + 1) + '</B><BR>'); 		spawn.document.writeln(killers[i].substring(0, killers[i].indexOf('$$'))); 		spawn.document.writeln('<BR><BR>\n<FONT SIZE=\"-1\">a. ' + killers[i].substring((killers[i].indexOf('$$') + 2), killers[i].indexOf('%%')) + '<BR>'); 		spawn.document.writeln('b. ' + killers[i].substring(killers[i].indexOf('%%') + 2, killers[i].indexOf('^^')) + '<BR>'); 		spawn.document.writeln('c. ' + killers[i].substring(killers[i].indexOf('^^') + 2, killers[i].indexOf('&&')) + '<BR>'); 		spawn.document.writeln('d. ' + killers[i].substring(killers[i].indexOf('&&') + 2, killers[i].length) + '<BR></FONT>');  			// Determine if the student answered each question appropriately, and display accordingly 			if (keeper[i] == answers[i]) { 			spawn.document.writeln('<B><I><FONT COLOR=\"GREEN\">Votre r&eacute;ponse est exacte.</FONT></I></B>\n<BR><BR><BR>'); 				}		 			else { spawn.document.writeln('<B><I><FONT COLOR=\"RED\">La bonne r&eacute;ponse est: ' + answers[i] + '\n<BR><BR><BR></FONT></I></B>'); } 		}  	// Add extra info about the ranking, questions, and application 	spawn.document.writeln('\n\n<BIG>Commentaires</BIG><BR><BR>Si tu es parfait, bravo! Tu es une personne tr&egrave;s cultiv&eacute;e. Sinon, reprends confiance '); 	spawn.document.writeln('en toi. Ce quiz &eacute;tait relativement facile. Tu peux toujours <A HREF="javascript: opener.itemReset(); opener.startQuiz(false);" onMouseOver="window.status=\'\'; return true"><B>reprendre</B></A> ce petit test. '); 	 	spawn.document.writeln('\n\n</BODY></HTML>'); 	spawn.document.close(); 	}  	 function busted() { 	alert('D&eacute;sol, vous avez seulement une chance pour chaque question.'); 	spawn.history.forward();  	spawn.focus(); 	}  </SCRIPT></head> <BODY BGCOLOR="#000000" TEXT="#000000" LINK="#009999" VLINK="#CC6699" ALINK="#009999" TOPMARGIN=1 MARGINHEIGHT=1 onLoad="if (VersionNavigateur(3.0,4.0)) {pubs=new CreerArray('../mainmenu/images/invite1.gif','../mainmenu/images/invite2.gif','../mainmenu/images/invite3.gif'); AfficherPub(pubs,4000);}" onUnload="clearTimeout(pubT)">  <table border=0 cellpadding=0 cellspacing=0 valign="top"><tr><td width=120 align=center><img src="../quiz/images/genie1.jpg" width=120 height=78 border=0 alt=""></a></td> <td width="100%" valign=bottom><table border=0 cellpadding=0 cellspacing=0 height=20><tr><td width=6><img src="../theatre/images/i-l.gif" width=6 height=20 alt=""></td><td class=nt bgcolor="#9C9CFF"><a href="../mainmenu/entrer.html" target="_top"><font size=1><b><font color="#336666"><font color="#006666">Menu principal</font></font></b></font></a></td><td width=6><img src="../theatre/images/i-rm.gif" width=7 height=20 alt=""></td><td width=6><img src="../theatre/images/i-lm.gif" width=7 height=20 alt=""></td><td class=nt bgcolor="#9C9CFF"><a href="../service/service.html" target="_top"><font size=1><b><font color="#006666">Services</font></b></font></a></td><td width=6><img src="../theatre/images/i-rm.gif" width=7 height=20 alt=""></td><td width=6><img src="../theatre/images/i-lm.gif" width=7 height=20 alt=""></td><td class=nt bgcolor="#9C9CFF"><a href="../pedagogie/pedagogue.html" target="_top"><font size=1><b><font color="#006666">P&eacute;dagogie</font></b></font></a></td><td width=6><img src="../theatre/images/i-rm.gif" width=7 height=20 alt=""></td><td width=6><img src="../theatre/images/i-lm.gif" width=7 height=20 alt=""></td><td class=nt bgcolor="#9C9CFF"><a href="../inscription/inscription.html" target="_top"><font size=1><b><font color="#006666">Inscription</font></b></font></a></td><td width=6><img src="../theatre/images/i-rm.gif" width=7 height=20 alt=""></td><td width=6><img src="../theatre/images/i-lm.gif" width=7 height=20 alt=""></td><td class=nt bgcolor="#9C9CFF"><a href="../activite/activite.html" target="_top"><font size=1><b><font color="#006666">Activit&eacute;s</font></b></font></a></td><td width=6><img src="../theatre/images/i-rm.gif" width=7 height=20 alt=""></td><td width=6><img src="../theatre/images/i-lm.gif" width=7 height=20 alt=""></td><td class=nt bgcolor="#9C9CFF"><a href="../sports/sports.html" target="_top"><font size=1><b><font color="#006666">Sports</font></b></font></a></td><td width=6><img src="../theatre/images/i-rm.gif" width=7 height=20 alt=""></td><td width=6><img src="../theatre/images/i-lm.gif" width=7 height=20 alt=""></td><td class=nt bgcolor="#9C9CFF"><a href="mailto:webmaster@esmc.qc.ca" target="_top"><font size=1><b><font color="#006666">Courriel</font></b></font></a></td><td width=6><img src="../theatre/images/i-rm.gif" width=7 height=20 alt=""></td><td width=6><img src="../theatre/images/a-lm.gif" width=7 height=20 alt=""></td><td class=nt bgcolor="#94d6d6"><font size=1><b><font color="#006666">G&eacute;nies en herbe</font></b></font></td><td width=6><img src="../theatre/images/a-rm.gif" width=7 height=20 alt=""></td></tr></table><table border=0 cellpadding=0 cellspacing=0 width="100%" height=26><tr><td width=8 bgcolor="#4a4a8c"><img src="../theatre/images/s.gif" width=8 height=26 alt=""></td><td width="100%" bgcolor="#4a4a8c"><font color="#ffffff" face="tahoma,verdana,geneva,arial" size=3><b> G&Eacute;NIES EN HERBE </b></font></td><td width=9 bgcolor="#4a4a8c"><img src="../theatre/images/new_spacer.gif" width=9 height=26 alt=""></td></tr></table></td></tr></table> <table width="100%" border=0 cellpadding=0 cellspacing=0><tr valign=top><td width=120> <table width=120 border=0 cellpadding=0 cellspacing=0><tr bgcolor="#63639C"><td class="NH" valign=middle height=20><font color="#ffffff" size=1><b>&nbsp; MENU</b></font></td></tr><tr><td class=nl><img src="../theatre/images/s.gif" width=1 height=3 alt=""><br clear=all><b><font size=1> &nbsp; <a href="../mainmenu/entrer.html">Entr&eacute;e principale</a><br> &nbsp; <a href="../historique/historique.html">Historique</a><br> &nbsp; <a href="../pedagogie/pedagogue.html">P&eacute;dagogie</a><br> &nbsp; <a href="../theatre/theatre.html">Th&eacute;&acirc;tre</a><br> &nbsp; <a href="../inscription/inscription.html">Inscription</a><br> &nbsp; <a href="../sports/sports.html">Sports</a><br> </font></b><br></td><tr><td ></td></tr> <tr bgcolor="#63639C"><td class=nh valign=middle height=20><font color="#ffffff" size=1><b>&nbsp; SERVICES</b></font></td></tr><tr><td class=nl><img src="../theatre/images/s.gif" width=1 height=3 alt=""><br clear=all><b><font size=1> &nbsp; <a href="../service/biblio.html">Biblioth&egrave;que</a><br> &nbsp; <a href="../service/audio.html">Audiovisuel</a><br> &nbsp; <a href="../service/orientation.html">Orientation</a><br> &nbsp; <a href="../service/pastorale.html">Pastorale</a><br> &nbsp; <a href="../aidants/aidants.html">Entraidants</a><br> &nbsp; <a href="../service/vie.html">Activit&eacute; scolaire</a><br> &nbsp; <a href="../service/infirmerie.html">Infirmerie</a><br> &nbsp; <a href="../service/laboratoire.html">Travaux pratiques</a><br> </font></b><br></td><tr bgcolor="#63639C"><td class=nh valign=middle height=20><font color="#ffffff" size=1><b>&nbsp; LOISIRS</b></font></td></tr><tr><td class=nl><img src="../theatre/images/s.gif" width=1 height=3 alt=""><br clear=all><b><font size=1> &nbsp; <a href="../quiz/quiz.html">G&eacute;nies en herbe</a><br> &nbsp; <a href="../../adcardio/">Adocardio</a><br> &nbsp; <a href="../show/show.html">Le Show</a><br> &nbsp; <a href="../karaoke/karaoke.html">Karaoke</a><br> &nbsp; <a href="../bal/bal.html">Bal des finissants</a><br> &nbsp; <a href="../album/album.html">Album</a><br> &nbsp; <a href="../archives/archives.html">Archives</a><br> &nbsp; <a href="../noel/noel.html">No&euml;l</a><br> &nbsp; <a href="../halloween/halloween.html">Halloween</a><br> </font></b><br></td><tr bgcolor="#63639C"><td class=nh valign=middle height=20><font color="#ffffff" size=1><b>&nbsp; AUTRES LIENS</b></font></td></tr><tr><td class=nl><img src="../theatre/images/s.gif" width=1 height=3 alt=""><br clear=all><b><font size=1> &nbsp; <a href="../informmatique/info.html">Informatique</a><br> &nbsp; <a href="../as/as.html">Les A.S.</a><br> &nbsp; <a href="../pm/retrouvaille.html">Retrouvailles</a><br> &nbsp; <a href="../parents/parents.html">Comit&eacute; de parents</a><br> &nbsp; <a href="../nouvelles/nouvelles.html">Nouvelles</a><br> &nbsp; <a href="../entrep/je.html">Entrepreneuriat</a><br> &nbsp; <a href="../portes/portes.html">Portes ouvertes</a><br> &nbsp; <a href="../veste/veste.html">Tenue vestimentaire</a><br> &nbsp; <a href="../transport/transport.html">Transport scolaire</a><br> &nbsp; <a href="../locaux/locaux.html">Locaux</a><br> &nbsp; <a href="../liens/recherche.html">Outils de recherche</a><br> &nbsp; <a href="mailto:webmaster@esmc.qc.ca">Courriel</a><br> </font></b><br></td></table></td><td width="100%" valign=top bgcolor="#ffffff"> <table border=0 cellpadding=0 cellspacing=0 width="100%"> <tr valign=top><td width="100%" bgcolor="#ffffff" height="100%"> <br></TD></TR><TR><TD><TABLE width="100%" border=0 cellpadding=20 cellspacing=0><TR valign=top><TD width="100%" height="100%">    <H3>G&Eacute;NIES EN HERBE / PANTOLOGIE<BR>de l'ESMC</H3> <UL>  <li><B><FONT COLOR="#993333">Cette section est consacr&eacute;e aux amateurs de l'activit&eacute; G&eacute;nies en herbe/Pantologie.</FONT></B> <li><B><FONT COLOR="#993333">La fa&ccedil;on de jouer est tr&egrave;s simple; r&eacute;pondez correctement au maximum de questions.</FONT></B> <li><B><FONT COLOR="#993333">Rpondez &agrave; toutes les questions.</FONT></B> <li><B><FONT COLOR="#993333">Vos r&eacute;sultats seront affich&eacute;s seulement &agrave; la fin de chaque quiz.</FONT></B> <li><B><FONT COLOR="#993333">Pour commencer, choisissez une rubrique ou un questionnaire.<p> <li><font color="#660033"> Pr&eacute;parez-vous pour le prochain Tournoi provincial qui se d&eacute;roulera (possiblement) &agrave; Baie-Comeau, en mai 2002.</font></FONT></B> <li> <B><FONT COLOR="#996666">Bonne Chance!</FONT></B><p> <center><font color="#666633"><b>QUESTIONS PAR TH&Egrave;ME</b></font></center> <TABLE WIDTH=410 BORDER=2 ALIGN="CENTER" BORDERCOLOR="#000000" BORDERCOLORDARK="#000000">   <COL WIDTH=196 BGCOLOR="#008000">   <COL WIDTH=100 ALIGN="CENTER">   <COL WIDTH=250>     <TR>       <TD BGCOLOR="#008000" BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><font size=4 color="#800000"><div align="center">Titres</div></font></TD>       <TD BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><font size=4 color="#800000"><div align="center">Nombres de questions</div></font></TD>       <TD BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><font size=4 color="#800000">Liens  vers:</font></TD>     </TR>     <TR>       <TD BGCOLOR="#008000" BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><FONT COLOR="#FFFF66">Cin&eacute;ma 1</FONT></TD>       <TD BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><div align="center">20</div></TD>       <TD BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><A HREF="../quiz/quiz11.html"><B>Jouer cin&eacute;ma #1</B></A></TD>     </TR>     <TR>       <TD BGCOLOR="#008000" BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><FONT COLOR="#FFFF66">Cin&eacute;ma 2</FONT></TD>       <TD BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><div align="center">20</div></TD>       <TD BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><A HREF="../quiz/quiz2.html"><B>Jouer cin&eacute;ma #2</B></A></TD>     </TR>     <TR>       <TD BGCOLOR="#008000" BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><FONT COLOR="#FFFF66">Squence: Langage</FONT></TD>       <TD BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><div align="center">200</div></TD>       <TD BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"></TD>     </TR>     <TR>       <TD BGCOLOR="#008000" BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><FONT COLOR="#FFFF66">Squence: Sports</FONT></TD>       <TD BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"><div align="center">200</div></TD>       <TD BORDERCOLOR="#000000" BORDERCOLORLIGHT="#000000" BORDERCOLORDARK="#000000"></TD>     </TR> </TABLE><p> <center><b><font color="#666633">PANTOLOGIE - SAISON 2001 - MATCHES COMPLETS</font></b></center>  <table width=410 border=1 align="center" cellpadding=0 cellspacing=0 bgcolor="#FFFFFF" bordercolor="#000000" bordercolordark="#000000">     <tr>       <td align="center"><b><font color="#993300"><font size=4>Nom du match</font></font></b></td>     </tr>     <tr>       <td align="center"><a href="s2-3_m1-p1.html">Secondaire 2 et 3 - Match 1</a></td>     </tr>     <tr>       <td align="center"><a href="s2-3_m2-p1.html">Secondaire 2 et 3 - Match 2</a></td></td>     </tr> </table> 		          <BR clear=all>  <p> <center>      <img src="../album/images/line1.gif" width="200"><p>      <font face="ARIAL" size="-2"><b>      | <a href="../mainmenu/entrer.html" target="_top">Menu principal</a> 	  | <a href="../historique/historique.html" target="_top">Historique</a> 	 | <a href="../pedagogie/pedagogue.html" target="_top">P&eacute;dagogie</a>      <br> 	  | <a href="../service/service.html" target="_top">Services</a> 	  | <a href="../activite/activite.html" target="_top">Activit&eacute;s</a> 	  | <a href="../sports/sports.html" target="_top">Sports</a> 	  | <a href="../inscription/inscription.html">Inscription</a>  	  | <a href="mailto:webmaster@esmc.qc.ca">Courriel</a> | <p> <img src="../album/images/line1.gif" width="450"></b></font></center> <p> <CENTER><font face="ARIAL" size="-2" color="#000000">Copyright             &copy; 2000-2001<br> &Eacute;cole secondaire             Marcellin-Champagnat<br>14 Chemin des Patriotes<br>St-Athanase, Qc, J2X 4J3</font></CENTER><br>     </TD></TR></TABLE></TD></TR></TABLE></TD></TR><TR><TD height=8></TD><TD><TABLE width="100%" bgcolor="#ffffff" valign=bottom border=0 cellpadding=0 cellspacing=0><TR><TD><IMG src="../theatre/images/blc.gif" width=8 height=8 alt=""></TD><TD width="100%"><IMG src="../theatre/images/s.gif" width=1 height=8 alt=""></TD><TD><IMG src="../theatre/images/brc.gif" width=8 height=8 alt=""></TD></TR></TABLE></TD></TR><TR><TD height=30></TD> </TD></TR></TABLE></BODY><SCRIPT LANGUAGE="JavaScript"> <!-- debut du script function CreerArray() {     this.length = CreerArray.arguments.length;     for (var i = 0; i < this.length; i++)       this[i+1] = CreerArray.arguments[i]; }  var pubT, pub = 0;  function AfficherPub(pubs,pubDelai1) {    pubDelai = pubDelai1;     if (pub == pubs.length)      pub = 0;    document.pubImg.src = pubs[++pub];    pubT = setTimeout("AfficherPub(pubs,pubDelai)", pubDelai1); } // fin du script --> </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> <!-- debut du script function VersionNavigateur(Netscape, Explorer) {   if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||             (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))     return true; else return false; } //  fin du script --> </SCRIPT></HTML>  
