.
This commit is contained in:
+1
-1
@@ -633,7 +633,7 @@ class Exam(ExamBase):
|
|||||||
q.get_correct_unstripped_answers()
|
q.get_correct_unstripped_answers()
|
||||||
)
|
)
|
||||||
|
|
||||||
if self.include_history:
|
if self.include_history and q.history:
|
||||||
exam_questions[q.id]["history"] = q.history
|
exam_questions[q.id]["history"] = q.history
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user