@thanh01.pmt/curriculum-kit 1.4.44 → 1.4.45
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.map +1 -1
- package/dist/ai/index.d.cts +77 -77
- package/dist/ai/index.d.ts +77 -77
- package/dist/ai/index.mjs.map +1 -1
- package/dist/index.cjs +362 -265
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +117 -28
- package/dist/index.d.ts +117 -28
- package/dist/index.mjs +357 -264
- package/dist/index.mjs.map +1 -1
- package/dist/pipeline/index.cjs +33 -14
- package/dist/pipeline/index.cjs.map +1 -1
- package/dist/pipeline/index.mjs +33 -14
- package/dist/pipeline/index.mjs.map +1 -1
- package/dist/schemas/index.d.cts +1064 -1064
- package/dist/schemas/index.d.ts +1064 -1064
- package/dist/standards/index.d.cts +2 -2
- package/dist/standards/index.d.ts +2 -2
- package/dist/{standardsCoverageGate-49pJq5t8.d.cts → standardsCoverageGate-CLnq0d0s.d.cts} +12 -12
- package/dist/{standardsCoverageGate-49pJq5t8.d.ts → standardsCoverageGate-CLnq0d0s.d.ts} +12 -12
- package/dist/templates/ACT_template.md +18 -9
- package/dist/templates/ALIGNMENT_MATRIX_template.md +5 -0
- package/dist/templates/ART_DIRECTION_template.md +7 -0
- package/dist/templates/ASSET_MANIFEST_template.md +5 -0
- package/dist/templates/BASELINE_STANDARD.md +5 -0
- package/dist/templates/BELL_RINGER_template.md +13 -13
- package/dist/templates/CHANGELOG_template.md +3 -0
- package/dist/templates/CHOICE_BOARD_template.md +8 -5
- package/dist/templates/CODE_template.md +5 -6
- package/dist/templates/CONTENT_CONTINUITY_template.md +6 -0
- package/dist/templates/CONTENT_STYLE_GUIDE_template.md +4 -5
- package/dist/templates/CURRICULUM_FRAMEWORK_template.md +5 -6
- package/dist/templates/DEPENDENCY_MAP_template.md +3 -4
- package/dist/templates/EXIT_TICKET_template.md +8 -8
- package/dist/templates/EXT_template.md +3 -0
- package/dist/templates/GLOSSARY_template.md +1 -2
- package/dist/templates/GRAPHIC_ORGANIZER_template.md +8 -8
- package/dist/templates/GUIDE_template.md +5 -6
- package/dist/templates/HANDOUT_template.md +5 -6
- package/dist/templates/HANDOVER_DOCUMENT_template.md +8 -0
- package/dist/templates/KNOWLEDGE_EXPOSITION_template.md +16 -6
- package/dist/templates/LAB_TEMPLATE.md +20 -3
- package/dist/templates/LEARNER_PROFILE_template.md +4 -5
- package/dist/templates/LESSONS_LEARNED_template.md +8 -0
- package/dist/templates/LESSON_5E_template.md +24 -9
- package/dist/templates/LESSON_EDP_template.md +26 -10
- package/dist/templates/LESSON_GENERAL_template.md +22 -8
- package/dist/templates/OUTPUT_CONSTRAINTS_template.md +7 -0
- package/dist/templates/PACKAGING_SPEC_template.md +8 -0
- package/dist/templates/PILOT_FEEDBACK_template.md +6 -0
- package/dist/templates/PROJECT_BRIEF_template.md +8 -0
- package/dist/templates/PROJECT_STATUS_template.md +9 -0
- package/dist/templates/QUIZ_template.md +7 -0
- package/dist/templates/QUIZ_v4.6_template.md +4 -5
- package/dist/templates/REFERENCE_PACK_template.md +4 -0
- package/dist/templates/REVIEW_GAME_template.md +11 -8
- package/dist/templates/RUBRIC_template.md +2 -3
- package/dist/templates/SCIENCE_LAB_template.md +11 -5
- package/dist/templates/SECTION_LANGUAGE_CONTRACT_template.md +44 -0
- package/dist/templates/SELF_LAB_template.md +7 -0
- package/dist/templates/SLIDE_template.md +23 -0
- package/dist/templates/STATION_ROTATION_template.md +11 -11
- package/dist/templates/TASK_CARDS_template.md +8 -8
- package/dist/templates/TIERED_PRACTICE_template.md +14 -10
- package/dist/templates/UPDATE_ROADMAP_template.md +7 -0
- package/dist/templates/WKS_template.md +5 -6
- package/dist/workflow/index.cjs +231 -209
- 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 +231 -209
- package/dist/workflow/index.mjs.map +1 -1
- package/docs/refs/templates/ACT_template.md +18 -9
- package/docs/refs/templates/ALIGNMENT_MATRIX_template.md +5 -0
- package/docs/refs/templates/ART_DIRECTION_template.md +7 -0
- package/docs/refs/templates/ASSET_MANIFEST_template.md +5 -0
- package/docs/refs/templates/BASELINE_STANDARD.md +5 -0
- package/docs/refs/templates/BELL_RINGER_template.md +13 -13
- package/docs/refs/templates/CHANGELOG_template.md +3 -0
- package/docs/refs/templates/CHOICE_BOARD_template.md +8 -5
- package/docs/refs/templates/CODE_template.md +5 -6
- package/docs/refs/templates/CONTENT_CONTINUITY_template.md +6 -0
- package/docs/refs/templates/CONTENT_STYLE_GUIDE_template.md +4 -5
- package/docs/refs/templates/CURRICULUM_FRAMEWORK_template.md +5 -6
- package/docs/refs/templates/DEPENDENCY_MAP_template.md +3 -4
- package/docs/refs/templates/EXIT_TICKET_template.md +8 -8
- package/docs/refs/templates/EXT_template.md +3 -0
- package/docs/refs/templates/GLOSSARY_template.md +1 -2
- package/docs/refs/templates/GRAPHIC_ORGANIZER_template.md +8 -8
- package/docs/refs/templates/GUIDE_template.md +5 -6
- package/docs/refs/templates/HANDOUT_template.md +5 -6
- package/docs/refs/templates/HANDOVER_DOCUMENT_template.md +8 -0
- package/docs/refs/templates/KNOWLEDGE_EXPOSITION_template.md +16 -6
- package/docs/refs/templates/LAB_TEMPLATE.md +20 -3
- package/docs/refs/templates/LEARNER_PROFILE_template.md +4 -5
- package/docs/refs/templates/LESSONS_LEARNED_template.md +8 -0
- package/docs/refs/templates/LESSON_5E_template.md +24 -9
- package/docs/refs/templates/LESSON_EDP_template.md +26 -10
- package/docs/refs/templates/LESSON_GENERAL_template.md +22 -8
- package/docs/refs/templates/OUTPUT_CONSTRAINTS_template.md +7 -0
- package/docs/refs/templates/PACKAGING_SPEC_template.md +8 -0
- package/docs/refs/templates/PILOT_FEEDBACK_template.md +6 -0
- package/docs/refs/templates/PROJECT_BRIEF_template.md +8 -0
- package/docs/refs/templates/PROJECT_STATUS_template.md +9 -0
- package/docs/refs/templates/QUIZ_template.md +7 -0
- package/docs/refs/templates/QUIZ_v4.6_template.md +4 -5
- package/docs/refs/templates/REFERENCE_PACK_template.md +4 -0
- package/docs/refs/templates/REVIEW_GAME_template.md +11 -8
- package/docs/refs/templates/RUBRIC_template.md +2 -3
- package/docs/refs/templates/SCIENCE_LAB_template.md +11 -5
- package/docs/refs/templates/SECTION_LANGUAGE_CONTRACT_template.md +44 -0
- package/docs/refs/templates/SELF_LAB_template.md +7 -0
- package/docs/refs/templates/SLIDE_template.md +23 -0
- package/docs/refs/templates/STATION_ROTATION_template.md +11 -11
- package/docs/refs/templates/TASK_CARDS_template.md +8 -8
- package/docs/refs/templates/TIERED_PRACTICE_template.md +14 -10
- package/docs/refs/templates/UPDATE_ROADMAP_template.md +7 -0
- package/docs/refs/templates/WKS_template.md +5 -6
- package/package.json +1 -1
package/dist/pipeline/index.mjs
CHANGED
|
@@ -32,7 +32,7 @@ ${cc.technicalDepth}`;
|
|
|
32
32
|
const dataRows = cc.comparisonTable.rows.map((r) => `| ${r.join(" | ")} |`).join("\n");
|
|
33
33
|
str += `
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
**Comparison & Trade-off Analysis**
|
|
36
36
|
${headerRow}
|
|
37
37
|
${dividerRow}
|
|
38
38
|
${dataRows}`;
|
|
@@ -76,7 +76,8 @@ ${learningObjectivesStr}
|
|
|
76
76
|
|
|
77
77
|
---
|
|
78
78
|
|
|
79
|
-
## 1. ENGAGE (Hook & High-Stakes Scenario)
|
|
79
|
+
## 1. ENGAGE (Hook & High-Stakes Scenario)
|
|
80
|
+
> **Duration:** 10-15 mins
|
|
80
81
|
|
|
81
82
|
### Real-World Context: "${lesson.hookTitle || "The Incident"}"
|
|
82
83
|
${lesson.hookScenario}
|
|
@@ -85,13 +86,15 @@ ${lesson.hookQuestions && lesson.hookQuestions.length > 0 ? lesson.hookQuestions
|
|
|
85
86
|
|
|
86
87
|
---
|
|
87
88
|
|
|
88
|
-
## 2. EXPLORE & EXPLAIN (Core Technical Concepts & Principles)
|
|
89
|
+
## 2. EXPLORE & EXPLAIN (Core Technical Concepts & Principles)
|
|
90
|
+
> **Duration:** 30-40 mins
|
|
89
91
|
|
|
90
92
|
${coreConceptsStr}
|
|
91
93
|
|
|
92
94
|
---
|
|
93
95
|
|
|
94
|
-
## 3. GUIDED PRACTICE (Visual Architecture & Annotated Code)
|
|
96
|
+
## 3. GUIDED PRACTICE (Visual Architecture & Annotated Code)
|
|
97
|
+
> **Duration:** 20-25 mins
|
|
95
98
|
|
|
96
99
|
### System Architecture & Data Flow (Mermaid Diagram)
|
|
97
100
|
${mermaidBlock}
|
|
@@ -105,7 +108,8 @@ ${guidedPractice.codeSnippet}
|
|
|
105
108
|
|
|
106
109
|
---
|
|
107
110
|
|
|
108
|
-
## 4. ELABORATE & INDEPENDENT PRACTICE (Technical Challenge & Scaffolding)
|
|
111
|
+
## 4. ELABORATE & INDEPENDENT PRACTICE (Technical Challenge & Scaffolding)
|
|
112
|
+
> **Duration:** 15-20 mins
|
|
109
113
|
|
|
110
114
|
### Engineering Challenge: "${lesson.independentPractice?.title || "System Optimization Challenge"}"
|
|
111
115
|
${lesson.independentPractice?.description || "Implement the core logic and test against simulated edge cases."}
|
|
@@ -116,7 +120,8 @@ ${lesson.independentPractice?.description || "Implement the core logic and test
|
|
|
116
120
|
|
|
117
121
|
---
|
|
118
122
|
|
|
119
|
-
## 5. EVALUATE (Summary, Assessment & Metacognition)
|
|
123
|
+
## 5. EVALUATE (Summary, Assessment & Metacognition)
|
|
124
|
+
> **Duration:** 5-10 mins
|
|
120
125
|
|
|
121
126
|
### Exit Ticket (Bloom: Apply / Analyze)
|
|
122
127
|
> **Scenario Question:** ${lesson.exitTicket.questionStem}
|
|
@@ -209,12 +214,16 @@ ${hardwareItems}
|
|
|
209
214
|
|
|
210
215
|
## [REQUIRED] Active Learning Workflow
|
|
211
216
|
|
|
212
|
-
### Phase 1: Planning & Design
|
|
217
|
+
### Phase 1: Planning & Design
|
|
218
|
+
> **Duration:** ${phase1.durationMinutes} mins
|
|
219
|
+
|
|
213
220
|
- **Student Task:** ${phase1.studentTask}
|
|
214
221
|
- **Teacher Action:** ${phase1.teacherAction}
|
|
215
222
|
${phase1.inquiryQuestions.map((q) => ` - *Inquiry Question:* ${q}`).join("\n")}
|
|
216
223
|
|
|
217
|
-
### Phase 2: Implementation & Discovery
|
|
224
|
+
### Phase 2: Implementation & Discovery
|
|
225
|
+
> **Duration:** ${phase2.durationMinutes} mins
|
|
226
|
+
|
|
218
227
|
- **Student Task:** ${phase2.studentTask}
|
|
219
228
|
- **Teacher Action:** ${phase2.teacherAction}
|
|
220
229
|
|
|
@@ -222,7 +231,9 @@ ${phase2.codeOrCommands.map((c) => `\`\`\`text
|
|
|
222
231
|
${c}
|
|
223
232
|
\`\`\``).join("\n\n")}
|
|
224
233
|
|
|
225
|
-
### Phase 3: Debugging & Testing
|
|
234
|
+
### Phase 3: Debugging & Testing
|
|
235
|
+
> **Duration:** ${phase3.durationMinutes} mins
|
|
236
|
+
|
|
226
237
|
- **Testing:** ${phase3.testingSteps}
|
|
227
238
|
- **Error Analysis:** ${phase3.errorAnalysis}
|
|
228
239
|
|
|
@@ -277,22 +288,28 @@ This lab focuses on the practical implementation of core technical concepts, bri
|
|
|
277
288
|
|
|
278
289
|
## \u{1F4DD} Lab Tasks (3-Tier Differentiation)
|
|
279
290
|
|
|
280
|
-
### \u{1F949} Bronze (Foundational)
|
|
291
|
+
### \u{1F949} Bronze (Foundational)
|
|
292
|
+
> **Duration:** ${tasks.bronze.mins} mins
|
|
293
|
+
|
|
281
294
|
**Objective:** ${tasks.bronze.objective}
|
|
282
295
|
- **Task:** ${tasks.bronze.task}
|
|
283
296
|
- **Requirement:** ${tasks.bronze.requirement}
|
|
284
297
|
|
|
285
|
-
### \u{1F948} Silver (Application)
|
|
298
|
+
### \u{1F948} Silver (Application)
|
|
299
|
+
> **Duration:** ${tasks.silver.mins} mins
|
|
300
|
+
|
|
286
301
|
**Objective:** ${tasks.silver.objective}
|
|
287
302
|
- **Task:** ${tasks.silver.task}
|
|
288
303
|
- **Requirement:** ${tasks.silver.requirement}
|
|
289
304
|
|
|
290
|
-
### \u{1F947} Gold (Enrichment/Creative)
|
|
305
|
+
### \u{1F947} Gold (Enrichment/Creative)
|
|
306
|
+
> **Duration:** ${tasks.gold.mins} mins
|
|
307
|
+
|
|
291
308
|
**Objective:** ${tasks.gold.objective}
|
|
292
309
|
- **Task:** ${tasks.gold.task}
|
|
293
310
|
- **Requirement:** ${tasks.gold.requirement}
|
|
294
311
|
|
|
295
|
-
## \u{1F4BB} Technical Reference
|
|
312
|
+
## \u{1F4BB} Technical Reference
|
|
296
313
|
<!-- [SME_MANDATE] -->
|
|
297
314
|
> Any code provided in this section is verified for syntax accuracy and runtime execution.
|
|
298
315
|
|
|
@@ -430,7 +447,9 @@ ${instruction.verificationChecklist.map((c) => `- [ ] ${c}`).join("\n")}
|
|
|
430
447
|
function serializeSelfLabToMarkdown(lab) {
|
|
431
448
|
const renderChallenge = (c, label) => {
|
|
432
449
|
const tasksList = c.tasks.map((t) => `- ${t}`).join("\n");
|
|
433
|
-
return `### ${label}: ${c.title}
|
|
450
|
+
return `### ${label}: ${c.title}
|
|
451
|
+
> **Duration:** ~${c.estimatedMinutes} mins
|
|
452
|
+
|
|
434
453
|
**Objective:** ${c.objective}
|
|
435
454
|
|
|
436
455
|
#### Tasks & Implementation Details:
|