Skip to content

Releases: srobotta/moodle-tiny_cloze

Release 1.11

10 Dec 08:55
Compare
Choose a tag to compare
  • Fix Issue 25 on error in essay questions in the questionnaire plugin.

Release 1.10

01 Nov 09:42
Compare
Choose a tag to compare
  • 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

16 Oct 11:18
Compare
Choose a tag to compare
  • 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

30 Aug 14:26
Compare
Choose a tag to compare
  • 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

27 Aug 20:19
Compare
Choose a tag to compare

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

25 Apr 07:38
Compare
Choose a tag to compare
  • Add Support for Moodle 4.4 and PHP 8.3.

v1.5

12 Jan 19:07
Compare
Choose a tag to compare
  • Extend dialogue UI with error messages when input fields contain invalid
    values. This fixes issue #18.
  • Improve handling when adding an answer slot with autofill and focus.
  • Prevent providing non-numerical values for answer and tolerance in numeric questions.

Release v1.4

21 Dec 16:13
Compare
Choose a tag to compare
  • 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

10 Oct 09:44
Compare
Choose a tag to compare
  • Add new CI stack for latest release and adapt changes to work with Moodle 4.3.

v1.2

11 Sep 08:03
Compare
Choose a tag to compare