draftGrade property

double? draftGrade
getter/setter pair

Optional pending grade.

If unset, no grade was set. This value must be non-negative. Decimal (that is, non-integer) values are allowed, but are rounded to two decimal places. This is only visible to and modifiable by course teachers.

Implementation

core.double? draftGrade;