RubricRowBase#

class RubricRowBase[source]#

The JSON representation of a rubric row.

id: int#

The id of this row, used for updating

header: str#

The header of this row.

description: Optional[str]#

The description of this row.

description_type: RubricDescriptionType#

The type of descriptions in this row.

items: Sequence[RubricItem]#

The item in this row. The length will always be 1 for continuous rubric rows.

locked: Union[RubricLockReason, Literal[False]]#

Is this row locked. If it is locked you cannot update it, nor can you manually select items in it.

type: str#

The type of rubric row.