edubase_get_quiz_settings
Retrieves quiz settings from EduBase for a given quiz identifier, returning its configuration to support exam management.
Instructions
Get the settings of a Quiz set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz | Yes | Quiz identification string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz | Yes | Quiz identification string | |
| grading | Yes | grading of the Quiz set, the code of the grading preset in use, "custom" for a manually configured grading, or "none" when grading is disabled | |
| shuffle | Yes | questions are shuffled for every play | |
| roundtime | Yes | time limit of a single question in seconds, turn based Quiz sets only, null if there is no time limit | |
| timelimit | Yes | time limit of the whole test in seconds, null if there is no time limit | |
| grading_threshold | No | threshold of the grading in percentage (only present if a threshold is configured for the Quiz set) |