edubase_post_quiz_settings
Modify selected quiz settings: question shuffling, time limits, grading, and grading threshold. Only specified settings are changed, returning the updated settings.
Instructions
Change individual settings of a Quiz set: question shuffling, time limits, grading and grading threshold. Only the given settings are changed, and the updated settings are returned. List the available grading presets with edubase_get_quiz_grading_presets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz | Yes | Quiz identification string | |
| grading | No | grading of the Quiz set, the code of a grading preset (see edubase_get_quiz_grading_presets), or "none" to disable grading | |
| shuffle | No | shuffle questions for every play, when disabled the current order of the questions is kept | |
| roundtime | No | time limit of a single question in seconds, only available for turn based (TURNS mode) Quiz sets. Accepts a number or a numeric string, 0 or "default" if there is no time limit | |
| timelimit | No | time limit of the whole test in seconds. Accepts a number or a numeric string, 0 or "default" if there is no time limit | |
| grading_threshold | No | threshold of the grading in percentage, between 0 and 100, only available for grading presets with a configurable threshold (of the go-nogo-custom type), can be changed without selecting the grading preset again |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz | Yes | ||
| grading | Yes | ||
| shuffle | Yes | ||
| roundtime | Yes | ||
| timelimit | Yes | ||
| grading_threshold | No |