This commit is contained in:
Ross
2021-09-25 20:40:19 +01:00
parent 540341d453
commit b5925bf894
+1 -1
View File
@@ -653,7 +653,7 @@ class ExamViews(View, LoginRequiredMixin):
class GenericViewBase: class GenericViewBase:
def __init__(self, app_name, QuestionObject, CidUserAnswerObject, ExamObject, question_type, loadJsonAnswer): def __init__(self, app_name, QuestionObject, CidUserAnswerObject, ExamObject):
self.question_object = QuestionObject self.question_object = QuestionObject
self.cid_user_answer_object = CidUserAnswerObject self.cid_user_answer_object = CidUserAnswerObject
self.exam_object = ExamObject self.exam_object = ExamObject