From 26a2e059c823793ae35794bcabca876c68866d96 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Wed, 20 Feb 2013 16:36:40 -0500 Subject: [PATCH] Actually display ETA message --- .../xmodule/open_ended_grading_classes/openendedchild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py b/common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py index c79d57b650..7d97ec6d5f 100644 --- a/common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py +++ b/common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py @@ -462,7 +462,7 @@ class OpenEndedChild(object): if success: eta = controller_query_service.convert_seconds_to_human_readable(response['eta']) - eta_string = "Please check back for your response in approximately " + eta_string = "Please check back for your response in at most {0}.".format(eta) else: eta_string = ""