@thanh01.pmt/curriculum-kit 1.4.41 → 1.4.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/index.cjs +31 -31
- package/dist/ai/index.cjs.map +1 -1
- package/dist/ai/index.d.cts +77 -77
- package/dist/ai/index.d.ts +77 -77
- package/dist/ai/index.mjs +31 -31
- package/dist/ai/index.mjs.map +1 -1
- package/dist/index.cjs +301 -2034
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +100 -154
- package/dist/index.d.ts +100 -154
- package/dist/index.mjs +297 -2014
- package/dist/index.mjs.map +1 -1
- package/dist/pipeline/index.cjs +31 -31
- package/dist/pipeline/index.cjs.map +1 -1
- package/dist/pipeline/index.mjs +31 -31
- package/dist/pipeline/index.mjs.map +1 -1
- package/dist/schemas/index.d.cts +1052 -1052
- package/dist/schemas/index.d.ts +1052 -1052
- package/dist/standards/index.d.cts +2 -2
- package/dist/standards/index.d.ts +2 -2
- package/dist/{standardsCoverageGate-CLnq0d0s.d.cts → standardsCoverageGate-49pJq5t8.d.cts} +12 -12
- package/dist/{standardsCoverageGate-CLnq0d0s.d.ts → standardsCoverageGate-49pJq5t8.d.ts} +12 -12
- package/dist/templates/ACT_template.md +58 -0
- package/dist/templates/ALIGNMENT_MATRIX_template.md +45 -0
- package/dist/templates/ART_DIRECTION_template.md +43 -0
- package/dist/templates/ASSET_MANIFEST_template.md +27 -0
- package/dist/templates/BASELINE_STANDARD.md +37 -0
- package/dist/templates/BELL_RINGER_template.md +108 -0
- package/dist/templates/CHANGELOG_template.md +19 -0
- package/dist/templates/CHOICE_BOARD_template.md +64 -0
- package/dist/templates/CODE_template.md +70 -0
- package/dist/templates/CONTENT_CONTINUITY_template.md +38 -0
- package/dist/templates/CONTENT_STYLE_GUIDE_template.md +49 -0
- package/dist/templates/CURRICULUM_FRAMEWORK_template.md +63 -0
- package/dist/templates/DEPENDENCY_MAP_template.md +65 -0
- package/dist/templates/EXIT_TICKET_template.md +85 -0
- package/dist/templates/EXT_template.md +35 -0
- package/dist/templates/GLOSSARY_template.md +108 -0
- package/dist/templates/GRAPHIC_ORGANIZER_template.md +100 -0
- package/dist/templates/GUIDE_template.md +56 -0
- package/dist/templates/HANDOUT_template.md +61 -0
- package/dist/templates/HANDOVER_DOCUMENT_template.md +69 -0
- package/dist/templates/KNOWLEDGE_EXPOSITION_template.md +56 -0
- package/dist/templates/LEARNER_PROFILE_template.md +51 -0
- package/dist/templates/LESSONS_LEARNED_template.md +49 -0
- package/dist/templates/LESSON_5E_template.md +127 -0
- package/dist/templates/LESSON_EDP_template.md +104 -0
- package/dist/templates/LESSON_GENERAL_template.md +117 -0
- package/dist/templates/OUTPUT_CONSTRAINTS_template.md +38 -0
- package/dist/templates/PACKAGING_SPEC_template.md +56 -0
- package/dist/templates/PILOT_FEEDBACK_template.md +49 -0
- package/dist/templates/PROJECT_BRIEF_template.md +45 -0
- package/dist/templates/PROJECT_STATUS_template.md +64 -0
- package/dist/templates/QUIZ_template.md +58 -0
- package/dist/templates/QUIZ_v4.6_template.md +65 -0
- package/dist/templates/REFERENCE_PACK_template.md +26 -0
- package/dist/templates/REVIEW_GAME_template.md +79 -0
- package/dist/templates/RUBRIC_template.md +54 -0
- package/dist/templates/SCIENCE_LAB_template.md +88 -0
- package/dist/templates/SLIDE_template.md +389 -0
- package/dist/templates/STATION_ROTATION_template.md +80 -0
- package/dist/templates/TASK_CARDS_template.md +111 -0
- package/dist/templates/TIERED_PRACTICE_template.md +114 -0
- package/dist/templates/UPDATE_ROADMAP_template.md +53 -0
- package/dist/templates/WKS_template.md +71 -0
- package/dist/workflow/index.cjs +99 -79
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.d.cts +1 -1
- package/dist/workflow/index.d.ts +1 -1
- package/dist/workflow/index.mjs +97 -77
- package/dist/workflow/index.mjs.map +1 -1
- package/docs/refs/templates/ACT_template.md +58 -0
- package/docs/refs/templates/ALIGNMENT_MATRIX_template.md +45 -0
- package/docs/refs/templates/ART_DIRECTION_template.md +43 -0
- package/docs/refs/templates/ASSET_MANIFEST_template.md +27 -0
- package/docs/refs/templates/BASELINE_STANDARD.md +37 -0
- package/docs/refs/templates/BELL_RINGER_template.md +108 -0
- package/docs/refs/templates/CHANGELOG_template.md +19 -0
- package/docs/refs/templates/CHOICE_BOARD_template.md +64 -0
- package/docs/refs/templates/CODE_template.md +70 -0
- package/docs/refs/templates/CONTENT_CONTINUITY_template.md +38 -0
- package/docs/refs/templates/CONTENT_STYLE_GUIDE_template.md +49 -0
- package/docs/refs/templates/CURRICULUM_FRAMEWORK_template.md +63 -0
- package/docs/refs/templates/DEPENDENCY_MAP_template.md +65 -0
- package/docs/refs/templates/EXIT_TICKET_template.md +85 -0
- package/docs/refs/templates/EXT_template.md +35 -0
- package/docs/refs/templates/GLOSSARY_template.md +108 -0
- package/docs/refs/templates/GRAPHIC_ORGANIZER_template.md +100 -0
- package/docs/refs/templates/GUIDE_template.md +56 -0
- package/docs/refs/templates/HANDOUT_template.md +61 -0
- package/docs/refs/templates/HANDOVER_DOCUMENT_template.md +69 -0
- package/docs/refs/templates/KNOWLEDGE_EXPOSITION_template.md +56 -0
- package/docs/refs/templates/LEARNER_PROFILE_template.md +51 -0
- package/docs/refs/templates/LESSONS_LEARNED_template.md +49 -0
- package/docs/refs/templates/LESSON_5E_template.md +127 -0
- package/docs/refs/templates/LESSON_EDP_template.md +104 -0
- package/docs/refs/templates/LESSON_GENERAL_template.md +117 -0
- package/docs/refs/templates/OUTPUT_CONSTRAINTS_template.md +38 -0
- package/docs/refs/templates/PACKAGING_SPEC_template.md +56 -0
- package/docs/refs/templates/PILOT_FEEDBACK_template.md +49 -0
- package/docs/refs/templates/PROJECT_BRIEF_template.md +45 -0
- package/docs/refs/templates/PROJECT_STATUS_template.md +64 -0
- package/docs/refs/templates/QUIZ_template.md +58 -0
- package/docs/refs/templates/QUIZ_v4.6_template.md +65 -0
- package/docs/refs/templates/REFERENCE_PACK_template.md +26 -0
- package/docs/refs/templates/REVIEW_GAME_template.md +79 -0
- package/docs/refs/templates/RUBRIC_template.md +54 -0
- package/docs/refs/templates/SCIENCE_LAB_template.md +88 -0
- package/docs/refs/templates/SLIDE_template.md +389 -0
- package/docs/refs/templates/STATION_ROTATION_template.md +80 -0
- package/docs/refs/templates/TASK_CARDS_template.md +111 -0
- package/docs/refs/templates/TIERED_PRACTICE_template.md +114 -0
- package/docs/refs/templates/UPDATE_ROADMAP_template.md +53 -0
- package/docs/refs/templates/WKS_template.md +71 -0
- package/package.json +5 -3
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "DEPENDENCY_MAP"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "{{DELIVERABLE_CODE}}"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
template_contract: "artifact-template-v1"
|
|
11
|
+
template_required_sections:
|
|
12
|
+
- "Document Dependency Hierarchy"
|
|
13
|
+
- "Cascade Impact Rules"
|
|
14
|
+
- "Cascade Processing Protocol"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# CURRICULUM DEPENDENCY MAP: {{PROJECT_NAME}}
|
|
18
|
+
|
|
19
|
+
_Tracks the logical flow and technical prerequisites between units and lessons to prevent fragmentation._
|
|
20
|
+
|
|
21
|
+
## [REQUIRED] Document Dependency Hierarchy
|
|
22
|
+
Data flows top-down. An arrow `└──` means the document below MUST read the document above before it is produced.
|
|
23
|
+
|
|
24
|
+
```text
|
|
25
|
+
LEARNER_PROFILE.md (Source: Client)
|
|
26
|
+
└── CURRICULUM_FRAMEWORK.md (reads Profile to design)
|
|
27
|
+
├── ART_DIRECTION.md (reads Profile & Framework)
|
|
28
|
+
├── CONTENT_STYLE_GUIDE.md (reads Profile & Framework)
|
|
29
|
+
├── _content/U[XX]/L[YY]/ (lesson folders containing the artifacts)
|
|
30
|
+
│ ├── LESSON_U[XX]_M[ZZ]_L[YY].md (detailed lesson plan - reads Framework & Style Guide)
|
|
31
|
+
│ ├── ACT_U[XX]_M[ZZ]_L[YY].md (hands-on activity - reads Lesson)
|
|
32
|
+
│ └── QUIZ_U[XX]_M[ZZ]_L[YY].md (question bank & rubrics - reads Lesson & Framework)
|
|
33
|
+
│ └── CONTENT_CONTINUITY.md (registers terminology & seamless pedagogy)
|
|
34
|
+
└── ALIGNMENT_MATRIX.md (cross-checks and truth-syncs the whole system)
|
|
35
|
+
└── PACKAGES (final deliverables: Teacher, Student, Parent, Client)
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## [REQUIRED] Cascade Impact Rules
|
|
39
|
+
When a Scope Change request or Version update occurs, `@reviewer` MUST cross-check the table below to identify the affected files:
|
|
40
|
+
|
|
41
|
+
| If this file changes MAJOR/MINOR... | ...then these files MUST be Reviewed/Rewritten |
|
|
42
|
+
|---|---|
|
|
43
|
+
| **LEARNER_PROFILE** | Everything (Framework, Lessons, Activities, Quizzes). Usually requires a restart (special gate). |
|
|
44
|
+
| **CURRICULUM_FRAMEWORK** | Lessons (`LESSON_U[XX]_M[ZZ]_L[YY]`) of the changed module, `ACT_U[XX]_M[ZZ]_L[YY]`, `QUIZ_U[XX]_M[ZZ]_L[YY]`, `ALIGNMENT_MATRIX`. |
|
|
45
|
+
| **CONTENT_STYLE_GUIDE** | All `LESSON_U[XX]_M[ZZ]_L[YY]` (only Tone/Style revision, no structure change), `CONTENT_CONTINUITY`. |
|
|
46
|
+
| **ART_DIRECTION** | Regenerate the illustrations or circuit diagram designs affected by the new Style. |
|
|
47
|
+
| **LESSON_U[XX]_M[ZZ]_L[YY] (Theory)**| `ACT_U[XX]_M[ZZ]_L[YY]` (materials may change), `QUIZ_U[XX]_M[ZZ]_L[YY]` (criteria may change), `ALIGNMENT_MATRIX`. |
|
|
48
|
+
| **ACT_U[XX]_M[ZZ]_L[YY] (Hands-on)** | `QUIZ_U[XX]_M[ZZ]_L[YY]` (practical product assessment criteria may change). |
|
|
49
|
+
|
|
50
|
+
## [REQUIRED] Cascade Processing Protocol
|
|
51
|
+
1. Identify the original file that changed.
|
|
52
|
+
2. Follow the "Propagation Rules" above to list the affected files.
|
|
53
|
+
3. Build the **Cascade Impact Map** table into `PROJECT_STATUS.md` (Open Issues section) and mark 🔴 (needs rewrite) or 🟡 (needs review).
|
|
54
|
+
4. Assign `@content`, `@activity`, `@assessor` to process in top-down order of the dependency diagram.
|
|
55
|
+
|
|
56
|
+
## [OPTIONAL] Tool & Platform Dependencies
|
|
57
|
+
| Component | Minimum Version | Required For |
|
|
58
|
+
|---|---|---|
|
|
59
|
+
| Arduino IDE | 2.0+ | All hardware projects |
|
|
60
|
+
| Python | 3.10+ | AI and Data units |
|
|
61
|
+
| n8n | 1.0+ | Automation units |
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
- **Global Standard:** v4.6 (Operational-First).
|
|
65
|
+
- **Status:** ALIGNED TEMPLATE (Modular-First Architecture Alignment).
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "EXIT_TICKET"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P3-T10"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
template_contract: "artifact-template-v1"
|
|
11
|
+
template_required_sections:
|
|
12
|
+
- "Target Learning Objectives"
|
|
13
|
+
- "Recall & Conceptual Anchor"
|
|
14
|
+
- "Application & Bug Hunt"
|
|
15
|
+
- "Metacognitive Reflection & Confidence Check"
|
|
16
|
+
- "Scoring & Teacher Intervention Trigger"
|
|
17
|
+
---
|
|
18
|
+
<!-- INJECT_BODY -->
|
|
19
|
+
|
|
20
|
+
# FORMATIVE EXIT TICKET: [LESSON TITLE]
|
|
21
|
+
_Unit: U[X] | Module: M[X.X] | Lesson: Lesson [XX] | Estimated Time: 5-7 mins_
|
|
22
|
+
|
|
23
|
+
## [REQUIRED] Target Learning Objectives
|
|
24
|
+
- **Target LO 1 (ULO):** [The universal conceptual objective being assessed, e.g., "The learner will be able to understand the immutability of declarative views."]
|
|
25
|
+
- **Target LO 2 (CIO/SIO):** [The concrete technical objective, e.g., "The learner will be able to bind state variables to UI controls using @State."]
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## [REQUIRED] Part 1: Recall & Conceptual Anchor (Prompt 1)
|
|
30
|
+
> *Objective: Test core mental model without allowing rote syntax memorization.*
|
|
31
|
+
|
|
32
|
+
**Question 1:**
|
|
33
|
+
[Present a conceptual scenario or analogy comparison. E.g., "In SwiftUI, why does modifying a regular local variable inside `body` fail to trigger a screen re-render, whereas mutating a `@State` property causes the View to update?"]
|
|
34
|
+
|
|
35
|
+
- **Student Answer Area:**
|
|
36
|
+
```text
|
|
37
|
+
[Write 1-2 concise sentences explaining the difference in runtime mechanism]
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## [REQUIRED] Part 2: Application & Bug Hunt (Prompt 2)
|
|
43
|
+
> *Objective: Test code diagnosis and precise correction in ≤ 3 lines of modification.*
|
|
44
|
+
|
|
45
|
+
**Code Snippet:**
|
|
46
|
+
```swift
|
|
47
|
+
// [Provide a minimal 4-8 line realistic code snippet containing exactly 1 bug or missing annotation]
|
|
48
|
+
struct CounterDisplay: View {
|
|
49
|
+
var counter: Int = 0 // Line containing deliberate bug
|
|
50
|
+
|
|
51
|
+
var body: some View {
|
|
52
|
+
Button("Increment: \(counter)") {
|
|
53
|
+
counter += 1
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
**Task:**
|
|
60
|
+
1. **Identify the Compiler/Runtime Error:** [E.g., "Cannot assign to property: 'self' is immutable"]
|
|
61
|
+
2. **Corrected Line:**
|
|
62
|
+
```swift
|
|
63
|
+
// [Write the single corrected line of code]
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## [REQUIRED] Part 3: Metacognitive Reflection & Confidence Check (Prompt 3)
|
|
69
|
+
> *Objective: Empower student self-regulation and provide immediate diagnostic signals.*
|
|
70
|
+
|
|
71
|
+
**Traffic Light Self-Assessment:**
|
|
72
|
+
- [ ] 🟢 **Green (Mastered):** "I can build and explain this concept to a peer without any hints."
|
|
73
|
+
- [ ] 🟡 **Yellow (Needs Practice):** "I understand the concept but got stuck on syntax or error messages."
|
|
74
|
+
- [ ] 🔴 **Red (Blocked):** "I need help understanding why this architecture is used."
|
|
75
|
+
|
|
76
|
+
**One Lingering Question (Exit Ticket Note):**
|
|
77
|
+
```text
|
|
78
|
+
[What is one question you still have before leaving today's lab?]
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## [REQUIRED] Scoring & Teacher Intervention Trigger
|
|
84
|
+
- **Proficiency Threshold:** Green/Yellow check + Correct Answer to Part 2 Bug Hunt.
|
|
85
|
+
- **Intervention Protocol:** If $\ge 25\%$ of students mark 🔴 Red or miss Part 2, start next session with a 5-minute Live Debugging Warm-up.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "EXT"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P3-T8"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# EXTENSION TASKS: [LESSON TITLE]
|
|
13
|
+
|
|
14
|
+
## For: Advanced Students / Extra Time
|
|
15
|
+
|
|
16
|
+
### Challenge 1: [Challenge Name] (Difficulty: ⭐⭐⭐)
|
|
17
|
+
**Description:**
|
|
18
|
+
[Advanced task requirement, e.g., code optimization, adding new features, connecting additional modules].
|
|
19
|
+
|
|
20
|
+
**Clues & Suggestions:**
|
|
21
|
+
- Refer to documentation for `[Concept/Function]`.
|
|
22
|
+
- Suggested Approach: [1-2 basic steps].
|
|
23
|
+
|
|
24
|
+
**Expected Outcome:**
|
|
25
|
+
[Description of the final product/result].
|
|
26
|
+
|
|
27
|
+
### Challenge 2: [Challenge Name] (Difficulty: ⭐⭐⭐⭐)
|
|
28
|
+
**Description:**
|
|
29
|
+
[More difficult task requiring synthesis of multiple concepts].
|
|
30
|
+
|
|
31
|
+
**Clues & Suggestions:**
|
|
32
|
+
[Hints if applicable].
|
|
33
|
+
|
|
34
|
+
**Expected Outcome:**
|
|
35
|
+
[Description].
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: __ID__
|
|
3
|
+
title: "__TITLE__"
|
|
4
|
+
type: __TYPE__
|
|
5
|
+
template_contract: "artifact-template-v1"
|
|
6
|
+
template_required_sections:
|
|
7
|
+
- "Term Glossary"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
<!--
|
|
11
|
+
Created by: Curriculum OS Builder
|
|
12
|
+
Phase: P3 | Deliverable: Glossary Artifact
|
|
13
|
+
Version: v1.0 | Date: 2026-05-09
|
|
14
|
+
-->
|
|
15
|
+
|
|
16
|
+
# 📖 TERM GLOSSARY: [MODULE / TOPIC NAME]
|
|
17
|
+
|
|
18
|
+
_Created by: @content (Terminology Mode) | Version: v[X] | Date: [DATE]_
|
|
19
|
+
_Unit: U[X] | Module: M[X.X] | Audience: Grade [XX] ([AGE] years old)_
|
|
20
|
+
|
|
21
|
+
> **How to use:**
|
|
22
|
+
> - 📘 Read **top to bottom** — terms are ordered from basic to advanced.
|
|
23
|
+
> - 🔗 Terms with `→ See more` links help you go deeper.
|
|
24
|
+
> - 💡 The **Analogy** section helps you remember — read it carefully!
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## [REQUIRED] Term Glossary
|
|
29
|
+
|
|
30
|
+
<!--
|
|
31
|
+
INSTRUCTIONS FOR @content:
|
|
32
|
+
Repeat the entry block below for each term.
|
|
33
|
+
Order from prerequisite → advanced (basic terms first).
|
|
34
|
+
Minimum 8 terms, maximum 15 terms per module.
|
|
35
|
+
-->
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
### 📌 [Term Name] *(English Term)*
|
|
40
|
+
|
|
41
|
+
**Bloom's Level:** [🔵 Remember / 🟡 Understand / 🟠 Apply]
|
|
42
|
+
|
|
43
|
+
**Simple definition:**
|
|
44
|
+
[Max 2 sentences, age-appropriate language — NO jargon]
|
|
45
|
+
|
|
46
|
+
**💡 Memory analogy:**
|
|
47
|
+
> *"[This term] is like [familiar everyday object/situation]..."*
|
|
48
|
+
|
|
49
|
+
**Real-world example:**
|
|
50
|
+
```[python/cpp/text]
|
|
51
|
+
[1-3 line code snippet OR 1-sentence real-world application description]
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
**⚠️ Common mistake:**
|
|
55
|
+
> Many students confuse [this term] with **[similar term]** because [reason]. The key difference is: [short explanation].
|
|
56
|
+
|
|
57
|
+
**→ See more:** [Related term 1], [Related term 2]
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
### 📌 [Term Name 2] *(English Term 2)*
|
|
62
|
+
|
|
63
|
+
**Bloom's Level:** [🔵 Remember / 🟡 Understand / 🟠 Apply]
|
|
64
|
+
|
|
65
|
+
**Simple definition:**
|
|
66
|
+
[...]
|
|
67
|
+
|
|
68
|
+
**💡 Memory analogy:**
|
|
69
|
+
> *"[...]"*
|
|
70
|
+
|
|
71
|
+
**Real-world example:**
|
|
72
|
+
```
|
|
73
|
+
[...]
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
**⚠️ Common mistake:**
|
|
77
|
+
> [...]
|
|
78
|
+
|
|
79
|
+
**→ See more:** [...]
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
<!-- Add further entries with the same structure -->
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## [OPTIONAL] Quick Reference Table
|
|
88
|
+
|
|
89
|
+
_For quick revision before tests:_
|
|
90
|
+
|
|
91
|
+
| Term (EN) | Translation (target language) | Bloom's | Mnemonic keywords |
|
|
92
|
+
|---|---|:---:|---|
|
|
93
|
+
| [English Term 1] | [Translation 1] | 🔵 | [1-2 key words] |
|
|
94
|
+
| [English Term 2] | [Translation 2] | 🟡 | [1-2 key words] |
|
|
95
|
+
| [English Term 3] | [Translation 3] | 🟠 | [1-2 key words] |
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## [OPTIONAL] Standardized Terms
|
|
100
|
+
|
|
101
|
+
_International technical terms — use the English form in code and documentation (Plan C):_
|
|
102
|
+
|
|
103
|
+
| Technical term | Note | Do not use |
|
|
104
|
+
|---|---|---|
|
|
105
|
+
| `Serial.begin()` | UART initialization function in Arduino | `serial_start()`, `init_serial()` |
|
|
106
|
+
| `GPIO` | General Purpose Input/Output | localized term (in code) |
|
|
107
|
+
| `PWM` | Pulse Width Modulation | localized term (in code) |
|
|
108
|
+
| [Add term] | [Note] | [Term to avoid] |
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "GRAPHIC_ORGANIZER"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P3-T18"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
template_contract: "artifact-template-v1"
|
|
11
|
+
template_required_sections:
|
|
12
|
+
- "Visual Paradigm Overview"
|
|
13
|
+
- "Organizer 1: Architectural Data Flow (Mermaid Flowchart)"
|
|
14
|
+
- "Organizer 2: Comparative Analysis (Mermaid / Markdown Venn)"
|
|
15
|
+
- "Organizer 3: State Machine & Lifecycle (Mermaid StateDiagram)"
|
|
16
|
+
- "Student Fill-in Worksheet Format"
|
|
17
|
+
---
|
|
18
|
+
<!-- INJECT_BODY -->
|
|
19
|
+
|
|
20
|
+
# VISUAL GRAPHIC ORGANIZERS: [LESSON / UNIT TITLE]
|
|
21
|
+
_Unit: U[X] | Module: M[X.X] | Format: Mermaid Markdown Diagrams + Fill-in Printable Worksheets_
|
|
22
|
+
|
|
23
|
+
## [REQUIRED] Visual Paradigm Overview
|
|
24
|
+
- **Cognitive Purpose:** Unload mental processing burden through spatial diagramming and dual-coding theory (Paivio).
|
|
25
|
+
- **Output Formats:** Interactive Mermaid.js rendered diagrams + Printable student fill-in worksheets.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## [REQUIRED] Organizer 1: Architectural Data Flow (Mermaid Flowchart)
|
|
30
|
+
|
|
31
|
+
```mermaid
|
|
32
|
+
graph TD
|
|
33
|
+
classDef input fill:#1e3a8a,stroke:#3b82f6,stroke-width:2px,color:#fff;
|
|
34
|
+
classDef state fill:#78350f,stroke:#f59e0b,stroke-width:2px,color:#fff;
|
|
35
|
+
classDef engine fill:#14532d,stroke:#22c55e,stroke-width:2px,color:#fff;
|
|
36
|
+
classDef view fill:#4c1d95,stroke:#a855f7,stroke-width:2px,color:#fff;
|
|
37
|
+
|
|
38
|
+
A[User Gesture / Tap]:::input -->|Triggers Action Closure| B[Mutate @State Variable]:::state
|
|
39
|
+
B -->|Emits State Invalidation| C[SwiftUI Dependency Graph]:::engine
|
|
40
|
+
C -->|Executes Diffing Algorithm| D[Compute Minimal View Hierarchy]:::engine
|
|
41
|
+
D -->|Calls body getter| E[Render Updated UI Component]:::view
|
|
42
|
+
|
|
43
|
+
subgraph "Hardware & Runtime"
|
|
44
|
+
C
|
|
45
|
+
D
|
|
46
|
+
end
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## [REQUIRED] Organizer 2: Comparative Analysis (Venn Diagram / Matrix)
|
|
52
|
+
|
|
53
|
+
```mermaid
|
|
54
|
+
graph LR
|
|
55
|
+
subgraph "Imperative (UIKit / Legacy)"
|
|
56
|
+
I1["Manual View Hierarchy Updates"]
|
|
57
|
+
I2["State stored in View objects"]
|
|
58
|
+
I3["Frequent Sync Bugs & Memory Leaks"]
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
subgraph "Shared Core Fundamentals"
|
|
62
|
+
S1["Event Loop Driven"]
|
|
63
|
+
S2["Underlying CoreAnimation Rendering"]
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
subgraph "Declarative (SwiftUI / Modern)"
|
|
67
|
+
D1["State-Driven Automatic Diffing"]
|
|
68
|
+
D2["Immutable Struct View Descriptors"]
|
|
69
|
+
D3["Single Source of Truth Invariant"]
|
|
70
|
+
end
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## [REQUIRED] Organizer 3: State Machine & Lifecycle (State Diagram)
|
|
76
|
+
|
|
77
|
+
```mermaid
|
|
78
|
+
stateDiagram-v2
|
|
79
|
+
[*] --> Idle: View Instantiated
|
|
80
|
+
Idle --> Mutating: User Input Received
|
|
81
|
+
Mutating --> ComputingDiff: State Wrapper Notifies Graph
|
|
82
|
+
ComputingDiff --> Repainting: Node Delta Detected
|
|
83
|
+
Repainting --> Idle: Frame Rendered on Display (60 FPS)
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
## [REQUIRED] Student Fill-in Worksheet Format (Offline Handout)
|
|
89
|
+
```text
|
|
90
|
+
┌──────────────────────────────────────────────────────────────────────────┐
|
|
91
|
+
│ STUDENT DATA FLOW FILL-IN EXERCISE │
|
|
92
|
+
├──────────────────────────────────────────────────────────────────────────┤
|
|
93
|
+
│ [ Box 1: _____________ ] ──▶ [ Box 2: _____________ ] │
|
|
94
|
+
│ │ │ │
|
|
95
|
+
│ ▼ ▼ │
|
|
96
|
+
│ [ Box 3: _____________ ] ──▶ [ Box 4: Renders New Screen (60 FPS) ] │
|
|
97
|
+
│ │
|
|
98
|
+
│ Word Bank: @State Mutation, User Tap, View Tree Diffing, Body Re-evaluated│
|
|
99
|
+
└──────────────────────────────────────────────────────────────────────────┘
|
|
100
|
+
```
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "GUIDE"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P3-T5"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
template_contract: "artifact-template-v1"
|
|
11
|
+
template_required_sections:
|
|
12
|
+
- "Objectives & Preparation"
|
|
13
|
+
- "Preparation Checklist & Workstation Setup"
|
|
14
|
+
- "Facilitation Script & Timeline"
|
|
15
|
+
- "Common Misconceptions & Diagnostic Remediation Matrix"
|
|
16
|
+
- "Differentiated Support Strategies"
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# TEACHER GUIDE: [LESSON TITLE]
|
|
20
|
+
_For Teacher Use Only | Unit [UXX] Module [MXX]_
|
|
21
|
+
|
|
22
|
+
## [REQUIRED] Objectives & Preparation
|
|
23
|
+
- **Pedagogical Goal:** [The main goal for the teacher to achieve during the session. Emphasize mindset shift, not just knowledge.]
|
|
24
|
+
- **Technical Checklist:** [Software/hardware to install or check before class]
|
|
25
|
+
|
|
26
|
+
> Misconceptions have ONE home in this document: the Remediation Matrix below.
|
|
27
|
+
> Do not restate them here.
|
|
28
|
+
|
|
29
|
+
## [REQUIRED] Preparation Checklist & Workstation Setup
|
|
30
|
+
| Item | Qty / Setup | Verified? |
|
|
31
|
+
|---|---|---|
|
|
32
|
+
| [Hardware/software/resource] | [Per group or per class] | [ ] |
|
|
33
|
+
|
|
34
|
+
## [REQUIRED] Facilitation Script & Timeline
|
|
35
|
+
> Mirror the LESSON B-flow phase-by-phase — same phases, same minutes. Do not
|
|
36
|
+
> invent a different time allocation.
|
|
37
|
+
|
|
38
|
+
### [Phase 1 name] — [X mins] (from LESSON B-flow)
|
|
39
|
+
- **Teacher moves:** [What the teacher says/does]
|
|
40
|
+
- **Inquiry questions:** [Questions to pose]
|
|
41
|
+
- **Transition:** [How to move to the next phase]
|
|
42
|
+
|
|
43
|
+
<!-- Repeat per B-flow phase. -->
|
|
44
|
+
|
|
45
|
+
## [REQUIRED] Common Misconceptions & Diagnostic Remediation Matrix
|
|
46
|
+
> Extract the Common Mistakes table VERBATIM from the canonical knowledge
|
|
47
|
+
> context (KX). Do not re-invent or paraphrase — one canonical list per lesson.
|
|
48
|
+
|
|
49
|
+
| Misconception | Why Students Believe It | Diagnostic Probe | Remediation |
|
|
50
|
+
|---|---|---|---|
|
|
51
|
+
| [From KX Common Mistakes] | [Underlying reasoning error] | [Quick question that exposes it] | [Concrete reteach action] |
|
|
52
|
+
|
|
53
|
+
## [REQUIRED] Differentiated Support Strategies
|
|
54
|
+
- **Support (struggling students):** [Concrete scaffolds during activities]
|
|
55
|
+
- **Extension (advanced students):** [What to hand them — reference EXT artifact]
|
|
56
|
+
- **Enrichment Question:** [1-2 deep-thinking questions]
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "HANDOUT"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P3-T6"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
template_contract: "artifact-template-v1"
|
|
11
|
+
template_required_sections:
|
|
12
|
+
- "Core Concepts"
|
|
13
|
+
- "Core Syntax & Mechanism Cheat Sheet"
|
|
14
|
+
- "Visual Mental Model / Architecture Diagram"
|
|
15
|
+
- "Step-by-Step Practical Quick-Start Guide"
|
|
16
|
+
- "Self-Check Diagnostic Checklist"
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# HANDOUT: [LESSON TITLE]
|
|
20
|
+
_Student Reference Notes — keep beside you during the lesson._
|
|
21
|
+
|
|
22
|
+
## [REQUIRED] 📖 Core Concepts
|
|
23
|
+
> Key terms and student-friendly definitions. Source term definitions from the
|
|
24
|
+
> canonical knowledge context (KX Key Terms) — align, don't re-invent.
|
|
25
|
+
|
|
26
|
+
| Term | Definition (student-friendly) | Example |
|
|
27
|
+
|---|---|---|
|
|
28
|
+
| [Term 1] | [Plain-language explanation] | [Micro example] |
|
|
29
|
+
|
|
30
|
+
## [REQUIRED] Core Syntax & Mechanism Cheat Sheet
|
|
31
|
+
> Quick-scan reference table for the exact syntax/mechanics this lesson uses.
|
|
32
|
+
|
|
33
|
+
| Pattern | Syntax | When to Use | Common Trap |
|
|
34
|
+
|---|---|---|---|
|
|
35
|
+
| [Pattern] | `[exact syntax]` | [Situation] | [Pitfall from KX] |
|
|
36
|
+
|
|
37
|
+
## [REQUIRED] Visual Mental Model / Architecture Diagram
|
|
38
|
+
> One Mermaid or ASCII diagram of the core mechanism, annotated.
|
|
39
|
+
|
|
40
|
+
```mermaid
|
|
41
|
+
graph LR
|
|
42
|
+
A[[Component 1]] --> B[[Component 2]]
|
|
43
|
+
B --> C[[Component 3]]
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
- **How to read it:** [One-paragraph walkthrough of the diagram]
|
|
47
|
+
|
|
48
|
+
## [REQUIRED] Step-by-Step Practical Quick-Start Guide
|
|
49
|
+
> Minimum path to a first working result, numbered, with checkpoints.
|
|
50
|
+
|
|
51
|
+
1. [Step 1 — concrete action]
|
|
52
|
+
- ✅ Checkpoint: [What you should see]
|
|
53
|
+
2. [Step 2]
|
|
54
|
+
- ✅ Checkpoint: [What you should see]
|
|
55
|
+
|
|
56
|
+
## [REQUIRED] Self-Check Diagnostic Checklist
|
|
57
|
+
> Can-do statements for self-assessment, mirroring LESSON LO evidence.
|
|
58
|
+
|
|
59
|
+
- [ ] I can [can-do statement tied to LO1]
|
|
60
|
+
- [ ] I can [can-do statement tied to LO2]
|
|
61
|
+
- [ ] I can [can-do statement tied to LO3]
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "HANDOVER_DOCUMENT"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "{{DELIVERABLE_CODE}}"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# CURRICULUM HANDOVER DOCUMENT
|
|
13
|
+
_Handover Date: [YYYY-MM-DD] | Version: v[X.X]_
|
|
14
|
+
|
|
15
|
+
## 1. Handover Information
|
|
16
|
+
- **Receiving Entity (Client):** [School / Center Name]
|
|
17
|
+
- **Course Name:** [Full Course Title]
|
|
18
|
+
- **Project ID:** [PRJ-CODE]
|
|
19
|
+
- **Target Audience:** [Age Group, Grade]
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## 2. Deliverables Inventory
|
|
24
|
+
_The curriculum suite is packaged into 4 modules (Packages) tailored for different stakeholders:_
|
|
25
|
+
|
|
26
|
+
| Package | Content Description | File Qty | Format |
|
|
27
|
+
|---|---|:---:|:---:|
|
|
28
|
+
| **1. Teacher Package** | Detailed Lesson Plans, Activity Guides, Answer Keys, Assessment Rubrics, Pedagogical Notes. | [X] | PDF / DOCX |
|
|
29
|
+
| **2. Student Package** | Learning Workbook, Step-by-step assembly/coding guides, Cheat sheets. | [X] | PDF |
|
|
30
|
+
| **3. Parent Package** | Course goal summary, sample progress reports, home engagement guides. | [X] | PDF |
|
|
31
|
+
| **4. Client/Manager Package** | Syllabus/Framework, Standards Alignment Reports, Hardware/Inventory list. | [X] | PDF / DOCX |
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 3. Commitment vs. Reality Check
|
|
36
|
+
| Commitment Item | Actual Delivery | Status |
|
|
37
|
+
|---|---|---|
|
|
38
|
+
| Total Lessons: [X] | Delivered [X] lessons | ✅ Met |
|
|
39
|
+
| Duration: [Y] mins/lesson | Designed [Y] mins/lesson | ✅ Met |
|
|
40
|
+
| Standards Alignment | Meets [Z/W] criteria | See Standards Report |
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## 4. Scope Exclusions
|
|
45
|
+
_This handover **DOES NOT** include the following items unless specified in a separate agreement:_
|
|
46
|
+
- Provision of hardware equipment, components, or software licenses.
|
|
47
|
+
- Direct Train-The-Trainer (TTT) sessions.
|
|
48
|
+
- Physical printing of materials.
|
|
49
|
+
- Integration into the school's LMS (Learning Management System).
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## 5. Getting Started Guide
|
|
54
|
+
To implement the curriculum effectively, please follow this sequence:
|
|
55
|
+
1. **Academic Manager:** Review the *Syllabus (Client Package)* to schedule classes and procure hardware.
|
|
56
|
+
2. **Classroom Teacher:** Read the *Lesson Plans (Teacher Package)* from start to finish. Print a sample *Workbook (Student Package)* for reference.
|
|
57
|
+
3. **Pre-launch:** Send the *Course Summary (Parent Package)* to parents.
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## 6. Post-Handover Support Policy
|
|
62
|
+
- **Support Period:** 30 days from the date of this handover (Until: [YYYY-MM-DD]).
|
|
63
|
+
- **Support Scope:** Clarification on lesson content, fixing technical errors in documents (typos, diagram errors, source code bugs).
|
|
64
|
+
- **Contact Channel:** [Email / Support Phone Number]
|
|
65
|
+
- **Committed Response Time (SLA):** Within [X] working hours.
|
|
66
|
+
|
|
67
|
+
_Handover Confirmation:_
|
|
68
|
+
**REPRESENTING PROVIDER** **REPRESENTING CLIENT**
|
|
69
|
+
(Signature & Full Name) (Signature & Full Name)
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# KNOWLEDGE_EXPOSITION: {{lesson_code}} — {{session_title}}
|
|
2
|
+
|
|
3
|
+
---
|
|
4
|
+
type: "KNOWLEDGE_EXPOSITION"
|
|
5
|
+
lesson_code: "{{lesson_code}}"
|
|
6
|
+
plan_hash: "{{plan_hash}}"
|
|
7
|
+
generated_at: "{{generated_at}}"
|
|
8
|
+
template_contract: "knowledge-exposition-v1"
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
_Self-study reference for session {{lesson_code}}. Read this before the activities.
|
|
12
|
+
Scope: exactly the knowledge planned for this session — no more, no less._
|
|
13
|
+
|
|
14
|
+
## [REQUIRED] Session Scope
|
|
15
|
+
|
|
16
|
+
- **Objective:** {{prose_objective}}
|
|
17
|
+
- **New keywords:** {{new_keywords}}
|
|
18
|
+
- **Assumed known:** {{prerequisite_keywords}}
|
|
19
|
+
- **Depth targets:** {{depth_targets}}
|
|
20
|
+
- **You can demonstrate, after this session:** {{exit_evidence}}
|
|
21
|
+
|
|
22
|
+
## [REQUIRED] Key Terms
|
|
23
|
+
|
|
24
|
+
<!-- One block per term in glossary scope. Definitions MUST match GLOSSARY.json. -->
|
|
25
|
+
|
|
26
|
+
{{key_terms}}
|
|
27
|
+
|
|
28
|
+
## [REQUIRED] Concept Narratives
|
|
29
|
+
|
|
30
|
+
<!-- One subsection per concept node in session scope, sized to its depth assignment:
|
|
31
|
+
- ulo: WHAT + WHY (technology-independent, what it is and why it exists)
|
|
32
|
+
- cio: HOW (the mechanism, how it works step by step)
|
|
33
|
+
- sio: SPECIFIC (concrete implementations, real keyword usage in this project)
|
|
34
|
+
Written for the STUDENT (self-study, no teacher). No teacher-only instructions. -->
|
|
35
|
+
|
|
36
|
+
{{concept_narratives}}
|
|
37
|
+
|
|
38
|
+
## [REQUIRED] Worked Micro-Examples
|
|
39
|
+
|
|
40
|
+
<!-- Minimal examples traceable to references from the domain graph. -->
|
|
41
|
+
|
|
42
|
+
{{worked_examples}}
|
|
43
|
+
|
|
44
|
+
## [REQUIRED] Common Mistakes
|
|
45
|
+
|
|
46
|
+
{{common_mistakes}}
|
|
47
|
+
|
|
48
|
+
## [REQUIRED] Self-Check Questions
|
|
49
|
+
|
|
50
|
+
<!-- 3-5 questions mapped to exit evidence. Answers at the very end. -->
|
|
51
|
+
|
|
52
|
+
{{self_check}}
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
- **Plan reference:** {{plan_hash}}
|
|
56
|
+
- **Last Updated:** {{generated_at}}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "LEARNER_PROFILE"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P1-T1"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
template_contract: "artifact-template-v1"
|
|
11
|
+
template_required_sections:
|
|
12
|
+
- "Foundational Info"
|
|
13
|
+
- "Entry Level"
|
|
14
|
+
- "Learning Context"
|
|
15
|
+
- "Client Objectives"
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# LEARNER PROFILE
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [REQUIRED] Foundational Info
|
|
22
|
+
- **Age Group:** [Specific age range, e.g., 11–13 years old]
|
|
23
|
+
- **Grade Level:** [E.g., Middle School / High School]
|
|
24
|
+
- **Typical Class Size:** [Number of students]
|
|
25
|
+
- **Learning Context:** [E.g., Public School / Coding Center / Workshop]
|
|
26
|
+
|
|
27
|
+
## [REQUIRED] Entry Level
|
|
28
|
+
- **Coding Experience:** [None / Basic / Intermediate / Advanced]
|
|
29
|
+
- **Hardware Experience:** [None / Basic / Intermediate / Advanced]
|
|
30
|
+
- **Related Prior Courses:** [List specific courses or "None"]
|
|
31
|
+
|
|
32
|
+
## [REQUIRED] Learning Context
|
|
33
|
+
- **Session Duration:** [Minutes]
|
|
34
|
+
- **Total Sessions:** [Number]
|
|
35
|
+
- **Frequency:** [E.g., 2 sessions/week]
|
|
36
|
+
- **Student Equipment:** [E.g., Personal Laptop / Lab PC / Tablet]
|
|
37
|
+
- **Internet Connectivity:** [Stable / Unstable / None]
|
|
38
|
+
|
|
39
|
+
## [REQUIRED] Client Objectives
|
|
40
|
+
- **Core Goal:** [What the client wants students to achieve - max 3 points]
|
|
41
|
+
- **Standard Alignment:** [E.g., CSTA / K12 CS Framework / Local Standards]
|
|
42
|
+
|
|
43
|
+
## [OPTIONAL] Student Characteristics
|
|
44
|
+
- **Motivation:** [Brief description]
|
|
45
|
+
- **Potential Barriers:** [Brief description]
|
|
46
|
+
- **Strengths to Leverage:** [Brief description]
|
|
47
|
+
|
|
48
|
+
## [OPTIONAL] Special Constraints
|
|
49
|
+
- **Hardware Budget:** [Budget per student or "None"]
|
|
50
|
+
- **Language Requirements:** [E.g., Bilingual English-Vietnamese]
|
|
51
|
+
- **Other Client Requests:** [Description or "None"]
|