edubase_get_exam_round
Get the current exam round details: index, start time, result availability, and frozen status. Determine whether a new round must be started.
Instructions
Get the current round of an exam: its index, start time, whether it already has results and whether it is frozen. Start a new round with edubase_post_exam_round.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | exam identification string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | ||
| round | Yes | ||
| frozen | Yes | ||
| results | Yes | ||
| started | Yes |