Fix Finish page

This commit is contained in:
José Marques Lima
2025-01-31 22:34:43 +00:00
parent 98ba0bfc04
commit 1feef5c419

View File

@@ -279,7 +279,7 @@ export default function ExamPage({
}; };
userSolutions.forEach((x) => { userSolutions.forEach((x) => {
if (x.isPractice === isPractice) { if (isPractice ? x.isPractice : !x.isPractice) {
const examModule = const examModule =
x.module || x.module ||
(x.type === "writing" (x.type === "writing"