mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
MDL-79863 qtype_ordering: qtype_ordering release new grading method: relative to correct - thanks to Anatoliy Markiv and Kings College London, UK
This commit is contained in:
parent
bdfa2c7476
commit
3256b3acc1
@ -60,4 +60,7 @@ funded by the Moodle Association of Japan, with partial funding from Sapporo Gak
|
||||
Coding enhancements and standardization in preparation for future merging into Moodle core
|
||||
were undertaken by Vadim Dvorovenko (Kemerovo State University of Culture and Arts, Russia).
|
||||
|
||||
Development of "relative to correct" grading method commissioned by Anatoliy Markiv and
|
||||
sponsored by Kings College London, UK.
|
||||
|
||||
many thanks to all concerned!
|
||||
|
@ -29,5 +29,5 @@ $plugin->cron = 0;
|
||||
$plugin->component = 'qtype_ordering';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->requires = 2010112400; // Moodle 2.0
|
||||
$plugin->version = 2017072563;
|
||||
$plugin->release = '2017-07-25 (63)';
|
||||
$plugin->version = 2017080164;
|
||||
$plugin->release = '2017-08-01 (64)';
|
||||
|
Loading…
x
Reference in New Issue
Block a user