getOutcomeResults: Get the results of the outcomes for the students

View source: R/getOutcomeResults.R

getOutcomeResultsR Documentation

Get the results of the outcomes for the students

Description

Get the results of the outcomes for the students

Usage

getOutcomeResults(
  ID,
  userIDs = NULL,
  outcomeIDs = NULL,
  include = c("alignments", "outcomes", "outcomes.alignments", "outcome_groups",
    "outcome_links", "outcome_paths", "users"),
  include_hidden = TRUE,
  server = "test",
  ...
)

Arguments

ID

Course ID of the outcome

userIDs

Vector of user IDs of the students

outcomeIDs

Vector of outcome IDs of the outcomes

include

Options to include in the results

include_hidden

Boolean to include results hidden from learning mastery gradebook

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.