From 49784009d538a686e8b47455b5e4c83d7b95ae9e Mon Sep 17 00:00:00 2001 From: Will Daly Date: Tue, 5 Mar 2013 11:23:14 -0500 Subject: [PATCH] Fixed incorrect doc string --- common/lib/xmodule/xmodule/capa_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/capa_module.py b/common/lib/xmodule/xmodule/capa_module.py index 22f09b4591..8e2f8825de 100644 --- a/common/lib/xmodule/xmodule/capa_module.py +++ b/common/lib/xmodule/xmodule/capa_module.py @@ -590,7 +590,7 @@ class CapaModule(XModule): ''' Checks whether answers to a problem are correct, and returns a map of correct/incorrect answers: - {'success' : bool, + {'success' : 'correct' | 'incorrect' | AJAX alert msg string, 'contents' : html} ''' event_info = dict()