WorkRubricResultAsJSON#

class WorkRubricResultAsJSON[source]#

The rubric result of a single submission.

rubrics: Sequence[RubricRowBase]#

A list of rubric rows that make up the rubric of this assignment.

selected: Sequence[WorkRubricItem]#

A list of all the selected rubric items for this work, or an empty list if the logged in user doesn’t have permission to see the rubric.

points: WorkRubricResultPointsAsJSON#

The points achieved by this submission and possible in this rubric.