🚀 开始你的化学学习之旅
🏆 选择学习单元
欢迎,{{ userData.username }}!当前总积分:{{ userData.totalScore }}
{{ cloudSyncManager && cloudSyncManager.isOnline ? '在线' : '本地模式' }}
{{ level.name }}
{{ level.perfectScore ? '🏆 满分解锁' : level.completed ? '✓ 已完成' : level.unlocked ? '🔓 已解锁' : '🔒 未解锁' }}
🔑
需要前一关卡达到满分 {{ levels.find(l => l.id === level.id - 1)?.requiredScore || 0 }} 分才能解锁
{{ level.description }}
📚
{{ level.questions.length }} 题
⭐
{{ level.unlocked ? (level.questions.length * 10) : '---' }}
🎯
{{ level.perfectScore ? '100%' : level.completed ? Math.round((level.completed ? 100 : 0) * 0.8) + '%' : '0%' }}
第 {{ currentQuestion + 1 }} 题 / 共 {{ currentLevelQuestions.length }} 题
进度:{{ Math.round(((currentQuestion + 1) / currentLevelQuestions.length) * 100) }}%
第 {{ currentLevel }} 单元
{{ currentQuestionData.question }}
填空 {{ index + 1 }}:
{{ ans }}
{{ currentQuestionData.answer }}
计算步骤:
1.
标准答案:
{{ currentQuestionData.answer }}
实验设计:
{{ ans }}
{{ currentQuestionData.answer }}
科学探究:
{{ ans }}
{{ currentQuestionData.answer }}
工艺分析:
{{ ans }}
{{ currentQuestionData.answer }}
题型:{{ currentQuestionData.type }}
此题目需要查看解析进行学习。
💡 解题思路:
{{ currentQuestionData.explanation }}
💡 提示:{{ currentQuestionData.hint }}
{{ score >= currentLevelQuestions.length ? '🎊' : '🎉' }}
{{ score >= currentLevelQuestions.length ? '满分解锁!' : '单元完成!' }}
{{ score }}/{{ currentLevelQuestions.length }}
正确率: {{ Math.round((score / currentLevelQuestions.length) * 100) }}%
{{ score >= currentLevelQuestions.length ? '🏅 达到满分,解锁下一关卡!' : '💪 继续努力,争取满分解锁下一关卡!' }}
恭喜你完成第{{ currentLevel }}单元:{{ levels[currentLevel-1].name }}
✅ 下一关卡已解锁!
⏳ 需要达到满分 {{ currentLevelQuestions.length }} 分才能解锁下一关卡