Commit 00b1e215 by Christine Lytwynec

Merge pull request #11090 from edx/clytwynec/ac-250

add sr text for show/hide answer button
parents dba12c09 bb329c7b
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<button class="save" data-value="${_('Save')}">${_('Save')}<span class="sr"> ${_("your answer")}</span></button> <button class="save" data-value="${_('Save')}">${_('Save')}<span class="sr"> ${_("your answer")}</span></button>
% endif % endif
% if answer_available: % if answer_available:
<button class="show"><span class="show-label">${_('Show Answer')}</span> </button> <button class="show"><span class='sr'>${_('Toggle Answer Visibility')}</span><span class="show-label">${_('Show Answer')}</span></button>
% endif % endif
% if attempts_allowed : % if attempts_allowed :
<div class="submission_feedback" aria-live="polite"> <div class="submission_feedback" aria-live="polite">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment