View source: R/create_group_category.R
create_group_category | R Documentation |
Creates a new group category in a specific course using the Canvas LMS API.
create_group_category(
canvas,
course_id,
category_name,
allow_self_signup = FALSE
)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
course_id |
The ID of the course in which to create the group category. |
category_name |
The name of the group category. |
allow_self_signup |
(Optional) Whether to allow self-signup for groups in the category. Defaults to FALSE. |
A confirmation message that the group category has been created.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.