maxSIMhealth / GEN

Gamified Educational Network
GNU Affero General Public License v3.0
4 stars 3 forks source link

[Quiz] Having a quiz requirement is resulting in Server Error 500 #518

Closed andreibosco closed 1 year ago

andreibosco commented 1 year ago

Log:

[...]
[gen] [2023-10-04 21:02:51]   File "/gen/app/discussions/templatetags/quiz_details_get.py", line 25, in quiz_details_get
[gen] [2023-10-04 21:02:51]     ) = quiz_enable_check(user, quiz)
[gen] [2023-10-04 21:02:51]   File "/gen/app/quiz/support_methods.py", line 58, in quiz_enable_check
[gen] [2023-10-04 21:02:51]     requirement_quiz_score.exists() and requirement_quiz_score.completed
[gen] [2023-10-04 21:02:51] AttributeError: 'NoneType' object has no attribute 'exists'