Latin AI Question Type Moodle Plugin, plugin to upload latin question with translattion and use it in Question (Latin AI Question Type)
- Copy the
uploadquestionto/moodle/admin/tool - Run The Update or use the command line
php admin/cli/upgrade.php
- Copy
latinaidirectory toquestion/type/ - Run The Update or use the command line
php admin/cli/upgrade.php
if there is change in JS file (/amd/src) please run the following command to compile the js and applied the changes.
grunt amd --files=question/type/latinai/amd/src/latinjavascript.js
grunt amd --files=admin/tool/uploadquestion/amd/src/uploadquestion.js- Bug Checking
Version 0.0.5
- Add Cache Request
Version 0.0.4
- Add Moodle 3.11 Suport
- Change Upload CSV JS Required Import
Version 0.0.3
- Add Moodle 3.9 Suport
Version 0.0.2
- Comparing given answer with all available Correct Answer
- Added Non AI Comparing Options
Version 0.0.1
- Created Upload cvs plugin and Latin AI Question Type