create_question_banks
Batch create one or more empty question banks, each with a name, to organize quiz questions. Combine with question creation and quiz binding workflows to build assessments.
Instructions
Create one or more question banks. This is a BATCH operation.
Each item takes a single attribute, `name` (required, max 500). A new bank is
EMPTY and bound to nothing: add items with `create_questions` and
`question_bank_id` set, then attach it to a quiz with
`bind_quiz_question_banks`.
Requires the `question-banks:write` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question_banks | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| note | Yes | ||
| total | Yes | ||
| failed | Yes | ||
| succeeded | Yes |