.
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ def exam_finish(request, pk, cid):
|
||||
for q in questions:
|
||||
if q in answer_question_map and answer_question_map[q].answer:
|
||||
question_answer_tuples.append((q, answer_question_map[q]))
|
||||
++answer_count
|
||||
answer_count += 1
|
||||
else:
|
||||
question_answer_tuples.append((q, None))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user