Solved a bug where the speaking and interactive speaking were not being correctly evaluated
This commit is contained in:
@@ -64,6 +64,7 @@ export interface UserSolution {
|
||||
missing: number;
|
||||
};
|
||||
exercise: string;
|
||||
isDisabled?: boolean;
|
||||
}
|
||||
|
||||
export interface WritingExam {
|
||||
|
||||
Reference in New Issue
Block a user