WorkRubricItem# class WorkRubricItem[source]# The connection between a submission and a rubric item. item_id: int# The id of the item that was selected. 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.