SREAL commited on
Commit
257c621
·
verified ·
1 Parent(s): af2848f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -375,7 +375,7 @@
375
  function checkAnswer(correct) {
376
  if(correct) {
377
  score++;
378
- if(score >= 10) {
379
  showEndScreen(true);
380
  return;
381
  }
 
375
  function checkAnswer(correct) {
376
  if(correct) {
377
  score++;
378
+ if(score >= 4) {
379
  showEndScreen(true);
380
  return;
381
  }