@thanh01.pmt/curriculum-kit 1.4.44 → 1.4.46
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.mjs.map +1 -1
- package/dist/{gateSettings-oo5tCUS_.d.cts → gateSettings-JoqERuS1.d.cts} +0 -1
- package/dist/{gateSettings-oo5tCUS_.d.ts → gateSettings-JoqERuS1.d.ts} +0 -1
- package/dist/index.cjs +362 -395
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +111 -33
- package/dist/index.d.ts +111 -33
- package/dist/index.mjs +356 -392
- 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/storage/index.cjs +0 -1
- package/dist/storage/index.cjs.map +1 -1
- package/dist/storage/index.mjs +0 -1
- package/dist/storage/index.mjs.map +1 -1
- 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/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 +214 -307
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.d.cts +2 -2
- package/dist/workflow/index.d.ts +2 -2
- package/dist/workflow/index.mjs +214 -307
- 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/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.cjs
CHANGED
|
@@ -42,7 +42,7 @@ ${cc.technicalDepth}`;
|
|
|
42
42
|
const dataRows = cc.comparisonTable.rows.map((r) => `| ${r.join(" | ")} |`).join("\n");
|
|
43
43
|
str += `
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
**Comparison & Trade-off Analysis**
|
|
46
46
|
${headerRow}
|
|
47
47
|
${dividerRow}
|
|
48
48
|
${dataRows}`;
|
|
@@ -86,7 +86,8 @@ ${learningObjectivesStr}
|
|
|
86
86
|
|
|
87
87
|
---
|
|
88
88
|
|
|
89
|
-
## 1. ENGAGE (Hook & High-Stakes Scenario)
|
|
89
|
+
## 1. ENGAGE (Hook & High-Stakes Scenario)
|
|
90
|
+
> **Duration:** 10-15 mins
|
|
90
91
|
|
|
91
92
|
### Real-World Context: "${lesson.hookTitle || "The Incident"}"
|
|
92
93
|
${lesson.hookScenario}
|
|
@@ -95,13 +96,15 @@ ${lesson.hookQuestions && lesson.hookQuestions.length > 0 ? lesson.hookQuestions
|
|
|
95
96
|
|
|
96
97
|
---
|
|
97
98
|
|
|
98
|
-
## 2. EXPLORE & EXPLAIN (Core Technical Concepts & Principles)
|
|
99
|
+
## 2. EXPLORE & EXPLAIN (Core Technical Concepts & Principles)
|
|
100
|
+
> **Duration:** 30-40 mins
|
|
99
101
|
|
|
100
102
|
${coreConceptsStr}
|
|
101
103
|
|
|
102
104
|
---
|
|
103
105
|
|
|
104
|
-
## 3. GUIDED PRACTICE (Visual Architecture & Annotated Code)
|
|
106
|
+
## 3. GUIDED PRACTICE (Visual Architecture & Annotated Code)
|
|
107
|
+
> **Duration:** 20-25 mins
|
|
105
108
|
|
|
106
109
|
### System Architecture & Data Flow (Mermaid Diagram)
|
|
107
110
|
${mermaidBlock}
|
|
@@ -115,7 +118,8 @@ ${guidedPractice.codeSnippet}
|
|
|
115
118
|
|
|
116
119
|
---
|
|
117
120
|
|
|
118
|
-
## 4. ELABORATE & INDEPENDENT PRACTICE (Technical Challenge & Scaffolding)
|
|
121
|
+
## 4. ELABORATE & INDEPENDENT PRACTICE (Technical Challenge & Scaffolding)
|
|
122
|
+
> **Duration:** 15-20 mins
|
|
119
123
|
|
|
120
124
|
### Engineering Challenge: "${lesson.independentPractice?.title || "System Optimization Challenge"}"
|
|
121
125
|
${lesson.independentPractice?.description || "Implement the core logic and test against simulated edge cases."}
|
|
@@ -126,7 +130,8 @@ ${lesson.independentPractice?.description || "Implement the core logic and test
|
|
|
126
130
|
|
|
127
131
|
---
|
|
128
132
|
|
|
129
|
-
## 5. EVALUATE (Summary, Assessment & Metacognition)
|
|
133
|
+
## 5. EVALUATE (Summary, Assessment & Metacognition)
|
|
134
|
+
> **Duration:** 5-10 mins
|
|
130
135
|
|
|
131
136
|
### Exit Ticket (Bloom: Apply / Analyze)
|
|
132
137
|
> **Scenario Question:** ${lesson.exitTicket.questionStem}
|
|
@@ -219,12 +224,16 @@ ${hardwareItems}
|
|
|
219
224
|
|
|
220
225
|
## [REQUIRED] Active Learning Workflow
|
|
221
226
|
|
|
222
|
-
### Phase 1: Planning & Design
|
|
227
|
+
### Phase 1: Planning & Design
|
|
228
|
+
> **Duration:** ${phase1.durationMinutes} mins
|
|
229
|
+
|
|
223
230
|
- **Student Task:** ${phase1.studentTask}
|
|
224
231
|
- **Teacher Action:** ${phase1.teacherAction}
|
|
225
232
|
${phase1.inquiryQuestions.map((q) => ` - *Inquiry Question:* ${q}`).join("\n")}
|
|
226
233
|
|
|
227
|
-
### Phase 2: Implementation & Discovery
|
|
234
|
+
### Phase 2: Implementation & Discovery
|
|
235
|
+
> **Duration:** ${phase2.durationMinutes} mins
|
|
236
|
+
|
|
228
237
|
- **Student Task:** ${phase2.studentTask}
|
|
229
238
|
- **Teacher Action:** ${phase2.teacherAction}
|
|
230
239
|
|
|
@@ -232,7 +241,9 @@ ${phase2.codeOrCommands.map((c) => `\`\`\`text
|
|
|
232
241
|
${c}
|
|
233
242
|
\`\`\``).join("\n\n")}
|
|
234
243
|
|
|
235
|
-
### Phase 3: Debugging & Testing
|
|
244
|
+
### Phase 3: Debugging & Testing
|
|
245
|
+
> **Duration:** ${phase3.durationMinutes} mins
|
|
246
|
+
|
|
236
247
|
- **Testing:** ${phase3.testingSteps}
|
|
237
248
|
- **Error Analysis:** ${phase3.errorAnalysis}
|
|
238
249
|
|
|
@@ -287,22 +298,28 @@ This lab focuses on the practical implementation of core technical concepts, bri
|
|
|
287
298
|
|
|
288
299
|
## \u{1F4DD} Lab Tasks (3-Tier Differentiation)
|
|
289
300
|
|
|
290
|
-
### \u{1F949} Bronze (Foundational)
|
|
301
|
+
### \u{1F949} Bronze (Foundational)
|
|
302
|
+
> **Duration:** ${tasks.bronze.mins} mins
|
|
303
|
+
|
|
291
304
|
**Objective:** ${tasks.bronze.objective}
|
|
292
305
|
- **Task:** ${tasks.bronze.task}
|
|
293
306
|
- **Requirement:** ${tasks.bronze.requirement}
|
|
294
307
|
|
|
295
|
-
### \u{1F948} Silver (Application)
|
|
308
|
+
### \u{1F948} Silver (Application)
|
|
309
|
+
> **Duration:** ${tasks.silver.mins} mins
|
|
310
|
+
|
|
296
311
|
**Objective:** ${tasks.silver.objective}
|
|
297
312
|
- **Task:** ${tasks.silver.task}
|
|
298
313
|
- **Requirement:** ${tasks.silver.requirement}
|
|
299
314
|
|
|
300
|
-
### \u{1F947} Gold (Enrichment/Creative)
|
|
315
|
+
### \u{1F947} Gold (Enrichment/Creative)
|
|
316
|
+
> **Duration:** ${tasks.gold.mins} mins
|
|
317
|
+
|
|
301
318
|
**Objective:** ${tasks.gold.objective}
|
|
302
319
|
- **Task:** ${tasks.gold.task}
|
|
303
320
|
- **Requirement:** ${tasks.gold.requirement}
|
|
304
321
|
|
|
305
|
-
## \u{1F4BB} Technical Reference
|
|
322
|
+
## \u{1F4BB} Technical Reference
|
|
306
323
|
<!-- [SME_MANDATE] -->
|
|
307
324
|
> Any code provided in this section is verified for syntax accuracy and runtime execution.
|
|
308
325
|
|
|
@@ -440,7 +457,9 @@ ${instruction.verificationChecklist.map((c) => `- [ ] ${c}`).join("\n")}
|
|
|
440
457
|
function serializeSelfLabToMarkdown(lab) {
|
|
441
458
|
const renderChallenge = (c, label) => {
|
|
442
459
|
const tasksList = c.tasks.map((t) => `- ${t}`).join("\n");
|
|
443
|
-
return `### ${label}: ${c.title}
|
|
460
|
+
return `### ${label}: ${c.title}
|
|
461
|
+
> **Duration:** ~${c.estimatedMinutes} mins
|
|
462
|
+
|
|
444
463
|
**Objective:** ${c.objective}
|
|
445
464
|
|
|
446
465
|
#### Tasks & Implementation Details:
|