Commit a901757d by Vik Paruchuri Committed by Victor Shnayder

Fix minor bug with removed grader type tag

parent d59681e3
...@@ -1912,7 +1912,6 @@ class OpenEndedResponse(LoncapaResponse): ...@@ -1912,7 +1912,6 @@ class OpenEndedResponse(LoncapaResponse):
# Submit request. When successful, 'msg' is the prior length of the queue # Submit request. When successful, 'msg' is the prior length of the queue
contents.update({'student_response': submission}) contents.update({'student_response': submission})
contents.update({'grader_type' : self.grader_type})
(error, msg) = qinterface.send_to_queue(header=xheader, (error, msg) = qinterface.send_to_queue(header=xheader,
body=json.dumps(contents)) body=json.dumps(contents))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment