Skip to content

Commit

Permalink
✨ 6 preguntas por partida
Browse files Browse the repository at this point in the history
  • Loading branch information
UO285240 committed Apr 7, 2024
1 parent d0fb796 commit 838e093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 838e093

Please sign in to comment.