.
This commit is contained in:
+7
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user