edubase_get_exam
Retrieve exam details and verify status using an exam identification string to check availability, configuration, and scheduling in the EduBase platform.
Instructions
Get/check exam.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | exam identification string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | exam identification string | |
| id | No | external unique exam identifier (if set for the exam) | |
| name | Yes | title of the exam | |
| quiz | Yes | Quiz identification string. The Quiz set the exam is attached to | |
| active | Yes | exam is active | |
| status | Yes | exam status (INACTIVE, ACTIVE, PAUSED, REVIEW, EXPIRED) | |
| start | Yes | start date and time | |
| end | Yes | end date and time |