Verify Exam 1 Participation
Path Parameters
Email address of the student to verify
Response Fields
true if the student has already submitted Exam 1, false otherwiseThe admin account ([email protected]) is excluded from verification checks and will always return
false.Verify Exam 2 Participation
Path Parameters
Email address of the student to verify
Response Fields
true if the student has already submitted Exam 2, false otherwiseThe admin account ([email protected]) is excluded from verification checks and will always return
false.Use Cases
The verification endpoints are useful for:- Preventing duplicate submissions: Check if a student has already submitted before allowing them to take the exam
- Access control: Show different UI states based on whether the student has participated
- Progress tracking: Display which exams a student has completed
Example: Preventing Duplicate Submissions
JavaScript
Python