try to fix longs scoring bug

This commit is contained in:
Ross
2024-07-29 11:47:45 +01:00
parent 74d300ab16
commit 2ebb0b4473
+2 -2
View File
@@ -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")