Updated the Speaking exam to work with always having video
This commit is contained in:
@@ -104,6 +104,7 @@ export interface SpeakingExercise {
|
||||
title: string;
|
||||
text: string;
|
||||
prompts: string[];
|
||||
video_url: string;
|
||||
userSolutions: {
|
||||
id: string;
|
||||
solution: string;
|
||||
|
||||
Reference in New Issue
Block a user