diff --git a/question/type/ordering/readme.txt b/question/type/ordering/readme.txt index bd43f2eea32..c63045aacfa 100644 --- a/question/type/ordering/readme.txt +++ b/question/type/ordering/readme.txt @@ -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! diff --git a/question/type/ordering/version.php b/question/type/ordering/version.php index c1300d90701..cc8f31cb5b9 100644 --- a/question/type/ordering/version.php +++ b/question/type/ordering/version.php @@ -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)';