Skip to content
Extraits de code Groupes Projets
Valider c64d4b8f rédigé par Brieuc Dubois's avatar Brieuc Dubois
Parcourir les fichiers

Hot fix long questions

parent 711552e1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!43Merge dev into main
...@@ -155,8 +155,7 @@ ...@@ -155,8 +155,7 @@
{:else if currentQuestion instanceof TestTaskQuestionQcm} {:else if currentQuestion instanceof TestTaskQuestionQcm}
<div class="mx-auto mt-16 text-center"> <div class="mx-auto mt-16 text-center">
{#if currentQuestion.type === TestTaskQuestionQcmType.text} {#if currentQuestion.type === TestTaskQuestionQcmType.text}
<pre <p class="text-center font-bold py-4 px-6 m-auto max-w-5xl">{@html currentQuestion.value}</p>
class="text-center font-bold py-4 px-6 m-auto max-w-5xl">{@html currentQuestion.value}</pre>
{:else if currentQuestion.type === TestTaskQuestionQcmType.image} {:else if currentQuestion.type === TestTaskQuestionQcmType.image}
<img src={currentQuestion.value} alt="Question" /> <img src={currentQuestion.value} alt="Question" />
{:else if currentQuestion.type === TestTaskQuestionQcmType.audio} {:else if currentQuestion.type === TestTaskQuestionQcmType.audio}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter