...
This commit is contained in:
+3
-3
@@ -592,9 +592,9 @@ def exam_scores_cid(request, pk):
|
|||||||
|
|
||||||
ans = s.answer
|
ans = s.answer
|
||||||
answer_score = s.get_answer_score()
|
answer_score = s.get_answer_score()
|
||||||
user_answers[u].append(ans)
|
user_answers[cid].append(ans)
|
||||||
user_answers_marks[u].append(answer_score)
|
user_answers_marks[cid].append(answer_score)
|
||||||
user_answers_and_marks[u].append((ans, answer_score))
|
user_answers_and_marks[cid].append((ans, answer_score))
|
||||||
|
|
||||||
user_scores = {}
|
user_scores = {}
|
||||||
for user in user_answers_marks:
|
for user in user_answers_marks:
|
||||||
|
|||||||
Reference in New Issue
Block a user