gradingPeriodId property

String? gradingPeriodId
getter/setter pair

Identifier of the grading period associated with the coursework.

  • At creation, if unspecified, the grading period ID will be set based on the dueDate (or scheduledTime if no dueDate is set). * To indicate no association to any grading period, set this field to an empty string (""). * If specified, it must match an existing grading period ID in the course.

Implementation

core.String? gradingPeriodId;