assignedGrade property

double? assignedGrade
getter/setter pair

Optional 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 may be modified only by course teachers.

Implementation

core.double? assignedGrade;