Grade not sending comment
Closed this issue · 2 comments
Alain1405 commented
Grade allows to add a comment, but when the grade is sent it is converted to dictionary but the comment is left behind.
Here is where the grade is "serialised"
pylti1.3/pylti1p3/assignments_grades.py
Line 62 in 476556a
Line 168 in 476556a
Alain1405 commented
A simple fix such like https://github.com/strata-kk/pylti1.3/pull/2 works on edX. Grade comments are correctly stored on the consumer.
dmitry-viskov commented
FIxed