Updated it to work with the new canges

This commit is contained in:
Tiago Ribeiro
2024-07-23 14:43:24 +01:00
parent a1c7f70329
commit 10a3243756
3 changed files with 454 additions and 551 deletions

View File

@@ -357,7 +357,7 @@ export default function ExamPage({page}: Props) {
exercise,
solutions.find((x) => x.exercise === exercise.id)!,
evaluationID,
index === 0 ? 1 : 2,
index + 1,
);
}),
)

File diff suppressed because it is too large Load Diff