This commit is contained in:
Ross
2022-03-30 22:14:53 +01:00
parent c5ece09090
commit cbc5ef4570
+1 -1
View File
@@ -747,7 +747,7 @@ def exam_scores_cid_user(request, pk, cid, passcode):
# TODO:Need some kind of test for cid
questions = exam.exam_questions.all()
questions = exam.exam_questions.all().prefetch_related("cid_user_answers", "answers")
answers_and_marks = []
answers_marks = []