🚀
物理启蒙大冒险
给小小科学家的第一本物理书
{{ chapter.icon }}
{{ chapter.title }}
{{ chapter.subtitle }}
{{ chapter.sections.length }} 个知识点
{{ chapter.quiz.length }} 道题目
📊 学习进度
{{ chapter.icon }} {{ chapter.title }}
{{ getChapterProgress(chapter.id) }}%
{{ selectedChapter.icon }}
{{ selectedChapter.title }}
{{ selectedChapter.subtitle }}
{{ selectedChapter.sections[currentSection].title }}
{{ selectedChapter.sections[currentSection].content }}
{{ selectedChapter.sections[currentSection].tip }}
{{ quizChapter ? quizChapter.title : '🎯 综合测验' }}
第 {{ currentQuestionIndex + 1 }} / {{ currentQuiz.length }} 题
第 {{ currentQuestionIndex + 1 }} 题
{{ currentQuestion.question }}
🎉
😅
{{ selectedAnswer === currentQuestion.answer ? '回答正确!' : '回答错误' }}
{{ currentQuestion.explanation }}
{{ getResultEmoji() }}
测验完成!
你答对了 {{ correctCount }} / {{ currentQuiz.length }} 题
{{ Math.round(correctCount / currentQuiz.length * 100) }}分
{{ getResultMessage() }}