|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>First Test</title>
|
|
|
|
|
<title>Test de qualification</title>
|
|
|
|
|
<link
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
|
|
|
|
@ -43,10 +43,10 @@
|
|
|
|
|
</h5>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="nav-link">
|
|
|
|
|
<a class="navbar-brand" href="index.php?action=goToNext&num=5">Back</a>
|
|
|
|
|
<a class="navbar-brand" href="index.php?action=goToNext&num=5">Précédent</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="nav-link">
|
|
|
|
|
<a class="navbar-brand" href="#" style="color: gray;">Next</a>
|
|
|
|
|
<a class="navbar-brand" href="#" style="color: gray;">Suivant</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
@ -76,9 +76,9 @@
|
|
|
|
|
Qui retourne la multiplication de deux nombres.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
Comme d'habitude, tu peux tester ton code en cliquant sur le bouton <b style="color: red;">Run</b>.
|
|
|
|
|
Si tu es sûr que ton code est bon, clique sur le bouton <b style="color: green;">Submit</b>
|
|
|
|
|
pour valider ton test. J'ai pris soin de désactiver le bouton <b style="color:#44fff6;">Next</b>
|
|
|
|
|
Comme d'habitude, tu peux tester ton code en cliquant sur le bouton <b style="color: red;">Exécuter</b>.
|
|
|
|
|
Si tu es sûr que ton code est bon, clique sur le bouton <b style="color: green;">Envoyer</b>
|
|
|
|
|
pour valider ton test. J'ai pris soin de désactiver le bouton <b style="color:#44fff6;">Suivant</b>
|
|
|
|
|
afin que tu ne puisses pas passer à la prochaine étape avant d'avoir terminé ce test.
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
|
|
|
@ -127,7 +127,7 @@
|
|
|
|
|
>
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<a onclick="run_init()" class="btn">
|
|
|
|
|
<span>Run</span>
|
|
|
|
|
<span>Exécuter</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6">
|
|
|
|
@ -137,7 +137,7 @@
|
|
|
|
|
data-toggle="modal"
|
|
|
|
|
data-target="#modal"
|
|
|
|
|
>
|
|
|
|
|
<span>Submit</span>
|
|
|
|
|
<span>Envoyer</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -182,7 +182,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<a href="index.php?action=goToNext&num=7" class="btn" style="display: none" id="next">
|
|
|
|
|
<span>NEXT</span>
|
|
|
|
|
<span>SUIVANT</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|