Added a simple spellchecker for the correction of the Writing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user