MDL-79863 qtype_ordering: Co-authored-by: Anupama Sarjoshi <[email protected]>
This commit is contained in:
committed by
Mathew May
parent
ba23a42edd
commit
44c4676fc4
@@ -2,6 +2,9 @@
|
||||
Change log for qtype_ordering
|
||||
========================================
|
||||
|
||||
2023-04-29 (07)
|
||||
- Co-authored-by: Anupama Sarjoshi <[email protected]>
|
||||
|
||||
2022-09-27 (07)
|
||||
- This version works with Moodle 4.0, 4.1 and 4.2.
|
||||
- New option to tell students how many choices were right, as part of the automatic feedback.
|
||||
|
||||
@@ -29,5 +29,5 @@ $plugin->cron = 0;
|
||||
$plugin->component = 'qtype_ordering';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->requires = 2021051700; // Moodle 3.11.
|
||||
$plugin->version = 2022092700;
|
||||
$plugin->release = '2022-09-27 (07)';
|
||||
$plugin->version = 2023042907;
|
||||
$plugin->release = '2023-04-29 (07)';
|
||||
|
||||
Reference in New Issue
Block a user