- 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

@@ -131,7 +131,7 @@ const WritingSettings: React.FC = () => {
minTimer,
module: "writing",
id: title,
isDiagnostic: false,
isDiagnostic: true, // using isDiagnostic to keep exam hidden until the respective approval workflow is completed.
variant: undefined,
difficulty,
private: isPrivate,