moodle/question/tests
Tim Hunt 174e2ae3b5 MDL-75576 quiz statistics: don't compute when a user views the qbank
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.
2023-05-15 09:59:34 +01:00
..
behat MDL-77878 lang: Use fixed strings in tests 2023-04-17 08:49:59 +01:00
event MDL-71696 core_question: class autoload changes 2022-02-03 22:22:50 +11:00
fixtures MDL-71636 core_question : API changes for column_base 2022-03-02 08:14:48 +00:00
generator MDL-78025 question generator: make the behaviour less surprising 2023-04-26 10:49:35 +01:00
local MDL-75576 quiz statistics: don't compute when a user views the qbank 2023-05-15 09:59:34 +01:00
privacy MDL-77164 privacy: typehint test content writer 2023-04-13 09:43:15 +01:00
backup_test.php MDL-76870 question: change assertion to assertEqualsCanonicalizing 2023-01-13 18:12:48 +08:00
bank_view_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
calculated_question_summary_test.php MDL-77626 quiz statistics: Divide by zero if a random Q has max mark 0 2023-03-14 16:29:12 +00:00
coverage.php MDL-76362 question: Refactor question number unit tests 2023-01-23 09:15:54 +08:00
externallib_test.php MDL-77989 core: Fix uses of legacy external API 2023-04-21 13:33:56 +08:00
generator_test.php MDL-71696 core_question: Changes for versioning 2022-02-03 22:22:44 +11:00
importexport_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
least_used_variant_strategy_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
privacy_helper.php MDL-77164 privacy: typehint test content writer 2023-04-13 09:43:15 +01:00
question_bank_column_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
random_question_loader_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
version_test.php MDL-78025 question generator: make the behaviour less surprising 2023-04-26 10:49:35 +01:00