Merged develop into layout-bug-fixes

This commit is contained in:
Francisco Lima
2025-02-03 00:07:05 +00:00

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"