.
This commit is contained in:
+3
-4
@@ -363,10 +363,9 @@ 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())
|
|
||||||
|
|
||||||
return json
|
return json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user