diff --git a/common/lib/xmodule/xmodule/js/src/capa/display.coffee b/common/lib/xmodule/xmodule/js/src/capa/display.coffee index 93c792b502..3bf323ffe6 100644 --- a/common/lib/xmodule/xmodule/js/src/capa/display.coffee +++ b/common/lib/xmodule/xmodule/js/src/capa/display.coffee @@ -379,7 +379,6 @@ class @Problem `// Translators: the word Answer here refers to the answer to a problem the student must solve.` @$('.show-label').text gettext('Hide Answer') - @$('.show-label .sr').text gettext('Hide Answer') @el.addClass 'showed' @updateProgress response window.SR.readElts(answer_text) @@ -389,7 +388,6 @@ class @Problem @el.removeClass 'showed' `// Translators: the word Answer here refers to the answer to a problem the student must solve.` @$('.show-label').text gettext('Show Answer') - @$('.show-label .sr').text gettext('Reveal Answer') window.SR.readText(gettext('Answer hidden')) @el.find(".capa_inputtype").each (index, inputtype) => diff --git a/lms/templates/problem.html b/lms/templates/problem.html index 863a85e9ce..3b1a6aa37d 100644 --- a/lms/templates/problem.html +++ b/lms/templates/problem.html @@ -23,7 +23,7 @@ % endif % if answer_available: - + % endif % if attempts_allowed :