Hi All,
The quiz is submitted directly and not working on Moodle app version 4.0.2. How can I solve this problem?
moodle site version is 3.10
Thanks
Hi Khalid,
if that happens, then I guess the app thinks that the quiz time is over. Which Moodle version are you using? Do you have any plugin installed that could affect this? E.g. a quiz access rule.
Can you please create a Moodlecloud site, upload your quiz there and see if it also happens? To determine if it's a quiz problem or a site problem.
If the issue doesn't happen in MoodleCloud, only in your site, you can try to debug the issue yourself. You can follow this guide to debug the network requests:
https://moodledev.io/general/app/development/network-debug
You should look for the WebService call "mod_quiz_get_attempt_access_information". This call returns an endtime, maybe it's returning a wrong value.
Cheers,
Dani
if that happens, then I guess the app thinks that the quiz time is over. Which Moodle version are you using? Do you have any plugin installed that could affect this? E.g. a quiz access rule.
Can you please create a Moodlecloud site, upload your quiz there and see if it also happens? To determine if it's a quiz problem or a site problem.
If the issue doesn't happen in MoodleCloud, only in your site, you can try to debug the issue yourself. You can follow this guide to debug the network requests:
https://moodledev.io/general/app/development/network-debug
You should look for the WebService call "mod_quiz_get_attempt_access_information". This call returns an endtime, maybe it's returning a wrong value.
Cheers,
Dani