View source: R/get_module_items.R
get_module_items | R Documentation |
This function retrieves the items within a specific module of a course in the Canvas LMS API.
get_module_items(canvas, course_id, module_id)
canvas |
An object containing the Canvas API key and base URL, obtained through the |
course_id |
The ID of the course containing the module. |
module_id |
The ID of the module for which to fetch the items. |
A list of items within the specified module.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.