Listening preview and some more patches
This commit is contained in:
@@ -47,6 +47,14 @@ export interface LevelExam extends ExamBase {
|
||||
export interface LevelPart extends Section {
|
||||
context?: string;
|
||||
exercises: Exercise[];
|
||||
audio?: {
|
||||
source: string;
|
||||
repeatableTimes: number; // *The amount of times the user is allowed to repeat the audio, 0 for unlimited
|
||||
};
|
||||
text?: {
|
||||
title: string;
|
||||
content: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface ListeningExam extends ExamBase {
|
||||
|
||||
Reference in New Issue
Block a user