get-quiz-question
Retrieve a Canvas quiz question by supplying the course ID, quiz ID, and question ID to access its details.
Instructions
Fetch a single question from a quiz
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quizId | Yes | The ID of the quiz | |
| courseId | Yes | The ID of the course | |
| questionId | Yes | The ID of the question |