From 731841a315679bf5660170ed78ca22ea1acd31c4 Mon Sep 17 00:00:00 2001 From: JubaAzul <118773284+JubaAzul@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:10:42 -0400 Subject: [PATCH] =?UTF-8?q?Tests=20compl=C3=A9t=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MultipleChoiceQuestionDisplay.tsx | 1 + .../NumericalQuestionDisplay/NumericalQuestionDisplay.tsx | 1 + .../ShortAnswerQuestionDisplay/ShortAnswerQuestionDisplay.tsx | 1 + .../TrueFalseQuestionDisplay/TrueFalseQuestionDisplay.tsx | 1 + client/src/components/QuestionsDisplay/questionStyle.css | 4 ++++ 5 files changed, 8 insertions(+) diff --git a/client/src/components/QuestionsDisplay/MultipleChoiceQuestionDisplay/MultipleChoiceQuestionDisplay.tsx b/client/src/components/QuestionsDisplay/MultipleChoiceQuestionDisplay/MultipleChoiceQuestionDisplay.tsx index dd809ad..518021e 100644 --- a/client/src/components/QuestionsDisplay/MultipleChoiceQuestionDisplay/MultipleChoiceQuestionDisplay.tsx +++ b/client/src/components/QuestionsDisplay/MultipleChoiceQuestionDisplay/MultipleChoiceQuestionDisplay.tsx @@ -99,6 +99,7 @@ const MultipleChoiceQuestionDisplay: React.FC = (props) => { {!showAnswer && handleOnSubmitAnswer && (