mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
174e2ae3b5
Previously, when a user viewed the question bank, if the quiz statistics had not already been calculated, we would try to compute them there an then. This could be very, very slow, leading to session lock problems. Now, we never try to compute the statistics on the fly. Instead, we rely on the existing \quiz_statistics\task\recalculate scheduled task to do it.