1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-24 05:08:46 +02:00

Phase 2 : questions (en cours)

This commit is contained in:
galaxyoyo
2019-09-20 14:57:06 +02:00
parent c3aa0386f2
commit 3b54b75395
8 changed files with 231 additions and 29 deletions

View File

@ -60,6 +60,9 @@
case Phase::PHASE1: ?>
<li><a href="<?= $URL_BASE ?>/envoyer-video-1">Envoyer ma vidéo (phase 1)</a></li>
<?php break;
case Phase::PHASE2: ?>
<li><a href="<?= $URL_BASE ?>/poser-questions-2">Poser des questions (phase 2)</a></li>
<?php break;
}
} ?>
<?php } ?>