Solved a bug where the speaking and interactive speaking were not being correctly evaluated

This commit is contained in:
Tiago Ribeiro
2024-03-23 15:43:25 +00:00
parent 38c0c823e1
commit 13ebb9bbd8
9 changed files with 23 additions and 8 deletions

View File

@@ -64,6 +64,7 @@ export interface UserSolution {
missing: number;
};
exercise: string;
isDisabled?: boolean;
}
export interface WritingExam {