Made it so the timer is more dynamic
This commit is contained in:
@@ -203,8 +203,6 @@ export default function Page() {
|
||||
const solutionIds = solutions.map((x) => x.exercise);
|
||||
const solutionExams = solutions.map((x) => x.exam);
|
||||
|
||||
console.log(solutionExams, exam?.id, moduleIndex, selectedModules);
|
||||
|
||||
if (exam && !solutionExams.includes(exam.id)) return;
|
||||
|
||||
if (exam && (exam.module === "writing" || exam.module === "speaking") && solutions.length > 0 && !showSolutions) {
|
||||
|
||||
Reference in New Issue
Block a user