points property

double? points
getter/setter pair

Optional points associated with this level.

If set, all levels within the rubric must specify points and the value must be distinct across all levels within a single criterion. 0 is distinct from no points.

Implementation

core.double? points;