File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+
2+ ### Release 0.03 of the Moodle AIText question type April 2025
3+
4+ Fixed compatibility with Moodle 5.0, thanks to Philipp Memmel of Mebis-lp for the hint about Dependency Injection.
5+
6+ In question editing form changed sample answer allowing multiple sample responses. This saves multiple responses
7+ to be tested against the prompt. Make the spinner prettier for the web service call in the editing form.
8+
9+ Fix backup/restore and xml import/export
10+
11+
112### Release 0.02 of the Moodle AIText question type Dec 2024
213
314Merged in code from https://github.com/mebis-lp/moodle-qtype_aitext
Original file line number Diff line number Diff line change 2727$ plugin ->component = 'qtype_aitext ' ;
2828$ plugin ->version = 2025041002 ;
2929$ plugin ->requires = 2020110900 ;
30- $ plugin ->release = '0.02 ' ;
30+ $ plugin ->release = '0.03 ' ;
3131$ plugin ->maturity = MATURITY_BETA ;
You can’t perform that action at this time.
0 commit comments