Solved a bug where the speaking and interactive speaking were not being correctly evaluated
This commit is contained in:
@@ -193,6 +193,7 @@ export default function ExamPage({page}: Props) {
|
||||
module: exam!.module,
|
||||
user: user?.id || "",
|
||||
date: new Date().getTime(),
|
||||
isDisabled: solution.isDisabled,
|
||||
...(assignment ? {assignment: assignment.id} : {}),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user