Merged develop into ENCOA-83_MasterStatistical

This commit is contained in:
João Ramos
2024-08-20 23:39:57 +00:00
28 changed files with 5976 additions and 3637 deletions

View File

@@ -37,7 +37,7 @@ export interface LevelExam extends ExamBase {
export interface LevelPart {
context?: string;
showContextLines?: boolean;
intro?: string;
exercises: Exercise[];
}