Added the ability for assignments to use partial exams as well
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {Module} from ".";
|
||||
|
||||
export type Exam = ReadingExam | ListeningExam | WritingExam | SpeakingExam | LevelExam;
|
||||
export type Variant = "full" | "diagnostic" | "partial";
|
||||
export type Variant = "full" | "partial";
|
||||
|
||||
export interface ReadingExam {
|
||||
parts: ReadingPart[];
|
||||
|
||||
Reference in New Issue
Block a user