This commit is contained in:
Ross
2021-08-19 11:33:40 +01:00
parent 7725a6a368
commit d3fcef5492
-1
View File
@@ -363,7 +363,6 @@ class Rapid(models.Model):
"type": "rapid",
}
if not self.exam_mode:
json["normal"] = self.normal
json["feedback_images"] = feedback_images
json["answers"] = list(self.get_correct_unstripped_answers())