.
This commit is contained in:
@@ -44,9 +44,7 @@
|
||||
<td>Question {{forloop.counter}}</td>
|
||||
{% for ans, score in by_question|get_item:question %}
|
||||
<td>
|
||||
<ol class="sbas-ans" style="list-style-type: lower-alpha;">
|
||||
<li class="user-answer-score-{{score}}" title="answer score: {{score}}">{{ans}}</li>
|
||||
</ol>
|
||||
<span class="user-answer-score-{{score}}" title="answer score: {{score}}">{{ans}}</span>
|
||||
</td>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user