try to fix longs scoring bug
This commit is contained in:
+2
-2
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user