.
This commit is contained in:
+1
-3
@@ -113,9 +113,7 @@ def exam_scores_cid(request, pk):
|
|||||||
user_answers_marks[cid].append(answer_score)
|
user_answers_marks[cid].append(answer_score)
|
||||||
user_answers_and_marks[cid].append((ans, answer_score))
|
user_answers_and_marks[cid].append((ans, answer_score))
|
||||||
|
|
||||||
zipped_ans_scores = zip(ans, answer_score)
|
by_question[q].append((ans, answer_score))
|
||||||
|
|
||||||
by_question[q].append(zipped_ans_scores)
|
|
||||||
|
|
||||||
user_scores = {}
|
user_scores = {}
|
||||||
for user in user_answers_marks:
|
for user in user_answers_marks:
|
||||||
|
|||||||
Reference in New Issue
Block a user