create_course_group_category: create_course_group_category

View source: R/simple_functions.R

create_course_group_categoryR Documentation

create_course_group_category

Description

create_course_group_category

Usage

create_course_group_category(
  course_id,
  groupcat_name,
  self_signup = NULL,
  auto_leader = NULL,
  group_limit = NULL,
  create_group_count = NULL
)

Arguments

course_id

the canvas id of the course (integer)

groupcat_name

the name of the group category (character/string)

self_signup

allow self signup by studentes (boolean)

auto_leader

automatically assign leader (boolean)

group_limit

set group limit (integer)

create_group_count

Value

server response. Either 200 status code if everything went correctly or a specific http status warning.

Examples


create_course_group_category(course_id = 6824, groupcat_name = "Werkgroepen")

ICTO-FMG/uvacanvas documentation built on Dec. 6, 2024, 2:32 p.m.