.
This commit is contained in:
+1
-1
@@ -747,7 +747,7 @@ def exam_scores_cid_user(request, pk, cid, passcode):
|
|||||||
|
|
||||||
# TODO:Need some kind of test for cid
|
# 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_and_marks = []
|
||||||
answers_marks = []
|
answers_marks = []
|
||||||
|
|||||||
Reference in New Issue
Block a user