.. |
accessrule
|
MDL-70189 lang: final removal of deprecated 311 strings.
|
2023-05-04 14:15:35 +01:00 |
amd
|
MDL-78306 mod_quiz: Convert AMD modals to ESM
|
2023-06-14 21:41:50 +08:00 |
backup
|
Merge branch 'MDL-75696_master' of https://github.com/marxjohnson/moodle
|
2023-06-08 12:30:49 +08:00 |
classes
|
MDL-77564 Quiz display options: Hide or show the grade information
|
2023-05-31 17:15:29 +01:00 |
db
|
MDL-77564 Quiz display options: Hide or show the grade information
|
2023-05-31 17:15:29 +01:00 |
lang/en
|
MDL-77564 Quiz display options: Hide or show the grade information
|
2023-05-31 17:15:29 +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-78320 quiz_overview: format group names in overview report.
|
2023-05-24 16:19:29 +01:00 |
templates
|
MDL-74452 quiz: Display an error if all versions are in draft status
|
2023-03-28 11:42:44 +01:00 |
tests
|
Merge branch 'MDL-69231-master' of https://github.com/lameze/moodle
|
2023-06-15 10:58:56 +08: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-78314 quiz: style button fieldset in "Manually grade question".
|
2023-05-26 15:09:43 +02: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-77564 Quiz display options: Hide or show the grade information
|
2023-05-31 17:15:29 +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-77564 Quiz display options: Hide or show the grade information
|
2023-05-31 17:15:29 +01: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-78314 quiz: style button fieldset in "Manually grade question".
|
2023-05-26 15:09:43 +02: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-77564 Quiz display options: Hide or show the grade information
|
2023-05-31 17:15:29 +01:00 |
view.php
|
MDL-76897 quiz: streamline initalisation of $quiz, $cm, $course
|
2023-02-27 18:41:55 +00:00 |