Added Speaking to level, fixed a bug where it was causing level to crash if the listening was already created and the section was switched, added true false exercises to listening
This commit is contained in:
@@ -166,7 +166,22 @@ const listening = (section: number) => {
|
||||
generate()
|
||||
],
|
||||
module: "listening"
|
||||
}
|
||||
},
|
||||
{
|
||||
label: `Section ${section} - True False`,
|
||||
type: `listening_${section}`,
|
||||
icon: FaCheckSquare,
|
||||
sectionId: section,
|
||||
extra: [
|
||||
{
|
||||
param: "name",
|
||||
value: "trueFalse"
|
||||
},
|
||||
quantity(4, "Quantity of Statements"),
|
||||
generate()
|
||||
],
|
||||
module: "listening"
|
||||
},
|
||||
];
|
||||
|
||||
if (section === 1 || section === 4) {
|
||||
@@ -285,7 +300,8 @@ const EXERCISES: ExerciseGen[] = [
|
||||
],
|
||||
module: "level"
|
||||
},
|
||||
{
|
||||
// Removing this since level supports reading aswell
|
||||
/*{
|
||||
label: "Reading Passage: Multiple Choice",
|
||||
type: "passageUtas",
|
||||
icon: FaBookOpen,
|
||||
@@ -295,11 +311,11 @@ const EXERCISES: ExerciseGen[] = [
|
||||
value: "passageUtas"
|
||||
},
|
||||
// in the utas exam there was only mc so I'm assuming short answers are deprecated
|
||||
/*{
|
||||
label: "Short Answers",
|
||||
param: "sa_qty",
|
||||
value: "10"
|
||||
},*/
|
||||
//{
|
||||
// label: "Short Answers",
|
||||
// param: "sa_qty",
|
||||
// value: "10"
|
||||
//},
|
||||
quantity(10, "Multiple Choice Quantity"),
|
||||
{
|
||||
label: "Reading Passage Topic",
|
||||
@@ -315,7 +331,7 @@ const EXERCISES: ExerciseGen[] = [
|
||||
generate()
|
||||
],
|
||||
module: "level"
|
||||
},
|
||||
},*/
|
||||
{
|
||||
label: "Task 1 - Letter",
|
||||
type: "writing_letter",
|
||||
|
||||
Reference in New Issue
Block a user