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