Commit bb329c7b by Christine Lytwynec

add sr text for show/hide answer button

parent 88e21c36
......@@ -29,7 +29,7 @@
<button class="save" data-value="${_('Save')}">${_('Save')}<span class="sr"> ${_("your answer")}</span></button>
% endif
% 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
% if attempts_allowed :
<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