Solved a bug where the "Perfect answer" would not show for speaking
This commit is contained in:
@@ -101,6 +101,7 @@ interface InteractiveSpeakingEvaluation extends Evaluation {
|
||||
|
||||
interface CommonEvaluation extends Evaluation {
|
||||
perfect_answer?: string;
|
||||
perfect_answer_1?: string;
|
||||
}
|
||||
|
||||
export interface WritingExercise {
|
||||
|
||||
Reference in New Issue
Block a user