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
690dbf75
Commit
690dbf75
authored
Jan 05, 2017
by
Carlos de la Guardia
Committed by
GitHub
Jan 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6 from cahrens/patch-1
Update classes and structure of correctness marker
parents
0908b4db
2bf82799
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 @
690dbf75
...
@@ -41,17 +41,12 @@
...
@@ -41,17 +41,12 @@
<br/>
<br/>
<p
id=
"answer_${id}"
class=
"answer"
></p>
<p
id=
"answer_${id}"
class=
"answer"
></p>
<p
class=
"status"
><span
class=
"sr"
>
<div
class=
"indicator-container"
>
% if status == 'unsubmitted':
<span
class=
"status ${status.classname}"
data-tooltip=
"${status.display_tooltip}"
>
unanswered
<span
class=
"sr"
>
${status.display_name}
</span>
% elif status == 'correct':
<span
class=
"status-icon"
aria-hidden=
"true"
></span>
correct
</span>
% elif status == 'incorrect':
</div>
incorrect
% elif status == 'incomplete':
incomplete
% endif
</span></p>
<br/>
<br/>
<br/>
<br/>
<div
class=
"error_message"
style=
"padding: 5px 5px 5px 5px; background-color:#FA6666; height:60px;width:400px; display: none"
></div>
<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