ucfopen / canvasapi

Python API wrapper for Instructure's Canvas LMS. Easily manage courses, users, gradebooks, and more.
https://pypi.python.org/pypi/canvasapi
MIT License
554 stars 173 forks source link

Docs: How to download/upload grades/Gradebook? #611

Open drscotthawley opened 1 year ago

drscotthawley commented 1 year ago

Hi. I'm enjoying trying out the Canvas API, reading the docs and following the Examples.

The README for this repo says

programmatically manage Canvas courses, users, gradebooks and more.

But I'm not seeing any documentation about how we manage gradebooks via the API, which...for me... is the key thing I want to be able to use the API for.

Could someone add a couple "Grades" / "Gradebook" documentation examples?

I would recommend:

bennettscience commented 1 year ago

I can add at least the first two as I have time this week. I have another example floating around about how to update single grades, and I can include that as well.