Navigation rework, added prompt edit to components that were missing

This commit is contained in:
Carlos-Mesquita
2024-11-25 16:50:46 +00:00
parent e9b7bd14cc
commit 114da173be
105 changed files with 3761 additions and 3728 deletions

View File

@@ -349,3 +349,5 @@ export interface Shuffles {
}
export type ModuleExam = LevelExam | ReadingExam | ListeningExam | WritingExam | SpeakingExam;
export type PartExam = ReadingExam | ListeningExam | LevelExam;
export type ExerciseOnlyExam = SpeakingExam | WritingExam;