Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-drag-and-drop-v2
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
OpenEdx
xblock-drag-and-drop-v2
Commits
5b2037b0
Commit
5b2037b0
authored
Jan 25, 2016
by
Tim Krones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure screen reader users can access help texts for "Show title" and
"Show Problem heading" checkboxes.
parent
3b99ed1f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
drag_and_drop_v2/templates/html/drag_and_drop_edit.html
+2
-0
No files found.
drag_and_drop_v2/templates/html/drag_and_drop_edit.html
View file @
5b2037b0
...
...
@@ -17,6 +17,7 @@
<input
class=
"show-title"
type=
"checkbox"
{%
if
self
.
show_title
%}
checked=
"checked"
{%
endif
%}
>
{% trans "Show title" %}
<span
class=
"sr"
>
{{ help_texts.show_title }}
</span>
</label>
<label
class=
"h3"
for=
"weight"
>
{% trans "Maximum score" %}
</label>
...
...
@@ -28,6 +29,7 @@
<input
class=
"show-problem-header"
type=
"checkbox"
{%
if
self
.
show_question_header
%}
checked=
"checked"
{%
endif
%}
>
{% trans 'Show "Problem" heading' %}
<span
class=
"sr"
>
{{ help_texts.show_question_header }}
</span>
</label>
<label
class=
"h3"
for=
"intro-feedback"
>
{% trans "Introductory Feedback" %}
</label>
...
...
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