diff --git a/src/scripts/h5p-dictation-sentence.js b/src/scripts/h5p-dictation-sentence.js index 1c5d848..8be5a1e 100644 --- a/src/scripts/h5p-dictation-sentence.js +++ b/src/scripts/h5p-dictation-sentence.js @@ -330,9 +330,11 @@ class Sentence { if (this.buttonPlayNormal) { this.buttonPlayNormal.reset(); + this.buttonPlayNormal.resetAudio(); } if (this.buttonPlaySlow) { this.buttonPlaySlow.reset(); + this.buttonPlaySlow.resetAudio(); } }