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();