This commit is contained in:
Ross
2021-12-19 13:09:55 +00:00
parent 07dbdfe0e4
commit fccf25e2a1
16 changed files with 256 additions and 37 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ def loadJsonAnswer(answer):
GenericExamViews = ExamViews(
Exam, Question, CidUserAnswer, "sbas", "sbas", loadJsonAnswer
Exam, Question, None, CidUserAnswer, "sbas", "sbas", loadJsonAnswer
)