Compare commits
2 Commits
e4e63dee36
...
62b04760f0
| Author | SHA1 | Date | |
|---|---|---|---|
| 62b04760f0 | |||
| d60a408b08 |
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user