update_quiz_question_banks
Update quiz settings for attached question banks, such as ordering, randomization, and question limits. Specify the quiz and bank assignments to adjust.
Instructions
Change how a quiz draws from banks it is ALREADY attached to.
Pass `quiz_id` and `question_banks`, a list of items each needing
`question_bank_id` to say which assignment to change - it is the key, not a
value you can edit. Then supply any of `order`,
`randomize_questions`, `limit_question_count`.
Supplying only the key is a successful no-op, not an error. A bank that is not
currently attached to this quiz fails its own row with `not_found` - use
`bind_quiz_question_banks` to attach it first.
Requires the `quizzes:write` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz_id | Yes | ||
| question_banks | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| note | Yes | ||
| total | Yes | ||
| failed | Yes | ||
| succeeded | Yes |