canvas-api icon indicating copy to clipboard operation
canvas-api copied to clipboard

Updating course may change grade policy

Open buckett opened this issue 6 years ago • 1 comments

We recently changed the settings on a large number of courses and did this by loading the existing settings, changing a value and saving them back, this meant we sent the whole course settings object back. When we did this it resulted in a large number of notifications going out saying that the grade policy on the course had changed (we hadn't changed it).

It appears theres a bug in Canvas that means that if the default value is false when you query the API you get the false value back, if you then set the value to false users will get a notification that the value has changed.

The workaround (until Instructure fix it) is to create a new course object with just the values that you want to update and save that course back through the API instead.

buckett avatar Dec 19 '19 09:12 buckett

That is super helpful info. Thank you! sf


Scott Finkeldei [email protected] Director of Academic and Student Technology Kansas State University


From: Matthew Buckett [email protected] Sent: Thursday, December 19, 2019 3:24 AM To: kstateome/canvas-api [email protected] Cc: Subscribed [email protected] Subject: [kstateome/canvas-api] Updating course may change grade policy (#120)

We recently changed the settings on a large number of courses and did this by loading the existing settings, changing a value and saving them back, this meant we sent the whole course settings object back. When we did this it resulted in a large number of notifications going out saying that the grade policy on the course had changed (we hadn't changed it).

It appears theres a bug in Canvas that means that if the default value is false when you query the API you get the false value back, if you then set the value to false users will get a notification that the value has changed.

The workaround (until Instructure fix it) is to create a new course object with just the values that you want to update and save that course back through the API instead.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/kstateome/canvas-api/issues/120?email_source=notifications&email_token=AAFD5QDQVDH4AHQKB5N4CEDQZM4WTA5CNFSM4J5AUWU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IBSSFZQ, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAFD5QFLG572NJJRTXEQEMLQZM4WTANCNFSM4J5AUWUQ.

curtain avatar Dec 19 '19 15:12 curtain