moodle/question
Tim Hunt 4d263b0505 MDL-75576 quiz/question statistics: don't expire by time
Previously, a set of calculated quiz statistics would only 'last' for
15 minutes. Then they would be considered invalid and not used.

Now, computed statistics are kept indefinitely. Instead, when a new
batch of values are computed for a particular set of settings, older numbers
for the same settings are deleted first. Therefore,
question_stats_cleanup_task is no more.
2023-05-15 10:03:27 +01:00
..
amd MDL-77164 various: fix javascript AMD module name 2023-04-13 09:43:15 +01:00
bank MDL-75576 quiz statistics: don't compute when a user views the qbank 2023-05-15 10:03:26 +01:00
behaviour MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-24 13:22:41 +08:00
classes MDL-75576 quiz/question statistics: don't expire by time 2023-05-15 10:03:27 +01:00
engine MDL-78025 questions: questions_in_use should check question_references 2023-04-26 15:36:56 +01:00
format MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
templates MDL-58945 qbank: showing q text should give option of plain or full 2023-02-22 11:15:02 +00:00
tests MDL-75576 quiz statistics: don't compute when a user views the qbank 2023-05-15 10:03:26 +01:00
type Merge branch 'MDL-77766-402-2' of https://github.com/junpataleta/moodle into MOODLE_402_STABLE 2023-04-25 09:38:36 +01:00
yui MDL-73915 js: Upgrade babel and eslint 2022-02-23 08:53:54 +08:00
category_class.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
category_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
edit.php MDL-76904 question: Keep question highlight in url 2023-01-31 16:33:32 +07:00
editlib.php MDL-58945 qbank: showing q text should give option of plain or full 2023-02-22 11:15:02 +00:00
export_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
flags.js MDL-71305 core_question: Use toggle button for flag question element 2022-03-08 13:45:18 +11:00
format.php MDL-77299 question: Added class properties that are not declared. 2023-03-01 10:09:09 +07:00
import_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
lib.php MDL-71696 core_question: class autoload changes 2022-02-03 22:22:50 +11:00
move_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
previewlib.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
qengine.js MDL-69164 Question: Convert question/qengine.js to AMD modules 2023-01-18 11:24:38 +07:00
renderer.php MDL-58945 qbank: showing q text should give option of plain or full 2023-02-22 11:15:02 +00:00
toggleflag.php
upgrade.php
upgrade.txt MDL-75576 quiz/question statistics: don't expire by time 2023-05-15 10:03:27 +01:00