Commit 17680a33 by Diana Huang

More comments.

parent 9b640aa0
...@@ -146,6 +146,8 @@ class LoncapaProblem(object): ...@@ -146,6 +146,8 @@ class LoncapaProblem(object):
if not self.student_answers: # True when student_answers is an empty dict if not self.student_answers: # True when student_answers is an empty dict
self.set_initial_display() self.set_initial_display()
# dictionary of InputType objects associated with this problem
# input_id string -> InputType object
self.inputs = {} self.inputs = {}
self.extracted_tree = self._extract_html(self.tree) self.extracted_tree = self._extract_html(self.tree)
......
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