Skip to content

Commit

Permalink
Fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPeek committed Sep 24, 2021
1 parent e42acbf commit e4205ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/textEntryAudioView.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,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 e4205ae

Please sign in to comment.