diff --git a/webapp/src/components/Game.js b/webapp/src/components/Game.js index d1f21b3f..1ab644f6 100644 --- a/webapp/src/components/Game.js +++ b/webapp/src/components/Game.js @@ -22,8 +22,8 @@ const Game = () => { const [questionCounter, setQuestionCounter] = useState(0); const [incorrectCounter, setIncorrectCounter] = useState(0); - const [numberOfQuestions] = useState(3); - const [questionsToAnswer, setQuestionsToAnswer] = useState(3); + const [numberOfQuestions] = useState(6); + const [questionsToAnswer, setQuestionsToAnswer] = useState(6); const [isFinished, setFinished] = useState(false); // Porcentaje de aciertos