{{ t('appLabel') }}
Quiz Arena
{{ t('room') }}
{{ room.roomCode }}
{{ currentQuestion.question }}
{{ t('finalRanking') }}
#{{ player.rank }}
{{ player.name }}
{{ player.score }}
- #{{ player.rank }} {{ player.name }} {{ player.score }}
{{ t('scoringRule') }} {{ scoring.correctAnswerPoints }} + {{ scoring.maxSpeedBonusPoints }}
{{ review.name }} - {{ review.score }}
{{ item.questionNumber }}. {{ item.question }}
{{ item.points }} pts
{{ t('yourAnswer') }} {{ formatAnswer(item, item.answerIndex) }}
{{ t('correctAnswer') }} {{ formatAnswer(item, item.correctAnswerIndex) }}
{{ myRoomPlayer && myRoomPlayer.finishedGame ? t('finishedWaiting') : t('waiting') }}
{{ waitingText }}
{{ player.name }}
{{ player.connected ? t('online') : t('offline') }}