From a4bb710c8c2a6751894a6b6248ef2bf62e45fb06 Mon Sep 17 00:00:00 2001 From: Robert Peek Date: Thu, 23 Sep 2021 14:57:23 +0100 Subject: [PATCH] Fixes #21 --- README.md | 2 +- bower.json | 2 +- js/textEntryAudioView.js | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98888e4..02a9e92 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Several elements of **Text Entry** have been assigned a label using the [aria-la No known limitations. ---------------------------- -**Version number:** 4.3.1 +**Version number:** 4.3.2 **Framework versions supported:** 4+ **Author / maintainer:** DeltaNet with [contributors](https://github.com/deltanet/adapt-textEntry-audio/graphs/contributors) **Accessibility support:** yes diff --git a/bower.json b/bower.json index 3ea99e5..d598f91 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "adapt-textEntry-audio", - "version": "4.3.1", + "version": "4.3.2", "framework": ">=4", "homepage": "https://github.com/deltanet/adapt-textEntry-audio", "issues": "https://github.com/deltanet/adapt-textEntry-audio/issues", diff --git a/js/textEntryAudioView.js b/js/textEntryAudioView.js index cc6c67f..a65d06b 100644 --- a/js/textEntryAudioView.js +++ b/js/textEntryAudioView.js @@ -102,6 +102,8 @@ define([ if (!storedAnswer) return; + this.setCompletionStatus(); + this.model.set('userAnswer', storedAnswer); this.$('.textEntry-audio-item-textbox').val(this.model.get('userAnswer'));