Merge branch 'develop' into feature/68/update-evaluation-to-background

This commit is contained in:
Tiago Ribeiro
2024-01-08 20:59:55 +00:00
2 changed files with 7 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ interface InteractiveSpeakingEvaluation extends Evaluation {
interface CommonEvaluation extends Evaluation {
perfect_answer?: string;
perfect_answer_1?: string;
}
export interface WritingExercise {