From ebd6101a6485fd8a30f286618351e467b37aae7c Mon Sep 17 00:00:00 2001 From: JubaAzul <118773284+JubaAzul@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:45:48 -0500 Subject: [PATCH] =?UTF-8?q?LaTeX=20mal=20affich=C3=A9e=20quand=20on=20lanc?= =?UTF-8?q?e=20le=20quiz=20(mais=20ok=20en=20Pr=C3=A9visualisation)=20Fixe?= =?UTF-8?q?s=20#170?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Questions/MultipleChoiceQuestion/MultipleChoiceQuestion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Questions/MultipleChoiceQuestion/MultipleChoiceQuestion.tsx b/client/src/components/Questions/MultipleChoiceQuestion/MultipleChoiceQuestion.tsx index d589b2c..5f0e57d 100644 --- a/client/src/components/Questions/MultipleChoiceQuestion/MultipleChoiceQuestion.tsx +++ b/client/src/components/Questions/MultipleChoiceQuestion/MultipleChoiceQuestion.tsx @@ -56,7 +56,7 @@ const MultipleChoiceQuestion: React.FC = (props) => { (choice.isCorrect ? '✅' : '❌')}
{alphabet[i]}
- {formatLatex(choice.text.text)} +
{choice.feedback && showAnswer && (