version.php 952 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * Defines the version of nasatlx
  4. *
  5. * This code fragment is called by moodle_needs_upgrading() and ./admin/index.php
  6. *
  7. * This module is an implementation of the NASA-TLX protocol to test 2 different implementation under Moodle.
  8. *
  9. * @author Leônidas O. Brandão
  10. * @version v 0.1 2019/03/04
  11. * @package mod_nasatlx
  12. * @copyright 2014 LInE - http://line.ime.usp.br
  13. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  14. */
  15. defined('MOODLE_INTERNAL') || die();
  16. $plugin->component = 'mod_nasatlx'; // To check on upgrade, that module sits in correct place
  17. $plugin->cron = 0; // Period for cron to check this module (secs)
  18. $plugin->maturity = MATURITY_STABLE; // How stable the plugin is: MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC, MATURITY_STABLE (Moodle 2.0 and above)
  19. $plugin->requires = 2010031900; // Requires this Moodle version
  20. $plugin->version = 2019030100; // 1 = 2014