dmitry-viskov/pylti1.3

Grade not sending comment

Closed this issue · 2 comments

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"

data=grade.get_value(),
and the comment field is not there
def get_value(self):

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.

FIxed