Updated the Speaking exam to work with always having video

This commit is contained in:
Tiago Ribeiro
2023-10-07 10:17:09 +01:00
parent 2d095316a7
commit 5e1b9ce2c7
3 changed files with 35 additions and 21 deletions

View File

@@ -104,6 +104,7 @@ export interface SpeakingExercise {
title: string;
text: string;
prompts: string[];
video_url: string;
userSolutions: {
id: string;
solution: string;