make access confidential when user submits exam with approval process. make access private upon approval workflow completed.
This commit is contained in:
@@ -132,7 +132,7 @@ const WritingSettings: React.FC = () => {
|
||||
module: "writing",
|
||||
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,
|
||||
access,
|
||||
|
||||
Reference in New Issue
Block a user