update_quiz | R Documentation |
This function modifies an existing quiz in a specific course in the Canvas LMS API.
update_quiz(canvas, course_id, quiz_id, quiz_params)
canvas |
An object containing the Canvas API key and base URL, obtained through the |
course_id |
The ID of the course containing the quiz to be modified. |
quiz_id |
The ID of the quiz to be modified. |
quiz_params |
A named list of quiz parameters to update. This list can include:
|
A list representing the updated quiz object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.