ENCOA-295
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import instructions from "@/pages/api/exam/media/instructions";
|
||||
import { Module } from ".";
|
||||
|
||||
export type Exam = ReadingExam | ListeningExam | WritingExam | SpeakingExam | LevelExam;
|
||||
@@ -68,6 +69,7 @@ export interface LevelPart extends Section {
|
||||
export interface ListeningExam extends ExamBase {
|
||||
parts: ListeningPart[];
|
||||
module: "listening";
|
||||
instructions?: string;
|
||||
}
|
||||
|
||||
export type Message = { name: string; gender: string; text: string; voice?: string; };
|
||||
|
||||
Reference in New Issue
Block a user