AssignmentPointsGradingSettings¶
- class AssignmentPointsGradingSettings[source]¶
Representation of the points grading settings of an assignment.
- scale: Literal['points']¶
The scale on which this assignment is graded. ‘points’ means that a number of points between 0 and points (inclusive) can be scored.
- points: Fraction¶
The maximum grade for point-based scales.