diff --git a/src/js/firstperson.js b/src/js/firstperson.js index 1ccd9c9..32c0180 100644 --- a/src/js/firstperson.js +++ b/src/js/firstperson.js @@ -119,7 +119,7 @@ function selectAnswer(e){ function showScore(){ resetState(); - const show = questionElement.innerHTML = `you scored ${score} out of ${questions.length}!`; + const show = questionElement.innerHTML = `you scored ${score} out of 200 !`; postScore(score); }