make access confidential when user submits exam with approval process. make access private upon approval workflow completed.

This commit is contained in:
Joao Correia
2025-02-10 13:25:11 +00:00
parent e214d8b598
commit df2f83e496
8 changed files with 16 additions and 13 deletions

View File

@@ -182,7 +182,7 @@ const SpeakingSettings: React.FC = () => {
module: "speaking",
id: title,
requiresApproval: requiresApproval,
isDiagnostic: requiresApproval ? true : false, // using isDiagnostic to keep exam hidden until the respective approval workflow is completed.
isDiagnostic: false,
variant: undefined,
difficulty,
instructorGender: "varied",