Commit ffcbdb26 by Vik Paruchuri

Rename hint to hints

parent 84eba0da
...@@ -219,7 +219,7 @@ class SelfAssessmentModule(XModule): ...@@ -219,7 +219,7 @@ class SelfAssessmentModule(XModule):
event_info = dict() event_info = dict()
event_info['state'] = { event_info['state'] = {
'student_answers': self.student_answers, 'student_answers': self.student_answers,
'hint' : self.hints, 'hints' : self.hints,
'correctness': self.correctness, 'correctness': self.correctness,
'score': points, 'score': points,
'done': self.done 'done': self.done
...@@ -250,7 +250,7 @@ class SelfAssessmentModule(XModule): ...@@ -250,7 +250,7 @@ class SelfAssessmentModule(XModule):
state = { state = {
'student_answers': self.student_answers, 'student_answers': self.student_answers,
'temp_answer': self.temp_answer, 'temp_answer': self.temp_answer,
'hint' : self.hints, 'hints' : self.hints,
'correctness': self.correctness, 'correctness': self.correctness,
'score': points, 'score': points,
'top_score' : MAX_SCORE, 'top_score' : MAX_SCORE,
......
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