moodle/mod/quiz
2023-05-24 13:10:50 +02:00
..
accessrule MDL-70189 lang: final removal of deprecated 311 strings. 2023-05-04 14:15:35 +01:00
amd MDL-35745 quiz: let teachers to re-open a Never submitted attempt 2023-03-14 13:09:27 +00:00
backup MDL-75746 mod_quiz: Fix backup and restore of quiz slots 2023-03-14 16:07:55 +00:00
classes Merge branch 'MDL-77785' of https://github.com/timhunt/moodle 2023-04-19 15:45:55 +08:00
db MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
lang/en MDL-70189 lang: final removal of deprecated 311 strings. 2023-05-04 14:15:35 +01:00
pix
report Merge branch 'MDL-78260' of https://github.com/timhunt/moodle 2023-05-19 11:40:14 +08:00
templates MDL-74452 quiz: Display an error if all versions are in draft status 2023-03-28 11:42:44 +01:00
tests MDL-78007 tiny_media: Fix wrong condition for the Tiny Media 2023-04-24 15:53:41 +07:00
yui MDL-77656 quiz editing: customisable numbers only in unshuffled sections 2023-03-31 16:01:23 +01:00
accessmanager.php MDL-76614 quiz: move quiz_access_manager -> mod_quiz\access_manager 2023-01-06 14:35:47 +00:00
accessmanager_form.php MDL-76614 quiz: move mod_quiz_preflight_check_form to classes & clean up 2023-01-06 14:35:47 +00:00
addrandom.php MDL-76897 quiz: move quiz_update_sumgrades into grade_calculator 2023-02-24 16:14:51 +00:00
addrandomform.php MDL-76614 quiz: quiz_add_random_form => mod_quiz\form\add_random_form 2023-01-06 14:35:49 +00:00
attempt.php MDL-77582 mod_quiz: Fix view_url() on null error 2023-03-09 13:57:41 +01:00
attemptlib.php MDL-76614 quiz: rename quiz => mod_quiz\quiz_settings 2023-01-06 14:35:54 +00:00
autosave.ajax.php MDL-76614 quiz: deprecate class moodle_quiz_exception 2023-01-06 14:35:48 +00:00
comment.php MDL-76897 quiz: get the context more efficiently where possible 2023-02-27 18:41:56 +00:00
cronlib.php MDL-76614 quiz: merge mod_quiz_overdue_attempt_updater into task 2023-01-06 14:35:48 +00:00
deprecatedlib.php MDL-76897 quiz: deprecate unused quiz_calculate_best_attempt 2023-02-27 18:41:58 +00:00
edit.php MDL-77872 quiz: quiz editing page less narrow. 2023-05-04 15:36:43 +02:00
edit_rest.php MDL-76897 quiz: quiz_update_all_final_grades -> grade_calculator 2023-02-27 18:41:56 +00:00
editrandom.php MDL-76897 quiz: get the context more efficiently where possible 2023-02-27 18:41:56 +00:00
grade.php MDL-76897 quiz: get the context more efficiently where possible 2023-02-27 18:41:56 +00:00
index.php MDL-76897 quiz: streamline initalisation of $quiz, $cm, $course 2023-02-27 18:41:55 +00:00
lib.php MDL-75576 quiz statistics: don't compute when a user views the qbank 2023-05-15 09:59:34 +01:00
locallib.php MDL-78307 quiz: Fix contexturl passed to attempt_overdue message 2023-05-24 13:10:50 +02:00
mod_form.php MDL-76899 quiz: Fix PHPdocs issues 2023-01-18 12:14:37 +00:00
module.js MDL-69164 Question: Convert question/qengine.js to AMD modules 2023-01-18 11:24:38 +07:00
override_form.php MDL-76614 quiz: quiz_override_form => mod_quiz\form\edit_override_form 2023-01-06 14:35:48 +00:00
overridedelete.php MDL-76897 quiz: streamline initalisation of $quiz, $cm, $course 2023-02-27 18:41:55 +00:00
overrideedit.php MDL-76897 quiz: streamline initalisation of $quiz, $cm, $course 2023-02-27 18:41:55 +00:00
overrides.php MDL-76897 quiz: streamline initalisation of $quiz, $cm, $course 2023-02-27 18:41:55 +00:00
processattempt.php MDL-69164 Question: Convert question/qengine.js to AMD modules 2023-01-18 11:24:38 +07:00
renderer.php MDL-76614 quiz: mod_quiz_renderer => mod_quiz\output\renderer 2023-01-06 14:35:49 +00:00
repaginate.php MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
report.php MDL-76897 quiz: streamline initalisation of $quiz, $cm, $course 2023-02-27 18:41:55 +00:00
review.php MDL-76899 quiz: fix whitespace around operators 2023-01-16 19:07:08 +00:00
reviewquestion.php MDL-77440 quiz: fix nav error reviewing after redoing a question 2023-02-28 16:29:03 +00:00
settings.php MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
startattempt.php MDL-76897 quiz: streamline initalisation of $quiz, $cm, $course 2023-02-27 18:41:55 +00:00
styles.css MDL-77656 quiz editing: customisable numbers only in unshuffled sections 2023-03-31 16:01:23 +01:00
summary.php MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
upgrade.txt MDL-77656 quiz: fix web services to handle custom question numbers 2023-03-31 16:01:22 +01:00
version.php MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
view.php MDL-76897 quiz: streamline initalisation of $quiz, $cm, $course 2023-02-27 18:41:55 +00:00