moodle/mod/quiz
Andrew Madden 4a63a5b875 MDL-67351 quiz: Change advanced quiz settings types to use flags.
Change all 'with_advanced' setting types in quiz/settings to their
regular counterparts and apply the 'advanced' admin flag to them
instead. Settings that extend with_advanced setting types are
unchanged.
2020-01-30 10:50:59 +11:00
..
accessrule MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
amd MDL-62497 javascript: build AMD modules with new transpiler 2019-07-19 14:12:49 +08:00
backup MDL-65555 mod_quiz: fix group override backup and restore 2019-07-16 11:16:03 +10:00
classes MDL-66930 quiz: Question type icon size/alignment in Boost and Classic. 2019-10-18 13:54:29 +02:00
db MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
lang/en MDL-67527 lang: Import fixed English strings (en_fix) 2019-12-18 21:23:46 +01:00
pix
report MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
templates MDL-64506 templates: BS2 m-x-x to BS4 mx-x 2019-04-03 19:47:11 +08:00
tests Merge branch 'MDL-67155' of https://github.com/timhunt/moodle 2019-12-03 12:12:28 +08:00
yui MDL-65938 mod_quiz: Use new core/checkbox-toggleall 2019-07-19 13:14:11 +08:00
accessmanager.php
accessmanager_form.php
addrandom.php MDL-61380 Quiz,Questions: Adding "random" question by tag 2018-03-07 00:30:32 +11:00
addrandomform.php MDL-67631 quiz editing: add random dialogue should offer all numbers 2020-01-07 13:59:39 +00:00
attempt.php MDL-35939 mod_quiz: use descriptive titles for pages 2019-08-15 12:07:38 +10:00
attemptlib.php MDL-66764 quiz: redo question should not repeat random questions 2019-09-25 11:04:38 +01:00
autosave.ajax.php MDL-61033 quiz: Editing a quiz while a preview is open 2018-03-27 10:47:32 +07:00
comment.php MDL-61033 quiz: Editing a quiz while a preview is open 2018-03-27 10:47:32 +07:00
cronlib.php
edit.php MDL-61107 quiz editing: handle invalid Maximum grade input 2017-12-22 13:35:29 +00:00
edit_rest.php
editrandom.php MDL-61614 Quiz: Maintain slot tags when editing random questions 2018-04-18 13:07:08 +10:00
grade.php
index.php MDL-62262 quiz: quiz index page showing wrong dates. 2018-07-06 14:37:07 +02:00
lib.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
locallib.php MDL-67155 quiz: first attempt_step should record the student's userid 2019-11-07 00:08:49 +00:00
mod_form.php MDL-67351 quiz: Move quiz form defaults logic out of form. 2020-01-30 10:50:01 +11:00
module.js
override_form.php MDL-34411 mod_quiz: quiz overrides to observe group membership 2019-07-02 08:54:36 +02:00
overridedelete.php MDL-34411 mod_quiz: Check if the teacher can access the override 2019-07-02 08:54:36 +02:00
overrideedit.php MDL-34411 mod_quiz: Check if the teacher can access the override 2019-07-02 08:54:36 +02:00
overrides.php MDL-34411 mod_quiz: quiz overrides to observe group membership 2019-07-02 08:54:36 +02:00
processattempt.php MDL-61033 quiz: Editing a quiz while a preview is open 2018-03-27 10:47:32 +07:00
renderer.php MDL-66852 quiz: Style "Try another question like this one" button. 2019-10-08 11:28:39 +02:00
repaginate.php
report.php
review.php MDL-35939 mod_quiz: deprecate unused strings 2019-08-15 12:07:38 +10:00
reviewquestion.php MDL-61033 quiz: Editing a quiz while a preview is open 2018-03-27 10:47:32 +07:00
settings.php MDL-67351 quiz: Change advanced quiz settings types to use flags. 2020-01-30 10:50:59 +11:00
startattempt.php
styles.css Merge branch 'MDL-67653' of https://github.com/timhunt/moodle 2020-01-22 11:02:35 +08:00
summary.php MDL-35939 mod_quiz: use descriptive titles for pages 2019-08-15 12:07:38 +10:00
upgrade.txt MDL-60683 quiz: Replace quiz legacy cron with tasks 2019-02-22 16:39:37 +00:00
version.php MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
view.php