PutRubricAssignmentData

class PutRubricAssignmentData[source]

Input data required for the Assignment::PutRubric operation.

max_points: Just[float | None] | _Nothing[float | None] = Nothing

The maximum amount of points you need to get for this rubric for full mark (i.e. a 10). By passing null you reset this value, by not passing it you keep its current value.’

rows: Just[Sequence[RubricRowBaseInputAsJSON]] | _Nothing[Sequence[RubricRowBaseInputAsJSON]] = Nothing

The rubric rows of this assignment. This will be the entire rubric, so to delete a row simply don’t pass it in this list.