apluslms/mooc-grader

Grading data is send in a wrong field, which breaks the A+ protocol

raphendyr opened this issue · 0 comments

MOOC-Grader is sending the grading data in a wrong field to the A+ (or other LMS) service and is thus breaking the protocol specification.

The posting is done in access/views.py

The A+ documentation defines the correct field to be grading_payload.

Bug related to this in A+ NN, which should be fixed at the same time.