Skip to content

Commit

Permalink
Fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPeek committed Sep 23, 2021
1 parent 1ea9faa commit a4bb710
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions js/textEntryAudioView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit a4bb710

Please sign in to comment.