mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 13:37:22 +02:00
Nombreuses petites corrections, ajout de texte.
Les Correspondances peuvent démarrer :)
This commit is contained in:
@ -34,8 +34,8 @@ if (false) {
|
||||
continue;
|
||||
?>
|
||||
<div class="alert alert-info">
|
||||
<strong>Question <?= $question->getNumber() + 1 ?>
|
||||
:</strong> <?= $question->getQuestion() ?>
|
||||
<strong><?= $j == 0 ? "Remarques générales :" : "Question " . $j . " :" ?></strong>
|
||||
<?= $question->getQuestion() ?>
|
||||
<br/>
|
||||
<?php
|
||||
if ($question->getAttachedFile() !== null) { ?>
|
||||
@ -45,7 +45,7 @@ if (false) {
|
||||
<?php } ?>
|
||||
<strong>Réponse :</strong> <?= $question->getAnswer() ?><br/>
|
||||
<?php
|
||||
if ($question->getAttachedFile() !== null) { ?>
|
||||
if ($question->getAttachedFileAnswer() !== null) { ?>
|
||||
<em>Pièce jointe attachée :</em>
|
||||
<a href="/file/<?= $question->getAttachedFileAnswer() ?>"><strong>Télécharger</strong></a>
|
||||
<br/>
|
||||
@ -97,7 +97,7 @@ if (false) {
|
||||
continue;
|
||||
?>
|
||||
<div class="alert alert-info">
|
||||
<strong>Question <?= $question->getNumber() + 1 ?>
|
||||
<strong>Question <?= $question->getNumber() ?>
|
||||
:</strong> <?= $question->getQuestion() ?>
|
||||
<br/>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user