Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### 6.3.1 (2026-05-18)

- improvement: add setting to control trigger of answer type tooltip

Note: Prior to this version, students could use quiz navigation (Next
page/Previous page or Finish attempt/Return to attempt) to get feedback
on parts of a question without using the adaptive mode's "Check"
function and hence whitout getting a penalty for wrong answers, because
Moodle automatically saves answers when the user switches between pages
of a quiz. Other modes like interactive or immediate feedback are not
affected.

### 6.3.0 (2026-04-30)

- improvement: add setting to control trigger of answer type tooltip
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'qtype_formulas';
$plugin->version = 2026043000;
$plugin->version = 2026051800;

$plugin->cron = 0;
$plugin->requires = 2024100700;
Expand All @@ -36,6 +36,6 @@
'filter_mathjaxloader' => 2024100700,
];
$plugin->supported = [405, 502];
$plugin->release = '6.3.0';
$plugin->release = '6.3.1';

$plugin->maturity = MATURITY_STABLE;
Loading