请选择学生开始学习
今日完成测试
{{ progress.today_tests || 0 }} 次
不认识
{{ todayWordStats.not_recognized || 0 }}
点击查看详情
只认识
{{ todayWordStats.only_recognized || 0 }}
点击查看详情
会默写
{{ todayWordStats.can_write || 0 }}
点击查看详情
| 年级 | 总数 | 不认识 | 只认识 | 会默写 | 会默写比例 | 默写测试率 |
|---|---|---|---|---|---|---|
| {{ 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 ? '✓ 支持本地语音合成' : '✗ 不支持本地语音合成,将使用在线服务' }}
正在检查数据库状态...
{{ databaseStatus.info.error }}
但请注意{{ formatWarningModal.warnings.join('、') }}格式
正确格式:
{{ formatWarningModal.correctAnswer }}