draftRubricGrades property

Map<String, RubricGrade>? draftRubricGrades
getter/setter pair

Pending rubric grades based on the rubric's criteria.

This map is empty if there is no rubric attached to this course work or if a rubric is attached, but no grades have been set on any criteria. Entries are only populated for grades that have been set. Key: The rubric's criterion ID. Read-only.

Implementation

core.Map<core.String, RubricGrade>? draftRubricGrades;