This commit is contained in:
Ross
2021-02-23 21:12:50 +00:00
parent 38a2165893
commit 7f4dbfec51
12 changed files with 153 additions and 24 deletions
+1 -1
View File
@@ -285,4 +285,4 @@ def loadJsonAnswer(answer):
return True
PhysicsExamViews = ExamViews(Exam, "physics", "physics", loadJsonAnswer)
PhysicsExamViews = ExamViews(Exam, Question, "physics", "physics", loadJsonAnswer)