Forgot to stage it
This commit is contained in:
@@ -196,7 +196,6 @@ export interface SpeakingExercise extends Section {
|
||||
evaluation?: SpeakingEvaluation;
|
||||
}[];
|
||||
topic?: string;
|
||||
script?: Script;
|
||||
}
|
||||
|
||||
export interface InteractiveSpeakingExercise extends Section {
|
||||
@@ -216,7 +215,6 @@ export interface InteractiveSpeakingExercise extends Section {
|
||||
first_topic?: string;
|
||||
second_topic?: string;
|
||||
variant?: "initial" | "final";
|
||||
script?: Script;
|
||||
}
|
||||
|
||||
export interface FillBlanksMCOption {
|
||||
|
||||
Reference in New Issue
Block a user