List incorrect reason as well
This commit is contained in:
parent
845e3ab3d6
commit
2c7ca237a3
3 changed files with 21 additions and 4 deletions
4
App.tsx
4
App.tsx
|
|
@ -48,7 +48,8 @@ function App() {
|
|||
hasAnswered,
|
||||
lastPointsEarned,
|
||||
nextQuestion,
|
||||
currentCorrectShape
|
||||
currentCorrectShape,
|
||||
selectedOption
|
||||
} = useGame();
|
||||
|
||||
const currentQ = quiz?.questions[currentQuestionIndex];
|
||||
|
|
@ -121,6 +122,7 @@ function App() {
|
|||
newScore={0}
|
||||
streak={0}
|
||||
correctOption={correctOpt}
|
||||
selectedOption={selectedOption}
|
||||
role={role}
|
||||
/>
|
||||
) : null}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue