Added a simple spellchecker for the correction of the Writing

This commit is contained in:
Tiago Ribeiro
2024-01-09 13:55:04 +00:00
parent e100c401e9
commit 59d1a12439
2 changed files with 32 additions and 7 deletions

View File

@@ -92,6 +92,7 @@ export interface Evaluation {
comment: string;
overall: number;
task_response: {[key: string]: number};
misspelled_pairs?: {correction: string | null; misspelled: string}[];
}
interface InteractiveSpeakingEvaluation extends Evaluation {