listGrades: List Grades for Section

View source: R/GradingFunctions.R

listGradesR Documentation

List Grades for Section

Description

Return all grades for all enrollments of a section.

Usage

listGrades(
  section_id,
  assignment_id = NULL,
  enrollment_id = NULL,
  timestamp = NULL
)

Arguments

section_id

The id of the course section.

assignment_id

Filter grades for a given assignment

enrollment_id

Filter grades for a given enrollment

timestamp

Return only grades that have been changed since the given timestamp, according to the server time.

Value

A list of section grades.


sterfa02/SchoologyAPI documentation built on Jan. 10, 2023, 11:27 p.m.