.
This commit is contained in:
@@ -893,10 +893,15 @@ class ExamViews(View, LoginRequiredMixin):
|
|||||||
# user_answers[cid].append("")
|
# user_answers[cid].append("")
|
||||||
# by_question[q].append(("", 0))
|
# by_question[q].append(("", 0))
|
||||||
# continue
|
# continue
|
||||||
|
|
||||||
|
if self.app_name == "rapids":
|
||||||
if s.normal:
|
if s.normal:
|
||||||
ans = "Normal"
|
ans = "Normal"
|
||||||
else:
|
else:
|
||||||
ans = s.answer
|
ans = s.answer
|
||||||
|
else:
|
||||||
|
ans = s.answer
|
||||||
|
|
||||||
answer_score = s.get_answer_score()
|
answer_score = s.get_answer_score()
|
||||||
if answer_score == "unmarked":
|
if answer_score == "unmarked":
|
||||||
index = exam.get_question_index(q)
|
index = exam.get_question_index(q)
|
||||||
|
|||||||
Reference in New Issue
Block a user