Releases: srobotta/moodle-tiny_cloze
Releases · srobotta/moodle-tiny_cloze
Release 1.11
Release 1.10
- Fix issue with Moodle 4.1 where class loading doesn't seem to work for the question_bank class.
- Extend the README file by a Troubleshooting FAQ when the button is not displayed.
Release 1.9
- Fix issue that if a selected text contains trailing or leading whitespaces,
these are preserved around the cloze question string when inserted into the text. - Support for a new REGEX and REGEX_C type that might available through a new
plugin moodle-qtype_multianswerrgx by Joseph Rézeau. - Add CI of Moodle 4.5.
- Fix bug that escaped closing curly brakets where not recognized issue #21.
- On double click on a cloze question opens the dialogue automatically.
- Delete icon disappears when there is one answer option left only.
- Style adaptations on the dalogue that will be necessary with upcoming Moodle 4.5.
v1.8
- Empty response field are automatically ignored when the question otherwise can be created
from the remaining filled response fields. - When creating a new question, by default the first answer is marked as correct, all
subsequent answer options are marked as incorrect.
Release v1.7
v1.7
- When creating blanks for possible answers, the default grade is now "Correct" instead
of the previous "Incorrect". - When a text is selected, the content is taken for the first answer field. This restores
a behaviour that the original cloze plugin for Atto contained. - Wider input fields for answer and feedback in modal dialogue
(thanks to Joseph Rézeau).
Release v1.6
- Add Support for Moodle 4.4 and PHP 8.3.
v1.5
Release v1.4
- Extend tests to cover functionality of the whole plugin.
- Custom grade values for answers (this addresses issue #16)
- Add PHP 8.2 tests for the Moodle 4.3 test runs.
- Streamline the process when the strings for the dialogue are fetched.
- Add alt attributes for the icons.
- Add new modal creation process from Moodle 4.3 but keep the old process for backward compatibility.
- Add missing language string when capabilities are displayed.
Release v1.3
- Add new CI stack for latest release and adapt changes to work with Moodle 4.3.
v1.2
- Fix issue Insert equation in question text.
Credits to that fix actually go to Mario Wehr because of his
contribution in this pull request