Updated the types of exercises for the Listening Generation
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user