This commit is contained in:
Ross
2022-07-05 22:29:44 +01:00
parent 41991f1ebd
commit 74e99d54b1
12 changed files with 210 additions and 70 deletions
+4 -3
View File
@@ -316,9 +316,10 @@ class ExamBase(models.Model):
exam_text.append(f"Stats\n{'-'*len('Stats')}\n{stats}")
exam_text.append(
f"Answers breakdown: {callstate}"
)
if self.app_name == "rapids":
exam_text.append(
f"Answers breakdown: {callstate}"
)
msg = "\n\n".join(exam_text)