.
This commit is contained in:
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user