File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change log for the Export quiz attempts report
2
2
3
3
4
+ ## Changes in 1.6
5
+
6
+ * This version works with Moodle 4.5 and 5.0.
7
+ * There are new settings added to control the display of feedbacks (combined feedback, inline feedback and
8
+ general feedback) in the Right answer sheet.
9
+
10
+
4
11
## Changes in 1.5
5
12
6
13
* Fix coding style.
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
- $ plugin ->version = 2025050600 ;
27
+ $ plugin ->version = 2025061000 ;
28
28
$ plugin ->requires = 2024042200 ;
29
29
$ plugin ->cron = 0 ;
30
30
$ plugin ->component = 'quiz_answersheets ' ;
31
31
$ plugin ->maturity = MATURITY_STABLE ;
32
- $ plugin ->release = 'v1.5 for Moodle 4.4+ ' ;
32
+ $ plugin ->release = 'v1.6 for Moodle 4.4+ ' ;
33
33
34
34
$ plugin ->outestssufficient = true ;
You can’t perform that action at this time.
0 commit comments