Tim Hunt
0e8fe7de3d
MDL-45273 quiz fixup settings initialisation.
2014-05-01 11:09:05 +01:00
Tim Hunt
3180508949
MDL-45273 quiz: Fix codechecker issues.
2014-04-29 11:57:01 +01:00
Tim Hunt
8a347d8011
MDL-45273 only create the quiz settings if necessary.
2014-04-29 11:16:49 +01:00
Tim Hunt
9ec7a71661
MDL-45273 remove the need for quiz settings.php to include locallib.php.
2014-04-29 11:16:44 +01:00
Tim Hunt
de4cd1e047
MDL-45273 quiz: move admin settings into classes folder.
2014-04-29 11:16:39 +01:00
Sam Hemelryk
01773a6d00
MDL-44180 mod_quiz: unified @package use
2014-03-03 08:37:06 +13:00
Frederic Massart
d0cac8b51b
MDL-41100 libraries: Deprecating get_plugin_list_with_file
2013-08-09 11:59:48 +08:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Jayesh Anandani
1ecd3c304d
MDL-39155 Quiz: Provide 3 image-size options on the settings page
2013-05-10 08:38:13 +05:30
Tim Hunt
53f8948899
MDL-39050 quiz access rules: settings.php files should work.
2013-04-19 11:50:25 +01:00
Tim Hunt
595708884a
MDL-38538 quiz auto-save front end.
...
1. There is a new admin setting to control whether this feature is
enabled. The admin can set the auto-save frequency to 1, 2 or 5 minutes,
or disable it.
2. When autosave is enabled, there is code in the quiz that monitors the
main quiz form, and does an ajax save call at the given frequency when
changes are being made by the student.
3. The ajax saves go to a new script that calls the question engine to
do the work.
4. To avoid simultaneous autosave + submit and finish, the auto-save
system shuts down shortly before time expires in a timed quiz.
2013-03-28 16:57:24 +00:00
Tim Hunt
b4be77c570
MDL-37924 quiz settings: change wrong 'fix' => 'adv'.
2013-02-12 13:36:54 +08:00
Thanh Le
d18f78b046
MDL-35794 quiz: config for whether Outcomes are advanced settings
2012-12-22 17:38:45 +00:00
Marina Glancy
fde6f79fae
MDL-35661 Loading of plugin settings for modules (plugininfo_mod)
2012-10-09 09:56:42 +08:00
Rajesh Taneja
1e12c1203b
MDL-30651 libraries: Replaced deprecated PARAM_INTEGER with PARAM_INT
2012-07-19 15:37:46 +08:00
Tim Hunt
9e83f3d11d
MDL-32788 quiz: clean up codechecker issues before the 2.3 release.
2012-05-04 15:12:23 +01:00
Tim Hunt
87427d9c7c
MDL-3030 quiz overdue handling: new settings on quiz form and admin.
2012-04-27 15:07:23 +01:00
Charles Fulton
33c8d37b6f
MDL-11047 quiz: enable sequential navigation
2012-03-15 10:09:27 -07:00
Tim Hunt
4344c5d5d9
MDL-29627 quiz old popup int column => new browsersecurity column.
...
The new column store more meaningful string constants.
2011-10-13 11:13:18 +01:00
Tim Hunt
bb28e3bc5e
MDL-27408 Moved the question engine install/upgrade code into the proper place.
...
I have tested upgrade from the previous development version, and a clean install. Upgrade from 2.0 still needs more work.
2011-05-12 18:58:50 +01:00
Tim Hunt
25a03faaca
MDL-20636 fix many code-checker issues in mod/quiz.
2011-05-12 00:30:25 +01:00
Tim Hunt
55ca80edde
MDL-20636 Fix lots of problems found by the new improved codechecker.
2011-04-04 20:11:29 +01:00
Tim Hunt
a17b297d60
MDL-20636 Add missing defined('MOODLE_INTERNAL') || die();
2011-02-23 16:00:20 +00:00
Tim Hunt
ba6438471b
MDL-20636 Fix top of file boilerplate in mod/quiz.
2011-02-21 16:13:25 +00:00
Tim Hunt
1493619923
MDL-20636 Review option defaults in the admin settings.
2011-02-10 18:35:42 +00:00
Tim Hunt
25302dee78
MDL-20636 Started work converting the quiz.
2011-02-09 20:18:03 +00:00
Petr Skoda
dbf9e4bae3
MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins
2010-07-13 13:56:55 +00:00