- Make isDiagnostic false when all steps of the exam workflow have been approved.

- Implement Load Exam and Edit Exam buttons
This commit is contained in:
Joao Correia
2025-02-04 23:22:56 +00:00
parent de15eb5ee1
commit b215885dc6
6 changed files with 96 additions and 20 deletions

View File

@@ -195,7 +195,7 @@ const LevelSettings: React.FC = () => {
category: s.settings.category
};
}).filter(part => part.exercises.length > 0),
isDiagnostic: false,
isDiagnostic: true, // using isDiagnostic to keep exam hidden until the respective approval workflow is completed.
minTimer,
module: "level",
id: title,