Solved a bug where the "Perfect answer" would not show for speaking

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

View File

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