Updated the InteractiveSpeaking to also work with the session persistence
This commit is contained in:
@@ -164,7 +164,7 @@ export interface InteractiveSpeakingExercise {
|
||||
prompts: {text: string; video_url: string}[];
|
||||
userSolutions: {
|
||||
id: string;
|
||||
solution: {question: string; answer: string}[];
|
||||
solution: {questionIndex: number; question: string; answer: string}[];
|
||||
evaluation?: InteractiveSpeakingEvaluation;
|
||||
}[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user