canvasapi
canvasapi copied to clipboard
Updating Scores to a Specific Rubric
What resource needs additional coverage? Rubrics
What endpoints need to be covered? Requested here is a method that would allow one to upload scores on a specific rubric for a specific assignment. Ideally this would include the ability to add scores for multiple different criteria within the specified rubric. As @bennettscience noted in a discussion here, one can go directly through the Canvas API, but it would be nice to have a function to handle this from within directly through the canvasapi library itself.
From what I can tell, these are the missing endpoints for rubric-related things:
I've started working on these endpoints.