diff --git a/generic/views.py b/generic/views.py index 44d4d849..8ca56f96 100644 --- a/generic/views.py +++ b/generic/views.py @@ -2166,8 +2166,8 @@ class ExamViews(View, LoginRequiredMixin): # so we need to check for those if self.app_name == "longs": for question in questions: - if question not in by_question: - continue + #if question not in by_question: + # continue if user not in by_question[question]: #print("NOT in")