.
This commit is contained in:
@@ -31,11 +31,12 @@
|
|||||||
<th>Score</th>
|
<th>Score</th>
|
||||||
<th>Normalised Score</th>
|
<th>Normalised Score</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for user, value in user_answers_marks.items %}
|
{% comment %} {% for user, value in user_answers_marks.items %} {% endcomment %}
|
||||||
|
{% for cid in cids %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{% url 'cid_scores_admin' user %}">{{user}}</a></td>
|
<td><a href="{% url 'cid_scores_admin' cid %}">{{cid}}</a></td>
|
||||||
<td>{{user_scores|get_item:user}}</td>
|
<td>{{user_scores|get_item:cid}}</td>
|
||||||
<td>{{user_scores_normalised|get_item:user}}</td>
|
{% comment %} <td>{{user_scores_normalised|get_item:user}}</td> {% endcomment %}
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user