Rubric
- class canvasapi.rubric.Rubric(requester, attributes)
- Parameters:
requester (
canvasapi.requester.Requester) – The requester to pass HTTP requests through.attributes (dict) – The JSON object to build this object with.
- delete(**kwargs)
Delete a Rubric.
- Calls:
- Return type:
RubricAssessment
- class canvasapi.rubric.RubricAssessment(requester, attributes)
- Parameters:
requester (
canvasapi.requester.Requester) – The requester to pass HTTP requests through.attributes (dict) – The JSON object to build this object with.
- delete(**kwargs)
Delete a single RubricAssessment.
- update(**kwargs)
Update a single RubricAssessment.
Rubric Association
- class canvasapi.rubric.RubricAssociation(requester, attributes)
- Parameters:
requester (
canvasapi.requester.Requester) – The requester to pass HTTP requests through.attributes (dict) – The JSON object to build this object with.
- create_rubric_assessment(**kwargs)
Create a single RubricAssessment.
- delete(**kwargs)
Delete a RubricAssociation.
- update(**kwargs)
Update a RubricAssociation.
- Calls:
- Returns:
Returns a RubricAssociation.
- Return type: