From eaa5b6ed6f60ea126004000c3d89eb9685781c38 Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Fri, 28 Mar 2014 15:56:20 +0500 Subject: [PATCH] Changed wording for setting up ORA question. ORA-351 --- common/lib/xmodule/xmodule/combined_open_ended_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/combined_open_ended_module.py b/common/lib/xmodule/xmodule/combined_open_ended_module.py index a807c04bdd..e4128d5a6c 100644 --- a/common/lib/xmodule/xmodule/combined_open_ended_module.py +++ b/common/lib/xmodule/xmodule/combined_open_ended_module.py @@ -218,7 +218,7 @@ class CombinedOpenEndedFields(object): ) graded = Boolean( display_name="Graded", - help='Defines whether the student gets credit for grading this problem.', + help='Defines whether the student gets credit for this problem. Credit is based on peer grades of this problem.', default=False, scope=Scope.settings )