1
0
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:
Yohann
2019-10-22 14:55:33 +02:00
parent 8adad9d5f7
commit 5c88ccb91a
32 changed files with 371 additions and 236 deletions

View File

@ -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