create-quiz
Create a new quiz in a Canvas course by specifying the course ID, title, and optional settings like due date, point value, and quiz type.
Instructions
Create a new quiz in a course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the quiz | |
| due_at | No | The due date for the quiz | |
| courseId | Yes | The ID of the course | |
| published | No | Whether the quiz is published | |
| quiz_type | No | The type of quiz | |
| description | No | A description of the quiz | |
| points_possible | No | The point value of the quiz |