This function modifies one or more attributes of a school gradingPeriods.
updateGradingPeriods(gradingPeriodId, title = NULL, start = NULL, end = NULL)
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. |
A dataframe of updated gradingPeriod details.