unify generic exam views naming

This commit is contained in:
Ross
2021-12-19 10:08:07 +00:00
parent b823e0a897
commit 889db68a08
12 changed files with 194 additions and 133 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ def loadJsonAnswer(answer):
return True, None
PhysicsExamViews = ExamViews(
GenericExamViews = ExamViews(
Exam, Question, CidUserAnswer, "physics", "physics", loadJsonAnswer
)