learning-education
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLearning Education
学习教育
Create effective learning experiences and study materials.
打造高效的学习体验与学习资料。
Pattern Selection
模式选择
| Intent | Pattern | When to Use |
|---|---|---|
| Concept explanation | | Define and clarify terminology |
| Math explanation | | Step-by-step math concepts |
| Code explanation | | Code walkthroughs |
| Doc simplification | | Make docs accessible |
| Narrative learning | | Concept → engaging story |
| Coding basics | | Programming for beginners |
| Quiz creation | | Practice questions by level |
| Flashcards | | Q&A study cards |
| Reading plan | | Structured learning path |
| DIY tutorial | | Step-by-step how-to |
| Evaluate learning | | Student response feedback |
| Lecture summary | | Lecture key takeaways |
| Socratic method | | Learn through questioning |
| Interview prep | | Technical interview help |
| 意图 | 模式 | 适用场景 |
|---|---|---|
| 概念讲解 | | 定义并明确术语 |
| 数学讲解 | | 分步讲解数学概念 |
| 代码讲解 | | 代码逐步解析 |
| 文档简化 | | 让文档更易懂 |
| 叙事式学习 | | 将概念转化为引人入胜的故事 |
| 编程基础 | | 面向初学者的编程教学 |
| 测验创建 | | 按难度生成练习题 |
| 抽认卡制作 | | 问答式学习卡片 |
| 阅读计划制定 | | 结构化学习路径 |
| DIY教程制作 | | 分步操作指南 |
| 学习效果评估 | | 学生反馈点评 |
| 讲座总结 | | 提取讲座核心要点 |
| 苏格拉底式教学 | | 通过提问式学习 |
| 面试准备 | | 技术面试辅助 |
Decision Flow
决策流程
User request
│
├─ "explain/what is" ─┬─ code? ──→ explain_code
│ ├─ math? ──→ explain_math
│ ├─ terms/definitions? ──→ explain_terms
│ └─ general concept? ──→ create_story_explanation
│
├─ "create study materials" ─┬─ quiz/test? ──→ create_quiz
│ ├─ flashcards? ──→ create_flash_cards
│ └─ reading plan? ──→ create_reading_plan
│
├─ "tutorial/how-to" ──→ create_diy
│
└─ "help me understand" ──→ dialog_with_socratesUser request
│
├─ "explain/what is" ─┬─ code? ──→ explain_code
│ ├─ math? ──→ explain_math
│ ├─ terms/definitions? ──→ explain_terms
│ └─ general concept? ──→ create_story_explanation
│
├─ "create study materials" ─┬─ quiz/test? ──→ create_quiz
│ ├─ flashcards? ──→ create_flash_cards
│ └─ reading plan? ──→ create_reading_plan
│
├─ "tutorial/how-to" ──→ create_diy
│
└─ "help me understand" ──→ dialog_with_socratesPattern References
模式参考
See for full patterns:
references/- explain_terms.md
- explain_math.md
- create_story_explanation.md
- create_quiz.md
- create_flash_cards.md
- create_reading_plan.md
- dialog_with_socrates.md
完整模式请查看目录:
references/- explain_terms.md
- explain_math.md
- create_story_explanation.md
- create_quiz.md
- create_flash_cards.md
- create_reading_plan.md
- dialog_with_socrates.md
Output Guidelines
输出指南
- Match complexity to learner level (ask if unsure)
- Use concrete examples before abstract principles
- Build on prior knowledge
- Include practice opportunities
- Provide immediate feedback on exercises
- Use analogies from familiar domains
- 根据学习者水平匹配内容复杂度(不确定时可询问)
- 先使用具体示例再讲解抽象原理
- 基于已有知识逐步拓展
- 包含练习机会
- 对练习提供即时反馈
- 使用熟悉领域的类比
Chaining Suggestions
链式建议
- After → offer
explain_termsto test understandingcreate_quiz - After → offer to explain first topic
create_reading_plan - After → offer
create_quizfor submitted responsesanalyze_answers
- 在之后 → 提供
explain_terms以测试理解程度create_quiz - 在之后 → 提供对首个主题的讲解
create_reading_plan - 在之后 → 提供
create_quiz以点评提交的答案analyze_answers