From 3256b3acc1b6ad23c8a039e415f9b1097080d108 Mon Sep 17 00:00:00 2001 From: Gordon Bateson Date: Tue, 1 Aug 2017 08:02:33 +0900 Subject: [PATCH] MDL-79863 qtype_ordering: qtype_ordering release new grading method: relative to correct - thanks to Anatoliy Markiv and Kings College London, UK --- question/type/ordering/readme.txt | 3 +++ question/type/ordering/version.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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)';