Add button to submit exam without approval process
This commit is contained in:
@@ -28,6 +28,7 @@ export interface ExamBase {
|
||||
createdAt?: string; // option as it has been added later
|
||||
access: AccessType;
|
||||
label?: string;
|
||||
requiresApproval?: boolean;
|
||||
}
|
||||
export interface ReadingExam extends ExamBase {
|
||||
module: "reading";
|
||||
|
||||
Reference in New Issue
Block a user