Commit c3964c54 by Calen Pennington

Clarify CapaModule docstring

parent aeae2e02
...@@ -65,10 +65,8 @@ class ComplexEncoder(json.JSONEncoder): ...@@ -65,10 +65,8 @@ class ComplexEncoder(json.JSONEncoder):
class CapaModule(XModule): class CapaModule(XModule):
''' Interface between capa_problem and x_module. Originally a hack '''
meant to be refactored out, but it seems to be serving a useful An XModule implementing LonCapa format problems, implemented by way of capa.capa_problem.LoncapaProblem
prupose now. We can e.g .destroy and create the capa_problem on a
reset.
''' '''
icon_class = 'problem' icon_class = 'problem'
......
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