.
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ def exam_scores_cid(request, pk):
|
|||||||
by_question[q].append(("", 0))
|
by_question[q].append(("", 0))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
ans = s.get_answers()
|
ans = s.get_answer()
|
||||||
answer_score = s.get_score()
|
answer_score = s.get_score()
|
||||||
|
|
||||||
user_answers[cid].append(ans)
|
user_answers[cid].append(ans)
|
||||||
|
|||||||
Reference in New Issue
Block a user