This commit is contained in:
Ross
2020-12-28 23:46:20 +00:00
parent ca5d393408
commit a585419efe
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -710,7 +710,8 @@ def exam_scores_cid(request, pk):
"by_question": by_question,
"user_answers": dict(user_answers),
"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_answers_and_marks": user_answers_and_marks,
"max_score": max_score,