moodle/mod/quiz
Marina Glancy e0c22222b6 MDL-45336 questionbank: use core strings instead of quiz
AMOS BEGIN
 CPY [categories,mod_quiz],[categories,question]
 CPY [unusedcategorydeleted,mod_quiz],[unusedcategorydeleted,question]
 CPY [export,mod_quiz],[export,core_question]
 CPY [import,mod_quiz],[import,core_question]
AMOS END
2014-09-24 01:22:59 +02:00
..
accessrule MDL-44449 quiz access rules should have a delete hook. 2014-05-19 16:59:04 +01:00
backup MDL-47266 quiz: fix restore log message. 2014-09-18 11:04:28 +01:00
classes MDL-45445 events: added '(optional)' to event params where applicable 2014-06-12 20:46:58 -07:00
db MDL-37993 Quiz: completion upon all passing grade or attempts exhausted 2014-07-16 19:17:57 -05:00
lang/en MDL-45336 questionbank: use core strings instead of quiz 2014-09-24 01:22:59 +02:00
pix MDL-36436 use hacky aspect ratio to work around IE9 issues 2012-11-20 13:01:27 +01:00
report MDL-45336 question: moved used string from quiz plugin 2014-09-24 01:22:58 +02:00
tests MDL-37998 quiz settings: disableif rules should account for overrides. 2014-09-22 16:23:38 +01:00
yui MDL-45780 mod_quiz: Autosave should listen for textarea:change events too 2014-08-11 12:31:36 +08:00
accessmanager.php MDL-44449 quiz access rules should have a delete hook. 2014-05-19 16:59:04 +01:00
accessmanager_form.php MDL-44180 mod_quiz: unified @package use 2014-03-03 08:37:06 +13:00
addrandom.php MDL-40063 mod_quiz: replaced 'addcategory' add_to_log call with an event 2014-04-10 20:38:34 -07:00
addrandomform.php MDL-44180 mod_quiz: unified @package use 2014-03-03 08:37:06 +13:00
attempt.php MDL-40063 mod_quiz: replaced 'continue attempt' add_to_log call with an event 2014-04-10 20:41:39 -07:00
attemptlib.php MDL-46093 quiz review should default to showing everything on one page 2014-06-27 17:14:51 +01:00
autosave.ajax.php MDL-42504 quiz autosave: alert users if connection lost. 2013-11-15 15:08:13 +00:00
comment.php MDL-40063 mod_quiz: replaced ‘manualgrade’ add_to_log call with an event 2014-04-10 20:42:24 -07:00
cronlib.php MDL-45455 quiz cron must rollback transaction on error. 2014-05-15 15:09:58 +01:00
edit.js MDL-34741 use 2in3 in mod_quiz 2012-08-11 20:40:09 +02:00
edit.php MDL-40063 mod_quiz: replaced 'editquestions' add_to_log call with an event 2014-04-10 20:34:27 -07:00
editlib.php MDL-46163 quiz/questions: fix missing hidden fields. 2014-07-02 14:32:53 +01:00
grade.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
index.php MDL-40063 mod_quiz: replaced 'view' and 'view all' add_to_log calls with events 2014-04-10 20:34:14 -07:00
lib.php MDL-44725 Availability: Replace groupmembersonly - FEATURE_xx (6) 2014-09-02 13:03:17 +01:00
locallib.php MDL-37993 Quiz: completion upon all passing grade or attempts exhausted 2014-07-16 19:17:57 -05:00
mod_form.php MDL-37998 quiz settings: disableif rules should account for overrides. 2014-09-22 16:23:38 +01:00
module.js MDL-41513 mod_quiz: Scrollbar not working in Javascript Security Popup Quiz window in Chrome 2014-08-12 11:14:24 -05:00
override_form.php MDL-44725 Availability: Replace groupmembersonly - quiz overrides (9) 2014-09-02 13:03:23 +01:00
overridedelete.php Merge branch 'MDL-45071_master' of https://github.com/markn86/moodle 2014-04-18 10:47:04 +08:00
overrideedit.php MDL-44725 Availability: Replace groupmembersonly - quiz overrides (9) 2014-09-02 13:03:23 +01:00
overrides.php MDL-40006 searchableselector does not work in IE or Safari. 2014-09-19 21:59:34 +01:00
processattempt.php MDL-40063 mod_quiz: removed 'close attempt' add_to_log call 2014-04-10 20:40:27 -07:00
renderer.php MDL-44492 quiz: fix hilighting of graded attempt 2014-07-08 13:31:55 +01:00
report.php MDL-40063 mod_quiz: replaced 'report' add_to_log call with an event 2014-04-10 20:39:56 -07:00
review.php MDL-46093 quiz review should default to showing everything on one page 2014-06-27 17:14:51 +01:00
reviewquestion.php MDL-44180 mod_quiz: unified @package use 2014-03-03 08:37:06 +13:00
settings.php MDL-47276 quiz: change default for When time expires for new installs 2014-09-19 21:59:46 +01:00
startattempt.php MDL-45803 mod_quiz: prevented the attempt_started event from being triggered twice 2014-06-09 15:59:41 -07:00
styles.css MDL-44492 quiz: fix hilighting of graded attempt 2014-07-08 13:31:55 +01:00
summary.php MDL-40063 mod_quiz: replaced 'view summary' add_to_log call with an event 2014-04-10 20:40:25 -07:00
upgrade.txt MDL-45803 mod_quiz: removed the quiz_fire_attempt_started function 2014-06-11 13:53:59 -07:00
version.php MDL-37993 Quiz: completion upon all passing grade or attempts exhausted 2014-07-16 19:17:57 -05:00
view.php MDL-40063 mod_quiz: replaced 'view' and 'view all' add_to_log calls with events 2014-04-10 20:34:14 -07:00