maxPoints property

double? maxPoints
getter/setter pair

Maximum grade for this course work.

If zero or unspecified, this assignment is considered ungraded. This must be a non-negative integer value.

Implementation

core.double? maxPoints;