An error occurred while loading the file. Please try again.
-
Lückemeyer authored
initial commit renamed from DTT to DTA with BREAKING change added result fields for competency assessment
5ff5fafd
<?php
/**
* This file contains the version information for the onlinetext DTA plugin
*
* @package assignsubmission_dta
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2000000;
$plugin->requires = 2019111800; // Moodle 3.8.
$plugin->component = 'assignsubmission_dta';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = "2.0.0";