update sba testing (and fix others)

This commit is contained in:
Ross
2023-10-09 12:44:11 +01:00
parent 297f8619b4
commit 9b16596d0c
13 changed files with 363 additions and 243 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class UserAnswer(UserAnswerBase):
answer = models.CharField(
max_length=20,
choices=Question.BEST_ANSWER_CHOICES,
help_text="The correct answer",
help_text="The user selected answer",
)
user = models.ForeignKey(