mAuthor Blog

Latest update information

Written by Learnetic Team | Mar 13, 2024 12:20:55 PM

We've updated the player with 2 changes:

  1. There is a new property "Disable score update" in the Check Answers Button module. When selected, entering check answers mode will not increase the check and mistakes counters. The same functionality can be used when invoking the "checkAnswers()" method, which now has a new paramater - "updateCounters", which is an optional boolean argument (defaults to 'true') that determines whether calling this method will increase the check counter and the mistakes counter.
  2. We've added a new event to the MultiAudio module. Now it sends a "Value:pause" event when playback is paused.