edubase_get_exam
Retrieve detailed exam information by exam identification. Use this tool to check exam status and access exam data from the EduBase platform.
Instructions
Get/check exam.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | exam identification string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | external unique exam identifier (if set for the exam) | |
| end | Yes | end date and time | |
| exam | Yes | exam identification string | |
| quiz | Yes | Quiz identification string. The Quiz set the exam is attached to | |
| start | Yes | start date and time | |
| title | Yes | title of the exam | |
| active | Yes | exam is active | |
| secure | Yes | exam can only be started with the Safe Exam Browser | |
| status | Yes | exam status (INACTIVE, ACTIVE, PAUSED, REVIEW, EXPIRED) | |
| deadline | No | latest date and time the exam can be started at (if set for the exam) | |
| language | Yes | language of the exam | |
| description | No | description of the exam (only present if set for the exam) | |
| seb_config_url | No | Safe Exam Browser configuration file URL (only present if secure is true) | |
| seb_launch_url | No | Safe Exam Browser launch URL (only present if secure is true) |