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.


samterfa/SchoologySDK documentation built on Dec. 8, 2022, 12:32 a.m.