KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Erratic appearance of the report interface #155

Open hgeorgsch opened 4 years ago

hgeorgsch commented 4 years ago

The report interface often comes up with an unstyled form, instead of the familiar moodle layout. This comes up unpredictably, but it may seem as if it happens more often if the user have other pages open in the same session, where moodle is slow to respond (such as deployment of STACK quesftions).

There seems to be locks in place, preventing the same session from running more than one resource intensive process on the server. This is probably put in place for good reasons, and may possibly explain this problem. However, it does not happen to other pages I have seen.

It would be better to show an informative error message than the wrongly formatted form.