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
|
# so we need to check for those
|
||||||
if self.app_name == "longs":
|
if self.app_name == "longs":
|
||||||
for question in questions:
|
for question in questions:
|
||||||
if question not in by_question:
|
#if question not in by_question:
|
||||||
continue
|
# continue
|
||||||
|
|
||||||
if user not in by_question[question]:
|
if user not in by_question[question]:
|
||||||
#print("NOT in")
|
#print("NOT in")
|
||||||
|
|||||||
Reference in New Issue
Block a user