This commit is contained in:
Ross
2021-09-08 14:12:16 +01:00
parent af99f68149
commit edd28310da
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
<thead class="thead-dark">
<tr>
<th>Candidate</th>
{% for cid in cids %}
<th><a href="{% url 'rapids:exam_scores_cid_user' exam.pk cid %}">{{cid}}</a></th>
<th>{{cid}}</th>
{% endfor %}
+1 -1
View File
@@ -881,7 +881,7 @@ def exam_scores_cid(request, pk):
)
fig_html = fig.to_html()
max_score = len(questions)
max_score = len(questions) * 2
return render(
request,