Updated the Level Exam to work based on Parts
This commit is contained in:
@@ -72,7 +72,7 @@ export default function ExamList({user}: {user: User}) {
|
||||
};
|
||||
|
||||
const getTotalExercises = (exam: Exam) => {
|
||||
if (exam.module === "reading" || exam.module === "listening") {
|
||||
if (exam.module === "reading" || exam.module === "listening" || exam.module === "level") {
|
||||
return countExercises(exam.parts.flatMap((x) => x.exercises));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user