editGradebookColumnData: Create/edit a custom grade book column data entry for user in...

View source: R/editGradebookColumnData.R

editGradebookColumnDataR Documentation

Create/edit a custom grade book column data entry for user in a course

Description

Create/edit a new custom grade book column entry for the provided user and course.

Usage

editGradebookColumnData(
  courseID,
  columnID,
  userID,
  content,
  server = "test",
  ...
)

Arguments

courseID

Course ID with the custom column

columnID

ID of of the column

userID

ID of the user (student) to write column datum to

server

Test, beta, production, or other name in R.environ OR full url of server

...

Optional page options to pass to processRequest

include_hidden

Character of the content to place in the column for user


erikpal/bRush documentation built on May 9, 2023, 8:27 p.m.