Quiz bug: may be, undefined EXAM_MAX_QUESTIONS causes Single question display

#12
by regisnv - opened

Hello everyone,

I suspect that the EXAM_MAX_QUESTIONS variable is not defined, causing the code snippet int(os.getenv("EXAM_MAX_QUESTIONS", 1)) to default to 1. Initially, my smartphone displayed all five questions, but I answered them incorrectly because coding on a mobile device was challenging. When I switched to my computer, I couldn't see all five questions. Moreover, after returning to my smartphone, it also showed only one question. I'm not sure if these issues are connected, but I wanted to bring them to your attention.

Thank you in advance for your help.

Sign up or log in to comment