canvas_create_quiz
Create and configure quizzes in Canvas courses by specifying title, type, time limit, due date, and publication status. Manage assessments directly via the Canvas MCP Server.
Instructions
Create a new quiz in a course
Input Schema
Name | Required | Description | Default |
---|---|---|---|
course_id | Yes | ID of the course | |
description | No | Description of the quiz | |
due_at | No | Due date (ISO format) | |
published | No | Is the quiz published | |
quiz_type | No | Type of the quiz (e.g., graded) | |
time_limit | No | Time limit in minutes | |
title | Yes | Title of the quiz |