Abolished the qtype integers. The question types are now indexed by their name as specified by their directory name. This will avoid a lot of confusion in future when we have plugable question types.

This commit is contained in:
gustav_delius 2006-03-21 23:08:36 +00:00
parent 069b6daf76
commit 6040798269
6 changed files with 47 additions and 15 deletions

View file

@ -5,7 +5,7 @@
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2006031202; // The (date) version of this module
$module->version = 2006032100; // The (date) version of this module
$module->requires = 2006022400; // Requires this Moodle version
$module->cron = 0; // How often should cron check this module (seconds)?