Commit 3fa1cfd0 by Vik Paruchuri

Minor bugfix

parent 6e75584d
......@@ -2027,7 +2027,7 @@ class OpenEndedResponse(LoncapaResponse):
def get_initial_display(self):
return {self.answer_id: self.initial_display}
def _convert_longform_feedback_to_html(response_items):
def _convert_longform_feedback_to_html(self,response_items):
"""
Take in a dictionary, and return html formatted strings appropriate for sending via xqueue.
Input:
......
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