.
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>Score:</td>
|
<td>Score:</td>
|
||||||
{% for score in user_scores %}
|
{% for score in user_scores_list %}
|
||||||
<td>{{score}}</td>
|
<td>{{score}}</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
+2
-1
@@ -710,7 +710,8 @@ def exam_scores_cid(request, pk):
|
|||||||
"by_question": by_question,
|
"by_question": by_question,
|
||||||
"user_answers": dict(user_answers),
|
"user_answers": dict(user_answers),
|
||||||
"user_answers_marks": dict(user_answers_marks),
|
"user_answers_marks": dict(user_answers_marks),
|
||||||
"user_scores": user_scores_list,
|
"user_scores": user_scores,
|
||||||
|
"user_scores_list": user_scores_list,
|
||||||
"user_names": user_names,
|
"user_names": user_names,
|
||||||
"user_answers_and_marks": user_answers_and_marks,
|
"user_answers_and_marks": user_answers_and_marks,
|
||||||
"max_score": max_score,
|
"max_score": max_score,
|
||||||
|
|||||||
Reference in New Issue
Block a user