From 69b5d3f2f9b8c68e838514f6dff30b27310ef099 Mon Sep 17 00:00:00 2001 From: JubaAzul <118773284+JubaAzul@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:21:32 -0500 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20avec=20interaction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/GIFTCheatSheet/GiftCheatSheet.tsx | 5 ++--- .../src/pages/Teacher/EditorQuiz/EditorQuiz.tsx | 16 +++++++++++++--- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/client/src/components/GIFTCheatSheet/GiftCheatSheet.tsx b/client/src/components/GIFTCheatSheet/GiftCheatSheet.tsx index 671ae9d..6165fd0 100644 --- a/client/src/components/GIFTCheatSheet/GiftCheatSheet.tsx +++ b/client/src/components/GIFTCheatSheet/GiftCheatSheet.tsx @@ -153,7 +153,7 @@ const GiftCheatSheet: React.FC = () => { -
Pour insérer une image dans une question ou dans une réponse, vous devez utiliser la syntaxe suivante:
@@ -179,8 +179,7 @@ const GiftCheatSheet: React.FC = () => {
Attention: l'ancienne fonctionnalité avec les balises {'
'} n'est plus
supportée.
-
diff --git a/client/src/pages/Teacher/EditorQuiz/EditorQuiz.tsx b/client/src/pages/Teacher/EditorQuiz/EditorQuiz.tsx
index 7a2475f..796d5fe 100644
--- a/client/src/pages/Teacher/EditorQuiz/EditorQuiz.tsx
+++ b/client/src/pages/Teacher/EditorQuiz/EditorQuiz.tsx
@@ -41,6 +41,14 @@ const QuizForm: React.FC = () => {
const fileInputRef = useRef