Moodle app version 4.0.2 and Quiz

Moodle app version 4.0.2 and Quiz

Khalid Jaber發表於
Number of replies: 4
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 
評比平均分數: -
In reply to Khalid Jaber

Re: Moodle app version 4.0.2 and Quiz

Dani Palou發表於
Core developers的相片 Moodle HQ的相片 Peer reviewers的相片 Plugin developers的相片
Hi Khalid,

can you give more details about your problem? When you say "not working on Moodle app", what does exactly happen?

Cheers,
Dani
In reply to Dani Palou

Re: Moodle app version 4.0.2 and Quiz

Khalid Jaber發表於
Hi Dani,
Actually, when the students start the quiz, directly the quiz is submitted and finished.
if you want I will record a video to you.
Thanks
In reply to Khalid Jaber

Re: Moodle app version 4.0.2 and Quiz

Dani Palou發表於
Core developers的相片 Moodle HQ的相片 Peer reviewers的相片 Plugin developers的相片
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

In reply to Dani Palou

Re: Moodle app version 4.0.2 and Quiz

Khalid Jaber發表於
Hi Dani, 
moodle site version is 3.10
I follow your instructions and let you know.
Thanks