getAssignment: Get the a single assignment

View source: R/getAssignment.R

getAssignmentR Documentation

Get the a single assignment

Description

Get the a single assignment

Usage

getAssignment(
  courseID,
  assignmentID,
  include = c("submission", "assignment_visibility", "overrides", "observed_users",
    "can_edit", "score_statistics"),
  all_dates = TRUE,
  server = "test",
  ...
)

Arguments

courseID

Course ID of the outcome

assignmentID

Vector of user IDs of the students

include

Options to include in the results

all_dates

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.