From d7a1dda937fc31fdcf23be31f8e0821f2d11a3c2 Mon Sep 17 00:00:00 2001 From: cahrens Date: Wed, 29 May 2013 16:23:31 -0400 Subject: [PATCH] Update display name. --- common/lib/xmodule/xmodule/combined_open_ended_module.py | 6 +++++- 1 file changed, 5 insertions(+), 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 39d5de9489..359ff45c2d 100644 --- a/common/lib/xmodule/xmodule/combined_open_ended_module.py +++ b/common/lib/xmodule/xmodule/combined_open_ended_module.py @@ -48,7 +48,11 @@ class VersionInteger(Integer): class CombinedOpenEndedFields(object): - display_name = String(help="Display name for this module", default="Open Ended Grading", scope=Scope.settings) + display_name = String( + display_name="Display Name", + help="Specifies the name for this component.", + default="Open Ended Grading", scope=Scope.settings + ) current_task_number = StringyInteger(help="Current task that the student is on.", default=0, scope=Scope.user_state) task_states = List(help="List of state dictionaries of each task within this module.", scope=Scope.user_state) state = String(help="Which step within the current task that the student is on.", default="initial",