.
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
{% for question in questions %}
|
||||
<tr>
|
||||
<td>Question {{forloop.counter}}</td>
|
||||
{% for ans in by_question|get_item:question %}
|
||||
<td>{{ans}}</td>
|
||||
{% for ans, score in by_question|get_item:question %}
|
||||
<td class="user-answer {{score}}">{{ans}} {{score}}</td>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user