canvas quizzes
canvas quizzes¶
Manage Canvas quizzes
Synopsis¶
Manage Canvas quizzes for courses.
Quizzes allow you to create assessments with various question types including multiple choice, true/false, short answer, and more.
Examples:
canvas quizzes list --course-id 123
canvas quizzes get 456 --course-id 123
canvas quizzes create --course-id 123 --title "Midterm Exam" --quiz-type assignment
Options¶
Options inherited from parent commands¶
--as-user int Masquerade as another user (admin feature, requires permission)
--columns strings Select specific columns to display (comma-separated)
--config string config file (default is $HOME/.canvas-cli/config.yaml)
--dry-run Print curl commands instead of executing requests
--filter string Filter results by text (case-insensitive substring match)
--instance string Canvas instance URL (overrides config)
--limit int Limit number of results for list operations (0 = unlimited)
--no-cache Disable caching of API responses
-o, --output string Output format: table, json, yaml, csv (default "table")
--show-token Show actual token in dry-run output (default: redacted)
--sort string Sort results by field (prefix with - for descending, e.g., -name)
-v, --verbose Enable verbose output
SEE ALSO¶
- canvas - Canvas LMS CLI - Interact with Canvas from the command line
- canvas quizzes create - Create a new quiz
- canvas quizzes delete - Delete a quiz
- canvas quizzes get - Get quiz details
- canvas quizzes list - List quizzes in a course
- canvas quizzes questions - Manage quiz questions
- canvas quizzes submissions - Manage quiz submissions
- canvas quizzes update - Update a quiz