From 58b4883236a2a48a910e49cf9d27d15dfbc0178a Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Wed, 29 Nov 2023 20:52:08 +0000 Subject: [PATCH] Updated the types of exercises for the Listening Generation --- src/pages/(generation)/ListeningGeneration.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/(generation)/ListeningGeneration.tsx b/src/pages/(generation)/ListeningGeneration.tsx index 12b09205..143d7223 100644 --- a/src/pages/(generation)/ListeningGeneration.tsx +++ b/src/pages/(generation)/ListeningGeneration.tsx @@ -115,10 +115,10 @@ const ListeningGeneration = () => { const [types, setTypes] = useState([]); const availableTypes = [ - {type: "fillBlanks", label: "Fill the Blanks"}, {type: "multipleChoice", label: "Multiple Choice"}, - {type: "trueFalse", label: "True or False"}, - {type: "writeBlanks", label: "Write the Blanks"}, + {type: "writeBlanksQuestions", label: "Write the Blanks: Questions"}, + {type: "writeBlanksFill", label: "Write the Blanks: Fill"}, + {type: "writeBlanksForm", label: "Write the Blanks: Form"}, ]; const router = useRouter();