From f8893e9cc19550874db48769c6411cb9bc4cd7b6 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Fri, 1 Mar 2013 11:19:39 -0500 Subject: [PATCH] Updated custom response documentation --- doc/public/course_data_formats/custom_response.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/public/course_data_formats/custom_response.rst b/doc/public/course_data_formats/custom_response.rst index 1ca8214915..b59e671f41 100644 --- a/doc/public/course_data_formats/custom_response.rst +++ b/doc/public/course_data_formats/custom_response.rst @@ -105,7 +105,7 @@ succeeded. The check function can return any of the following: * A dictionary of the form: ``{ 'ok': True, 'msg': 'Message' }`` If the dictionary's value for ``ok`` is set to ``True``, all inputs are marked correct; if it is set to ``False``, all inputs are marked incorrect. - The ``msg`` is displayed beneath the first input, and it may contain + The ``msg`` is displayed beneath all inputs, and it may contain XHTML markup. * A dictionary of the form