ENCOA-315: Small fix and merge

This commit is contained in:
Carlos-Mesquita
2025-01-22 05:24:49 +00:00
18 changed files with 1857 additions and 1044 deletions

View File

@@ -183,7 +183,7 @@ export default function ExamPage({ page, user, destination = "/", hideSidebar =
dispatch({ type: "UPDATE_EXAMS" });
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [flags.finalizeExam]);
}, [flags.finalizeExam, userSolutions, showSolutions, moduleLock]);
const aggregateScoresByModule = (isPractice?: boolean): {