maxPoints property

double? maxPoints
getter/setter pair

Maximum grade for this attachment.

Can only be set if studentWorkReviewUri is set. Set to a non-zero value to indicate that the attachment supports grade passback. If set, this must be a non-negative integer value. When set to zero, the attachment will not support grade passback.

Implementation

core.double? maxPoints;