createOutcomeGroup: Create a new outcome group

View source: R/createOutcomeGroup.R

createOutcomeGroupR Documentation

Create a new outcome group

Description

Create a new outcome in an outcome group.

Usage

createOutcomeGroup(
  ID,
  groupID,
  type = "account",
  title,
  description = "",
  vendor_guid = NULL,
  server = "test",
  ...
)

Arguments

ID

Account ID of the outcome group to create the outcome in

groupID

Outcome group id to create the outcome group in

type

Character of "course" or "account"

title

Character of the title of the outcome group

description

Character of the description of the outcome group

vendor_guid

A custom GUID for the learning standard group

server

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

...

Optional page options to pass to processRequest


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