moodle/mod/quiz
Anupama Sarjoshi 05d51c15ca MDL-63608 quiz: Fix Access order when manually grading quizzes
Changes done to fix access order of attempts that need manual grading.
Changed button text from 'Save and go to next page' to 'Save and show next' to improve UI.
2023-02-10 17:42:10 +00:00
..
accessrule Merge branch 'MDL-76899' of https://github.com/timhunt/moodle 2023-01-24 23:19:43 +08:00
amd MDL-74996 Quiz: Convert submission confirmation to saveCancelPromise 2022-11-07 09:40:06 +07:00
backup MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
classes Merge branch 'MDL-77057' of https://github.com/paulholden/moodle 2023-02-09 10:19:22 +08:00
db MDL-76899 quiz: fix whitespace around operators 2023-01-16 19:07:08 +00:00
lang/en MDL-76739 lang: Import fixed English strings (en_fix) 2023-01-12 09:17:27 +08:00
pix Merge branch 'MDL-74235-master-2' of https://github.com/andrewnicols/moodle 2022-04-07 12:06:38 +06:00
report MDL-63608 quiz: Fix Access order when manually grading quizzes 2023-02-10 17:42:10 +00:00
templates MDL-76597 mod_quiz: Add label for version selector 2023-01-06 22:37:54 +08:00
tests MDL-63608 quiz: Fix Access order when manually grading quizzes 2023-02-10 17:42:10 +00:00
yui MDL-76597 mod_quiz: Set presentation role for the question list 2023-01-06 22:37:54 +08: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 Merge branch 'MDL-76899' of https://github.com/timhunt/moodle 2023-01-24 23:19:43 +08: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-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00: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-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +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-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
edit.php Merge branch 'MDL-76899' of https://github.com/timhunt/moodle 2023-01-24 23:19:43 +08:00
edit_rest.php MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
editrandom.php MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
grade.php MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
index.php MDL-76899 quiz: fix whitespace around operators 2023-01-16 19:07:08 +00:00
lib.php Merge branch 'MDL-76968-master' of https://github.com/junpataleta/moodle 2023-01-25 08:22:23 +01:00
locallib.php MDL-76899 quiz: Fix PHPdocs issues 2023-01-18 12:14:37 +00: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-77057 group: format group names in module override pages. 2023-01-27 11:50:58 +00:00
overrideedit.php MDL-76899 quiz: fix whitespace around operators 2023-01-16 19:07:08 +00:00
overrides.php MDL-77057 group: format group names in module override pages. 2023-01-27 11:50:58 +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-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
review.php MDL-76899 quiz: fix whitespace around operators 2023-01-16 19:07:08 +00:00
reviewquestion.php MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
settings.php MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
startattempt.php MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
styles.css MDL-77112 quiz: Align some elements in quiz reports better. 2023-02-03 11:52:44 +01:00
summary.php MDL-76899 quiz: bulk fix all array literals array() -> [] 2023-01-16 17:12:45 +00:00
upgrade.txt Merge branch 'MDL-76766-master' of https://github.com/aanabit/moodle 2023-01-19 11:03:40 +08:00
version.php MDL-74609 Quiz: allow the displayed question numbers to be customised 2022-12-21 12:04:30 +00:00
view.php MDL-76614 quiz: clean up view.php script 2023-01-06 14:35:55 +00:00