apluslms / mooc-jutut

Course feedback gathering and management tool. Used with A+ learning management system.
1 stars 12 forks source link

Add regrade_when_notification_seen on feedback comment #112

Closed murhum1 closed 2 months ago

murhum1 commented 3 months ago

Sends a regrade_when_notification_seen parameter with the request sent to A+ when a teacher responds to feedback. This is done to differentiate notification-generating requests that should send a request for re-grading (e.g. jutut feedback seen) from ones that shouldn't (manually graded exercise). In the end I went with this instead of a separate ping URL to avoid complexity.

Requires the corresponding change in a-plus (https://github.com/apluslms/a-plus/pull/1383).