update-quiz-question-group
Update a quiz question group's name, pick count, and point value using the Canvas API. Specify course, quiz, and group IDs to modify the group.
Instructions
Update an existing question group in a quiz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quizId | Yes | The ID of the quiz | |
| groupId | Yes | The ID of the group | |
| courseId | Yes | The ID of the course | |
| quizGroup | Yes | The quiz group object |