update-quiz-question
Update an existing question in a Canvas quiz by providing the course ID, quiz ID, question ID, and the revised question object.
Instructions
Update an existing question in a quiz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quizId | Yes | The ID of the quiz | |
| courseId | Yes | The ID of the course | |
| question | Yes | The question object | |
| questionId | Yes | The ID of the question |