{{ course.name }}
{{ course.words }} слов
{{ currentCourse.name }}
{{ learnedWords }} из {{ totalWords }} слов изучено
{{ Math.round(progress) }}%
{{ currentWordIndex + 1 }} / {{ sessionWords.length }}
{{ Math.round((currentWordIndex + 1) / sessionWords.length * 100) }}%
{{ currentWord.ru }}
Нажмите, чтобы перевернуть
{{ currentWord.en }}
{{ currentWord.ru }}
{{ currentWordIndex + 1 }} / {{ sessionWords.length }}
✓ {{ correctAnswers }}
✗ {{ wrongAnswers }}
Переведите на английский:
{{ currentWord.ru }}
{{ isCorrect ? '✓ Правильно!' : '✗ Неправильно' }}
Правильный ответ: {{ currentWord.en }}
← Свайп влево: не знаю | Свайп вправо: знаю →
Вопрос {{ currentQuestionIndex + 1 }} из {{ testQuestions.length }}
{{ testQuestions[currentQuestionIndex].type === 'en-ru' ? 'Выберите перевод:' : 'Choose translation:' }}
{{ testQuestions[currentQuestionIndex].question }}
{{ getResultMessage() }}
{{ score }}%
Правильных ответов:
{{ correctAnswers }}
Неправильных ответов:
{{ wrongAnswers }}
Время:
{{ formatTime(testTime) }}