Updated the types of exercises for the Listening Generation

This commit is contained in:
Tiago Ribeiro
2023-11-29 20:52:08 +00:00
parent a3864eb7d3
commit 58b4883236

View File

@@ -115,10 +115,10 @@ const ListeningGeneration = () => {
const [types, setTypes] = useState<string[]>([]); const [types, setTypes] = useState<string[]>([]);
const availableTypes = [ const availableTypes = [
{type: "fillBlanks", label: "Fill the Blanks"},
{type: "multipleChoice", label: "Multiple Choice"}, {type: "multipleChoice", label: "Multiple Choice"},
{type: "trueFalse", label: "True or False"}, {type: "writeBlanksQuestions", label: "Write the Blanks: Questions"},
{type: "writeBlanks", label: "Write the Blanks"}, {type: "writeBlanksFill", label: "Write the Blanks: Fill"},
{type: "writeBlanksForm", label: "Write the Blanks: Form"},
]; ];
const router = useRouter(); const router = useRouter();