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
561 stars 175 forks source link

change update_score_and_comments to wrap args #602

Open breed opened 1 year ago

breed commented 1 year ago

when calling update_score_and_comments on a quiz submission, the attempt is already in self and there will be only one item in the update list.

Proposed Changes

Fixes #601