vtos / moodle-mod_adaptivequiz

CAT (Computer-Adaptive Testing) implementation for Moodle LMS (https://moodle.org): officially supported plugin.
https://moodle.org/plugins/mod_adaptivequiz
5 stars 9 forks source link

Missing parameter cmid after using the browser's back button #23

Open davidszkiba opened 1 year ago

davidszkiba commented 1 year ago

Hi Vitaly!

We came across the following issue: When using the browser's back button during a quiz attempt, the following happens:

However, browsing to the quiz via the menu/navigation and resuming the quiz attempt works just fine.

Do you think it would be possible to somehow get rid of the error about the missing cmid and continue the started attempt the same way as when browsing to the attempt via the menu?

vtos commented 1 year ago

@davidszkiba Hi David, missed this one, sorry. But off the top of my head - it's challenging to track it down, as it's related to the plugin's legacy code, which we still rely upon much. I'll keep that one in my radar, as it should be addressed at some point anyway, at least to confirm whether there's something we can fix there. Keep watching this issue, I'll post my findings (if any) here. Cheers!