list_quiz_question_bank_assignments
Retrieve a quiz's question bank assignments, showing each bank's order, randomization flag, and question limit.
Instructions
Show which question banks a quiz draws from, and how it draws from each.
Each assignment carries `order` (position within the quiz),
`randomize_questions`, and `limit_question_count` (0 means use every question in
the bank).
Not paginated: a quiz's bank assignments are a small bounded set, so every one
is returned. An unknown `quiz_id` is an error for the whole call.
Requires the `quizzes:read` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| quiz_id | Yes | ||
| assignments | Yes |