From 2e0d35f180fc06f4165f7026663482a5ab82c4ea Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Fri, 13 Mar 2015 16:22:00 +0500 Subject: [PATCH] Remove submission buttons from aria-live region added a new aria-live region and added problem html into that. Removed submission buttons out of the aria-live div scope. TNL-1699 --- lms/templates/problem.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lms/templates/problem.html b/lms/templates/problem.html index 3b1a6aa37d..0d3ff4e88d 100644 --- a/lms/templates/problem.html +++ b/lms/templates/problem.html @@ -7,9 +7,10 @@
-
- ${ problem['html'] } - +
+
+ ${ problem['html'] } +
@@ -26,7 +27,7 @@ % endif % if attempts_allowed : -
+
${_("You have used {num_used} of {num_total} submissions").format(num_used=attempts_used, num_total=attempts_allowed)}
% endif