Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
bb329c7b
Commit
bb329c7b
authored
Dec 29, 2015
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add sr text for show/hide answer button
parent
88e21c36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lms/templates/problem.html
+1
-1
No files found.
lms/templates/problem.html
View file @
bb329c7b
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment