diff --git a/src/view/components/game/GamePlaySession.tsx b/src/view/components/game/GamePlaySession.tsx index e50c229..4d74702 100644 --- a/src/view/components/game/GamePlaySession.tsx +++ b/src/view/components/game/GamePlaySession.tsx @@ -96,6 +96,9 @@ export function GamePlaySession ({ game, onStart, onFinish }: GamePlaySessionPro answerQuestion={answerQuestion} nextQuestion={nextQuestion} /> +
+ {game.questions.length - questions.length} / {game.questions.length} +
diff --git a/src/view/components/game/game-play-session/game-play-session-question/GamePlaySessionQuestionUnanswered.tsx b/src/view/components/game/game-play-session/game-play-session-question/GamePlaySessionQuestionUnanswered.tsx index e408b68..c41188e 100644 --- a/src/view/components/game/game-play-session/game-play-session-question/GamePlaySessionQuestionUnanswered.tsx +++ b/src/view/components/game/game-play-session/game-play-session-question/GamePlaySessionQuestionUnanswered.tsx @@ -30,7 +30,7 @@ export function GamePlaySessionQuestionUnanswered (props: GameQuestionOptionsPro return (
-
+

+