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 @@ ...@@ -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>
......
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