moodle/mod/quiz
Tim Hunt 39abc01197 MDL-74752 question regrading: implement the required hooks
This commit implements the necessary core hooks to ensure we only
allow a regrade of a quetion attempt to take place if the new and old
versions of the question are sufficiently similar.

It will be followed by commits to each question type where the
new method needs to be implemented.

Automated tests will be included in the first of those (mulitple choice)
becuse we need a question type that implements the hooks to test
the core changes.
2022-05-31 09:22:22 +01:00
..
accessrule MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
amd MDL-69552 Quiz: Fix tag filter does not work when adding random question 2022-03-31 11:55:21 +07:00
backup MDL-74255 quiz: handle draft question status correctly 2022-04-08 12:19:53 +01:00
classes MDL-74041 quiz: use own size for paging the question bank 2022-05-04 11:01:44 +01:00
db MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
lang/en MDL-74330 lang: Import fixed English strings (en_fix) 2022-04-01 13:17:08 +01:00
pix Merge branch 'MDL-74235-master-2' of https://github.com/andrewnicols/moodle 2022-04-07 12:06:38 +06:00
report MDL-74752 question regrading: implement the required hooks 2022-05-31 09:22:22 +01:00
templates MDL-73595 theme_boost: make tertiary nav more distinct 2022-02-28 13:07:52 +01:00
tests MDL-74543 quiz: correctly record time when overdue attempt submitted 2022-05-03 13:41:45 +01:00
yui MDL-73915 js: Upgrade babel and eslint 2022-02-23 08:53:54 +08:00
accessmanager.php
accessmanager_form.php MDL-71947 core_quiz: vertical forms for access rule popups 2021-06-24 12:31:13 +02:00
addrandom.php MDL-71585 qbank_managecategories: Add managecategories to core 2021-09-03 09:41:18 +10:00
addrandomform.php MDL-71585 qbank_managecategories: Add managecategories to core 2021-09-03 09:41:18 +10:00
attempt.php MDL-73335 mod_quiz: Add tertiary nav for the quiz module 2022-02-24 09:26:00 +02:00
attemptlib.php MDL-73386 mod_quiz: Use plain text for quiz navigation fake block title 2022-05-21 00:32:38 +08:00
autosave.ajax.php
comment.php MDL-71628 quiz: Quiz review: names not shown on Manual grading screens 2021-05-25 16:28:52 +07:00
cronlib.php
deprecatedlib.php MDL-52206 quiz: Remove completionpass completion from quiz 2021-10-04 19:44:03 +08:00
edit.php MDL-73335 mod_quiz: Add tertiary nav for the quiz module 2022-02-24 09:26:00 +02:00
edit_rest.php
editrandom.php MDL-73763 core : Index fixes for reference tables 2022-03-24 18:04:47 +11:00
grade.php
index.php Revert "MDL-71915 mod_quiz: Update the tertiary nav" 2022-02-15 15:58:35 +00:00
lib.php MDL-74041 quiz: use own size for paging the question bank 2022-05-04 11:01:44 +01:00
locallib.php MDL-74255 quiz: handle draft question status correctly 2022-04-08 12:19:53 +01:00
mod_form.php MDL-74184 quiz: prevent repagination of quizzes with attepts 2022-03-22 10:32:24 +00:00
module.js MDL-71961 Quiz: Disable quiz navigation buttons when files are uploading 2021-09-13 17:31:17 +07:00
override_form.php MDL-71761 Quiz: Show custom fields for user overrides 2021-10-22 13:48:07 +01:00
overridedelete.php MDL-72413 quiz: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
overrideedit.php MDL-73335 mod_quiz: Add tertiary nav for the quiz module 2022-02-24 09:26:00 +02:00
overrides.php MDL-73335 mod_quiz: Add tertiary nav for the quiz module 2022-02-24 09:26:00 +02:00
processattempt.php
renderer.php MDL-74302 mod_quiz: use notification renderable to display quiz notices 2022-04-04 19:03:20 +10:00
repaginate.php
report.php MDL-72413 quiz: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
review.php MDL-73954 quiz: fix decimal places for the percentage on review page 2022-03-04 11:58:16 +00:00
reviewquestion.php MDL-71030 Quiz: Add 'who' made changes in question response history 2021-04-20 09:06:15 +07:00
settings.php MDL-71902 mod_quiz: Add locked flag option for quiz options 2021-11-11 10:36:14 +11:00
startattempt.php MDL-68970 quiz: prevent page caching during attempts 2021-01-25 18:33:51 +00:00
styles.css MDL-74091 core_question: 'table-responsive' qtable avoids overlap. 2022-03-22 14:19:42 +01:00
summary.php MDL-73335 mod_quiz: Add tertiary nav for the quiz module 2022-02-24 09:26:00 +02:00
upgrade.txt MDL-74752 question regrading: implement the required hooks 2022-05-31 09:22:22 +01:00
version.php MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
view.php MDL-74302 mod_quiz: Users with preview cap should see prevent messages 2022-04-04 19:03:20 +10:00