From c3964c54470dccb48e478b51eb251fd12bbdc374 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Mon, 2 Jul 2012 20:21:09 -0400 Subject: [PATCH] Clarify CapaModule docstring --- common/lib/xmodule/xmodule/capa_module.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/common/lib/xmodule/xmodule/capa_module.py b/common/lib/xmodule/xmodule/capa_module.py index 1e1e27a65e..7744b3029f 100644 --- a/common/lib/xmodule/xmodule/capa_module.py +++ b/common/lib/xmodule/xmodule/capa_module.py @@ -65,10 +65,8 @@ class ComplexEncoder(json.JSONEncoder): 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 - prupose now. We can e.g .destroy and create the capa_problem on a - reset. + ''' + An XModule implementing LonCapa format problems, implemented by way of capa.capa_problem.LoncapaProblem ''' icon_class = 'problem'