diff --git a/client/geoword/game.js b/client/geoword/game.js index e916c250..feda0545 100644 --- a/client/geoword/game.js +++ b/client/geoword/game.js @@ -138,7 +138,7 @@ function updateScore (isCorrect, givenAnswer, actualAnswer, prompts = []) { audio.correct.play(); numberCorrect++; } else { - audio.incorrectAudio.play(); + audio.incorrect.play(); document.getElementById('protest-text').classList.remove('d-none'); }