List incorrect reason as well

This commit is contained in:
Joey Yakimowich-Payne 2026-01-13 08:04:11 -07:00
commit 2c7ca237a3
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
3 changed files with 21 additions and 4 deletions

View file

@ -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}