Compare commits
No commits in common. "62b04760f00a8190c5abfee5279bc767784b3803" and "e4e63dee3618d20739561605017705506bc7cef1" have entirely different histories.
62b04760f0
...
e4e63dee36
@ -119,7 +119,7 @@ function selectAnswer(e){
|
|||||||
|
|
||||||
function showScore(){
|
function showScore(){
|
||||||
resetState();
|
resetState();
|
||||||
const show = questionElement.innerHTML = `you scored ${score} out of 200 !`;
|
const show = questionElement.innerHTML = `you scored ${score} out of ${questions.length}!`;
|
||||||
postScore(score);
|
postScore(score);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user