moodle/mod/quiz/version.php
kaipe 8c5a95facb Database update to support new question type Calculated
as well as units for Calculated and Numerical questions
2004-07-30 14:40:16 +00:00

13 lines
532 B
PHP

<?PHP // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the version of quiz
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004073001; // The (date) version of this module
$module->requires = 2004070800; // Requires this Moodle version
$module->cron = 0; // How often should cron check this module (seconds)?
?>