createOutcome: Create a new outcome in an outcome group

View source: R/createOutcome.R

createOutcomeR Documentation

Create a new outcome in an outcome group

Description

Create a new outcome in an outcome group.

Usage

createOutcome(
  ID,
  groupID,
  type = "account",
  title,
  display_name = "",
  description = "",
  mastery_points = NULL,
  ratings = NULL,
  calculation_method = "highest",
  calculation_int = NULL,
  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 in

type

Character of "course" or "account"

title

Character of the title of the outcome

display_name

Character of a friendly name for titles that are vague/numbered.

description

Character of the description of the outcome

mastery_points

Integer of the mastery threshold in the rubric criterion

ratings

A list of named vectors with "description" & "points" defined for each criterion

calculation_method

Character of the method of calculation: decaying_average, n_mastery, latest, highest

calculation_int

Integer if method is decaying_average(percent higher rate recent count as) or n_mastery (n times mastery must be acheived)

vendor_guid

A custom GUID for the learning standard.

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.