WorkRubricItem#

class WorkRubricItem[source]#

The connection between a submission and a rubric item.

multiplier: float#

The multiplier of this rubric item. This is especially useful for continuous rows, if a user achieved 50% of the points this will 0.5 for that rubric row.

achieved_points: float#

The amount of achieved points in this rubric item. This is simply the points field multiplied by the multiplier field.

id: int#

The id of this rubric item.

description: str#

The description of this item

header: str#

The header of the item.

points: float#

The amount of points a user gets when this item is selected.