From 0b3790a024dec47c75101d97f87f67c7de264909 Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Fri, 27 Mar 2015 18:23:22 +0500 Subject: [PATCH] DOM updates on every keystroke are triggering aria-live region announcements TNL-1784 --- common/lib/xmodule/xmodule/js/src/capa/display.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/lib/xmodule/xmodule/js/src/capa/display.coffee b/common/lib/xmodule/xmodule/js/src/capa/display.coffee index 3bf323ffe6..f50d74856b 100644 --- a/common/lib/xmodule/xmodule/js/src/capa/display.coffee +++ b/common/lib/xmodule/xmodule/js/src/capa/display.coffee @@ -468,7 +468,6 @@ class @Problem $(element).find('input').on 'input', -> $p = $(element).find('p.status') `// Translators: the word unanswered here is about answering a problem the student must solve.` - $p.text gettext("unanswered") $p.parent().removeClass().addClass "unanswered" choicegroup: (element) -> @@ -497,7 +496,6 @@ class @Problem $(element).find('input').on 'input', -> $p = $(element).find('p.status') `// Translators: the word unanswered here is about answering a problem the student must solve.` - $p.text gettext("unanswered") $p.parent().removeClass("correct incorrect").addClass "unanswered" inputtypeSetupMethods: