updateGradingPeriods: Update GradingPeriods Details

View source: R/GradingPeriodFunctions.R

updateGradingPeriodsR Documentation

Update GradingPeriods Details

Description

This function modifies one or more attributes of a school gradingPeriods.

Usage

updateGradingPeriods(gradingPeriodId, title = NULL, start = NULL, end = NULL)

Arguments

title

The grading period title. This title must be unique across all grading periods in the school.

start

The grading period start date YYYY-MM-DD

end

The grading period end date YYYY-MM-DD See API Documentation for a description of each parameter.

gradingPeriodsId

Can be found by navigating to the Schoology gradingPeriods information page.

Value

A dataframe of updated gradingPeriod details.

References

API Documentation


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