.
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user