.
This commit is contained in:
@@ -792,8 +792,6 @@ def exam_scores_cid(request, pk):
|
||||
user_answers[cid].append("")
|
||||
by_question[q].append(("", 0))
|
||||
continue
|
||||
elif s.normal:
|
||||
ans = "Normal"
|
||||
else:
|
||||
ans = s.answer
|
||||
answer_score = s.get_answer_score()
|
||||
|
||||
Reference in New Issue
Block a user