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.
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).