RubricRowBase¶
- class RubricRowBase[source]¶
The JSON representation of a rubric 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: RubricLockReason | Literal[False]¶
Is this row locked. If it is locked you cannot update it, nor can you manually select items in it.