PutRubricAssignmentData#

class PutRubricAssignmentData[source]#

Input data required for the Assignment::PutRubric operation.

max_points: Union[Just[Optional[float]], _Nothing[Optional[float]]] = 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: Union[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.