Commit 690dbf75 by Carlos de la Guardia Committed by GitHub

Merge pull request #6 from cahrens/patch-1

Update classes and structure of correctness marker
parents 0908b4db 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>
......
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