{{ searchState.error }}
{{ searchState.poemData.content }}
{{ $t('explanation') }}: {{ searchState.poemData.explanation || $t('noExplanation') }}
{{ $t('noData') }}
{{ $t('questionTitle') }}: {{ currentQuestion.title }}
{{ $t('questionGiven') }}:
{{ currentQuestion.givenLines.join('\n') }}
{{ $t('yourScore', { score: quizState.score, total: quizState.questions.length }) }}