Merged in feature/level-file-upload (pull request #90)

ENCOA-149, ENCOA-150, ENCOA-152, ENCOA-153, ENCOA-155, ENCOA-156, ENCOA-157, ENCOA-158, ENCOA-161

Approved-by: Tiago Ribeiro
This commit is contained in:
carlos.mesquita
2024-09-04 08:10:40 +00:00
committed by Tiago Ribeiro
8 changed files with 106 additions and 94 deletions

View File

@@ -40,6 +40,7 @@ export interface LevelExam extends ExamBase {
export interface LevelPart {
context?: string;
intro?: string;
category?: string;
exercises: Exercise[];
}