mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
merge the items dropdown, radio and check to multiplechoice item
merge the items dropdownrated, radiorated to multiplechoicerated item the creating or editing of an item now use the formslib
This commit is contained in:
parent
13b31d6f9d
commit
6ee09cfe8b
25 changed files with 1342 additions and 1708 deletions
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
|
||||
$module->version = 2008042300; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->version = 2008042401; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2007101503; // Requires this Moodle version
|
||||
$feedback_version_intern = 1; //this version is used for restore older backups
|
||||
$module->cron = 0; // Period for cron to check this module (secs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue