This commit is contained in:
Ross
2021-12-18 19:54:23 +00:00
parent bee8835b03
commit 57cd33a15c
+7 -2
View File
@@ -893,10 +893,15 @@ class ExamViews(View, LoginRequiredMixin):
# user_answers[cid].append("")
# by_question[q].append(("", 0))
# continue
if s.normal:
ans = "Normal"
if self.app_name == "rapids":
if s.normal:
ans = "Normal"
else:
ans = s.answer
else:
ans = s.answer
answer_score = s.get_answer_score()
if answer_score == "unmarked":
index = exam.get_question_index(q)