Updated part of the speaking accordingly
This commit is contained in:
@@ -111,7 +111,7 @@ export type Exercise =
|
||||
export interface Evaluation {
|
||||
comment: string;
|
||||
overall: number;
|
||||
task_response: {[key: string]: number};
|
||||
task_response: {[key: string]: number | {grade: number; comment: string}};
|
||||
misspelled_pairs?: {correction: string | null; misspelled: string}[];
|
||||
}
|
||||
|
||||
@@ -163,6 +163,7 @@ export interface SpeakingExercise {
|
||||
title: string;
|
||||
text: string;
|
||||
prompts: string[];
|
||||
suffix?: string;
|
||||
video_url: string;
|
||||
userSolutions: {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user