.
This commit is contained in:
@@ -363,7 +363,6 @@ class Rapid(models.Model):
|
|||||||
"type": "rapid",
|
"type": "rapid",
|
||||||
}
|
}
|
||||||
|
|
||||||
if not self.exam_mode:
|
|
||||||
json["normal"] = self.normal
|
json["normal"] = self.normal
|
||||||
json["feedback_images"] = feedback_images
|
json["feedback_images"] = feedback_images
|
||||||
json["answers"] = list(self.get_correct_unstripped_answers())
|
json["answers"] = list(self.get_correct_unstripped_answers())
|
||||||
|
|||||||
Reference in New Issue
Block a user