@thanh01.pmt/curriculum-kit 1.4.40 → 1.4.42
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.mjs +31 -31
- package/dist/ai/index.mjs.map +1 -1
- package/dist/index.cjs +290 -2027
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +84 -142
- package/dist/index.d.ts +84 -142
- package/dist/index.mjs +286 -2007
- 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/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.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 +6 -4
package/dist/ai/index.mjs
CHANGED
|
@@ -1367,6 +1367,37 @@ This lab focuses on the practical implementation of core technical concepts, bri
|
|
|
1367
1367
|
{{CHECKLIST_ITEMS}}
|
|
1368
1368
|
`.trim();
|
|
1369
1369
|
|
|
1370
|
+
// src/templates/quizTemplate.ts
|
|
1371
|
+
var QUIZ_TEMPLATE = `
|
|
1372
|
+
---
|
|
1373
|
+
id: "{{ID}}"
|
|
1374
|
+
title: "{{TITLE}}"
|
|
1375
|
+
type: "QUIZ"
|
|
1376
|
+
language: "{{LANGUAGE}}"
|
|
1377
|
+
total_questions: {{TOTAL_QUESTIONS}}
|
|
1378
|
+
passing_score_pct: {{PASSING_SCORE_PCT}}
|
|
1379
|
+
---
|
|
1380
|
+
|
|
1381
|
+
# \u{1F9E0} Diagnostic & Active Recall Quiz: {{TITLE}}
|
|
1382
|
+
|
|
1383
|
+
> \u23F1\uFE0F **Recommended Time:** ~10-15 mins
|
|
1384
|
+
> \u{1F3AF} **Passing Score:** {{PASSING_SCORE_PCT}}%
|
|
1385
|
+
> \u{1F4A1} **Purpose:** Test your conceptual understanding, catch hidden misconceptions, and evaluate architectural trade-offs.
|
|
1386
|
+
|
|
1387
|
+
---
|
|
1388
|
+
|
|
1389
|
+
{{QUESTIONS_SECTION}}
|
|
1390
|
+
|
|
1391
|
+
---
|
|
1392
|
+
|
|
1393
|
+
## \u{1F511} Comprehensive Answer Key & Deep Explanation (Expand after completing)
|
|
1394
|
+
<details>
|
|
1395
|
+
<summary><b>\u{1F449} Click to View Full Explanations & Common Pitfall Analysis</b></summary>
|
|
1396
|
+
|
|
1397
|
+
{{ANSWER_KEY_SECTION}}
|
|
1398
|
+
</details>
|
|
1399
|
+
`.trim();
|
|
1400
|
+
|
|
1370
1401
|
// src/templates/selfLabTemplate.ts
|
|
1371
1402
|
var SELF_LAB_TEMPLATE = `
|
|
1372
1403
|
---
|
|
@@ -1538,37 +1569,6 @@ tech_stack: {{TECH_STACK}}
|
|
|
1538
1569
|
{{FINAL_CHECKLIST}}
|
|
1539
1570
|
`.trim();
|
|
1540
1571
|
|
|
1541
|
-
// src/templates/quizTemplate.ts
|
|
1542
|
-
var QUIZ_TEMPLATE = `
|
|
1543
|
-
---
|
|
1544
|
-
id: "{{ID}}"
|
|
1545
|
-
title: "{{TITLE}}"
|
|
1546
|
-
type: "QUIZ"
|
|
1547
|
-
language: "{{LANGUAGE}}"
|
|
1548
|
-
total_questions: {{TOTAL_QUESTIONS}}
|
|
1549
|
-
passing_score_pct: {{PASSING_SCORE_PCT}}
|
|
1550
|
-
---
|
|
1551
|
-
|
|
1552
|
-
# \u{1F9E0} Diagnostic & Active Recall Quiz: {{TITLE}}
|
|
1553
|
-
|
|
1554
|
-
> \u23F1\uFE0F **Recommended Time:** ~10-15 mins
|
|
1555
|
-
> \u{1F3AF} **Passing Score:** {{PASSING_SCORE_PCT}}%
|
|
1556
|
-
> \u{1F4A1} **Purpose:** Test your conceptual understanding, catch hidden misconceptions, and evaluate architectural trade-offs.
|
|
1557
|
-
|
|
1558
|
-
---
|
|
1559
|
-
|
|
1560
|
-
{{QUESTIONS_SECTION}}
|
|
1561
|
-
|
|
1562
|
-
---
|
|
1563
|
-
|
|
1564
|
-
## \u{1F511} Comprehensive Answer Key & Deep Explanation (Expand after completing)
|
|
1565
|
-
<details>
|
|
1566
|
-
<summary><b>\u{1F449} Click to View Full Explanations & Common Pitfall Analysis</b></summary>
|
|
1567
|
-
|
|
1568
|
-
{{ANSWER_KEY_SECTION}}
|
|
1569
|
-
</details>
|
|
1570
|
-
`.trim();
|
|
1571
|
-
|
|
1572
1572
|
// src/ai/prompts/lessonMasterPrompt.ts
|
|
1573
1573
|
function buildLessonMasterPrompt(input) {
|
|
1574
1574
|
const { milestone, language, topic, targetAudience, contextContinuity, standardsContext } = input;
|