This commit is contained in:
Ross
2021-12-15 19:48:08 +00:00
parent c7311fe1f5
commit f6282193af
12 changed files with 76 additions and 33 deletions
+1 -1
View File
@@ -987,7 +987,7 @@ def question_save_annotation(request, pk):
AnatomyExamViews = ExamViews(
Exam, AnatomyQuestion, "anatomy", "anatomy", loadJsonAnswer
Exam, AnatomyQuestion, CidUserAnswer, "anatomy", "anatomy", loadJsonAnswer
)