英语单词学习系统

请选择学生开始学习

选择学生

今日测试单词情况

今日完成测试

{{ progress.today_tests || 0 }} 次

不认识

{{ todayWordStats.not_recognized || 0 }}

点击查看详情

只认识

{{ todayWordStats.only_recognized || 0 }}

点击查看详情

会默写

{{ todayWordStats.can_write || 0 }}

点击查看详情

测试设置

测试类型

认识测试

默写测试

单词范围

测试类别

从未测试过的单词

正在测试

{{ formatTestTime(currentTest.elapsedTime) }}
{{ testOptions.count === 'unlimited' ? `已测试: ${currentTest.currentIndex + 1} 题` : `进度: ${currentTest.currentIndex + 1} / ${currentTest.words.length}` }}

英文单词

中文解释

已配对: {{ currentTest.matchedPairs.length }} / {{ currentTest.words.length }}
正确率: {{ currentTest.completedCount > 0 ? Math.round((currentTest.correctCount / currentTest.completedCount) * 100) : 0 }}%
{{ currentTest.type === 'recognition' ? currentTest.currentWord.chinese_meaning : currentTest.type === 'english_choice' ? currentTest.currentWord.english_word : '请默写以下单词' }}
{{ currentTest.currentWord.chinese_meaning }}
{{ currentTest.lastResult ? '✓ 正确!' : '✗ 错误!' }}
正确答案: {{ currentTest.currentWord.english_word }}
{{ currentTest.autoNextCountdown > 0 ? `${currentTest.autoNextCountdown}秒后自动进入下一题` : '正在进入下一题...' }}

测试结果

{{ testResult.score }}%
答对 {{ testResult.correct }} / {{ testResult.total }} 题
测试用时: {{ testResult.duration || '00:00' }}
测试单词: {{ testResult.total }} 个
平均用时: {{ testResult.averageTime || '0.0' }} 秒/词

学习统计分析

{{ statistics.total_words || 0 }}
总单词数
{{ statistics.tested_words || 0 }}
已测试单词数

整体掌握等级统计

{{ statistics.mastery_stats?.not_recognized || 0 }}
不认识 (Level 0)
{{ statistics.total_words > 0 ? (((statistics.mastery_stats?.not_recognized || 0) / statistics.total_words * 100).toFixed(1)) : 0 }}%
{{ statistics.mastery_stats?.only_recognized || 0 }}
只认识 (Level 1)
{{ statistics.total_words > 0 ? (((statistics.mastery_stats?.only_recognized || 0) / statistics.total_words * 100).toFixed(1)) : 0 }}%
{{ statistics.mastery_stats?.can_write || 0 }}
会默写 (Level 2)
{{ statistics.total_words > 0 ? (((statistics.mastery_stats?.can_write || 0) / statistics.total_words * 100).toFixed(1)) : 0 }}%

每日测试趋势(最近30天)

不认识
只认识
会默写

按年级统计

年级 总数 不认识 只认识 会默写 会默写比例 默写测试率
{{ grade.grade }}年级 {{ grade.total }} {{ grade.not_recognized || 0 }} {{ grade.only_recognized || 0 }} {{ grade.can_write || 0 }} {{ grade.total > 0 ? ((grade.can_write || 0) / grade.total * 100).toFixed(1) : 0 }}% {{ grade.total > 0 ? ((grade.writing_tested || 0) / grade.total * 100).toFixed(1) : 0 }}%

按单词长度统计

长度 总数 不认识 只认识 会默写 会默写比例 默写测试率
{{ length.length }}个字母 {{ length.total }} {{ length.not_recognized || 0 }} {{ length.only_recognized || 0 }} {{ length.can_write || 0 }} {{ length.total > 0 ? ((length.can_write || 0) / length.total * 100).toFixed(1) : 0 }}% {{ length.total > 0 ? ((length.writing_tested || 0) / length.total * 100).toFixed(1) : 0 }}%

系统设置

发音设置

{{ speechSettings.webSpeechSupported ? '✓ 支持本地语音合成' : '✗ 不支持本地语音合成,将使用在线服务' }}

{{ speechSettings.rate }}
{{ speechSettings.pitch }}

测试设置

数据管理

{{ wordListModal.title }}

暂无单词
{{ word.word }}
{{ word.translation }}
{{ word.unit }} {{ word.grade }}年级

数据库状态检查

正在检查数据库状态...

基本信息

应用目录: {{ databaseStatus.info.app_directory }}
当前工作目录: {{ databaseStatus.info.current_directory }}
数据库路径: {{ databaseStatus.info.database_path }}
数据库来源: {{ databaseStatus.info.database_source }}
环境变量DATABASE_PATH: {{ databaseStatus.info.environment_var }}

连接状态

数据库文件存在: {{ databaseStatus.info.file_exists ? '是' : '否' }}
文件可读: {{ databaseStatus.info.file_readable ? '是' : '否' }}
数据库连接: {{ databaseStatus.info.connection_success ? '成功' : '失败' }}

数据统计

{{ databaseStatus.info.student_count || 0 }}
学生数量
{{ databaseStatus.info.word_count || 0 }}
单词数量

数据表状态

{{ table }}: {{ exists ? '存在' : '不存在' }}

错误信息

{{ databaseStatus.info.error }}

答案正确!

但请注意{{ formatWarningModal.warnings.join('、') }}格式

正确格式:

{{ formatWarningModal.correctAnswer }}

添加新学生