diff --git a/src/components/Exercises/FillBlanks.tsx b/src/components/Exercises/FillBlanks.tsx index 6172b32b..1a670d33 100644 --- a/src/components/Exercises/FillBlanks.tsx +++ b/src/components/Exercises/FillBlanks.tsx @@ -44,20 +44,20 @@ function WordsPopout({words, isOpen, onCancel, onAnswer}: WordsPopoutProps) { List of words -
+
{words.map((word) => ( ))}
-
@@ -100,7 +100,7 @@ export default function FillBlanks({id, allowRepetition, prompt, solutions, text return ( <> -
+
({word, isDisabled: allowRepetition ? false : userSolutions.map((x) => x.solution).includes(word)}))} isOpen={!!currentBlankId} @@ -110,7 +110,7 @@ export default function FillBlanks({id, allowRepetition, prompt, solutions, text setCurrentBlankId(undefined); }} /> - + {prompt.split("\\n").map((line, index) => ( {line} @@ -128,7 +128,7 @@ export default function FillBlanks({id, allowRepetition, prompt, solutions, text
-
+
- -
-
+
+
-
+