Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-jsme
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
edx-jsme
Commits
2bf82799
Commit
2bf82799
authored
Dec 22, 2016
by
Christina Roberts
Committed by
GitHub
Dec 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update classes and structure of correctness marker
On edX master, the correctness indicator is not showing.
parent
0908b4db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
edx_jsme/templates/jsmeinput.html
+6
-11
No files found.
edx_jsme/templates/jsmeinput.html
View file @
2bf82799
...
...
@@ -41,17 +41,12 @@
<br/>
<p
id=
"answer_${id}"
class=
"answer"
></p>
<p
class=
"status"
><span
class=
"sr"
>
% if status == 'unsubmitted':
unanswered
% elif status == 'correct':
correct
% elif status == 'incorrect':
incorrect
% elif status == 'incomplete':
incomplete
% endif
</span></p>
<div
class=
"indicator-container"
>
<span
class=
"status ${status.classname}"
data-tooltip=
"${status.display_tooltip}"
>
<span
class=
"sr"
>
${status.display_name}
</span>
<span
class=
"status-icon"
aria-hidden=
"true"
></span>
</span>
</div>
<br/>
<br/>
<div
class=
"error_message"
style=
"padding: 5px 5px 5px 5px; background-color:#FA6666; height:60px;width:400px; display: none"
></div>
...
...
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