create_course_group_category: create_course_group_category

Description Usage Arguments Value Examples

View source: R/simple_functions.R

Description

create_course_group_category

create_course_group_category

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
create_course_group_category(
  course_id,
  groupcat_name,
  self_signup = NULL,
  auto_leader = NULL,
  group_limit = NULL,
  create_group_count = NULL
)

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.

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

Examples

1
2
3
create_course_group_category(course_id = 6824, groupcat_name = "Werkgroepen")

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

ICTO-FMG/uvacanvas documentation built on Jan. 24, 2022, 5:16 a.m.