-
Bug
-
Resolution: Fixed
-
Major
-
2.8.7, 2.9.1
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MDL-50798-master -
We are seeing a problem where if a user has a lot of questions, and has the question bank set to "view all" (which is really view 1000), the page times out (this will of course be dependent on system performance and such.
We noticed, that it doesn't timeout in the question bank itself in our case. I believe it's because the quiz has to use an output buffer (ob_) to catch the questionbank renderer output, which slows down the overall rendering.