From e26d469543fd548c3926c6fd1b4f860223cac494 Mon Sep 17 00:00:00 2001 From: Paul <22284856+ProgramComputer@users.noreply.github.com> Date: Sun, 7 Jan 2024 06:07:51 -0600 Subject: [PATCH 1/4] Utterance checkbox not saved (#185) Adds a new local storage element "utterance-allowed". --- do_test_test.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/do_test_test.php b/do_test_test.php index be2661da..b907075c 100644 --- a/do_test_test.php +++ b/do_test_test.php @@ -485,6 +485,15 @@ function do_test_prepare_ajax_test_area($selector, $selection, $count, $testtype ?>

- + + + = - + + + + - + + + + - + + + Added #169, closing discussion #141. Many thanks to @ProgramComputer! +

  • On word review, the "Read words aloud" setting is now saved, PR #185.
  • Changed