RubricItem#

class RubricItem[source]#

The JSON representation of a rubric item.

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.