@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.
Files changed (105) hide show
  1. package/dist/ai/index.cjs +31 -31
  2. package/dist/ai/index.cjs.map +1 -1
  3. package/dist/ai/index.mjs +31 -31
  4. package/dist/ai/index.mjs.map +1 -1
  5. package/dist/index.cjs +290 -2027
  6. package/dist/index.cjs.map +1 -1
  7. package/dist/index.d.cts +84 -142
  8. package/dist/index.d.ts +84 -142
  9. package/dist/index.mjs +286 -2007
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/pipeline/index.cjs +31 -31
  12. package/dist/pipeline/index.cjs.map +1 -1
  13. package/dist/pipeline/index.mjs +31 -31
  14. package/dist/pipeline/index.mjs.map +1 -1
  15. package/dist/templates/ACT_template.md +58 -0
  16. package/dist/templates/ALIGNMENT_MATRIX_template.md +45 -0
  17. package/dist/templates/ART_DIRECTION_template.md +43 -0
  18. package/dist/templates/ASSET_MANIFEST_template.md +27 -0
  19. package/dist/templates/BASELINE_STANDARD.md +37 -0
  20. package/dist/templates/BELL_RINGER_template.md +108 -0
  21. package/dist/templates/CHANGELOG_template.md +19 -0
  22. package/dist/templates/CHOICE_BOARD_template.md +64 -0
  23. package/dist/templates/CODE_template.md +70 -0
  24. package/dist/templates/CONTENT_CONTINUITY_template.md +38 -0
  25. package/dist/templates/CONTENT_STYLE_GUIDE_template.md +49 -0
  26. package/dist/templates/CURRICULUM_FRAMEWORK_template.md +63 -0
  27. package/dist/templates/DEPENDENCY_MAP_template.md +65 -0
  28. package/dist/templates/EXIT_TICKET_template.md +85 -0
  29. package/dist/templates/EXT_template.md +35 -0
  30. package/dist/templates/GLOSSARY_template.md +108 -0
  31. package/dist/templates/GRAPHIC_ORGANIZER_template.md +100 -0
  32. package/dist/templates/GUIDE_template.md +56 -0
  33. package/dist/templates/HANDOUT_template.md +61 -0
  34. package/dist/templates/HANDOVER_DOCUMENT_template.md +69 -0
  35. package/dist/templates/KNOWLEDGE_EXPOSITION_template.md +56 -0
  36. package/dist/templates/LEARNER_PROFILE_template.md +51 -0
  37. package/dist/templates/LESSONS_LEARNED_template.md +49 -0
  38. package/dist/templates/LESSON_5E_template.md +127 -0
  39. package/dist/templates/LESSON_EDP_template.md +104 -0
  40. package/dist/templates/LESSON_GENERAL_template.md +117 -0
  41. package/dist/templates/OUTPUT_CONSTRAINTS_template.md +38 -0
  42. package/dist/templates/PACKAGING_SPEC_template.md +56 -0
  43. package/dist/templates/PILOT_FEEDBACK_template.md +49 -0
  44. package/dist/templates/PROJECT_BRIEF_template.md +45 -0
  45. package/dist/templates/PROJECT_STATUS_template.md +64 -0
  46. package/dist/templates/QUIZ_template.md +58 -0
  47. package/dist/templates/QUIZ_v4.6_template.md +65 -0
  48. package/dist/templates/REFERENCE_PACK_template.md +26 -0
  49. package/dist/templates/REVIEW_GAME_template.md +79 -0
  50. package/dist/templates/RUBRIC_template.md +54 -0
  51. package/dist/templates/SCIENCE_LAB_template.md +88 -0
  52. package/dist/templates/SLIDE_template.md +389 -0
  53. package/dist/templates/STATION_ROTATION_template.md +80 -0
  54. package/dist/templates/TASK_CARDS_template.md +111 -0
  55. package/dist/templates/TIERED_PRACTICE_template.md +114 -0
  56. package/dist/templates/UPDATE_ROADMAP_template.md +53 -0
  57. package/dist/templates/WKS_template.md +71 -0
  58. package/dist/workflow/index.cjs +99 -79
  59. package/dist/workflow/index.cjs.map +1 -1
  60. package/dist/workflow/index.mjs +97 -77
  61. package/dist/workflow/index.mjs.map +1 -1
  62. package/docs/refs/templates/ACT_template.md +58 -0
  63. package/docs/refs/templates/ALIGNMENT_MATRIX_template.md +45 -0
  64. package/docs/refs/templates/ART_DIRECTION_template.md +43 -0
  65. package/docs/refs/templates/ASSET_MANIFEST_template.md +27 -0
  66. package/docs/refs/templates/BASELINE_STANDARD.md +37 -0
  67. package/docs/refs/templates/BELL_RINGER_template.md +108 -0
  68. package/docs/refs/templates/CHANGELOG_template.md +19 -0
  69. package/docs/refs/templates/CHOICE_BOARD_template.md +64 -0
  70. package/docs/refs/templates/CODE_template.md +70 -0
  71. package/docs/refs/templates/CONTENT_CONTINUITY_template.md +38 -0
  72. package/docs/refs/templates/CONTENT_STYLE_GUIDE_template.md +49 -0
  73. package/docs/refs/templates/CURRICULUM_FRAMEWORK_template.md +63 -0
  74. package/docs/refs/templates/DEPENDENCY_MAP_template.md +65 -0
  75. package/docs/refs/templates/EXIT_TICKET_template.md +85 -0
  76. package/docs/refs/templates/EXT_template.md +35 -0
  77. package/docs/refs/templates/GLOSSARY_template.md +108 -0
  78. package/docs/refs/templates/GRAPHIC_ORGANIZER_template.md +100 -0
  79. package/docs/refs/templates/GUIDE_template.md +56 -0
  80. package/docs/refs/templates/HANDOUT_template.md +61 -0
  81. package/docs/refs/templates/HANDOVER_DOCUMENT_template.md +69 -0
  82. package/docs/refs/templates/KNOWLEDGE_EXPOSITION_template.md +56 -0
  83. package/docs/refs/templates/LEARNER_PROFILE_template.md +51 -0
  84. package/docs/refs/templates/LESSONS_LEARNED_template.md +49 -0
  85. package/docs/refs/templates/LESSON_5E_template.md +127 -0
  86. package/docs/refs/templates/LESSON_EDP_template.md +104 -0
  87. package/docs/refs/templates/LESSON_GENERAL_template.md +117 -0
  88. package/docs/refs/templates/OUTPUT_CONSTRAINTS_template.md +38 -0
  89. package/docs/refs/templates/PACKAGING_SPEC_template.md +56 -0
  90. package/docs/refs/templates/PILOT_FEEDBACK_template.md +49 -0
  91. package/docs/refs/templates/PROJECT_BRIEF_template.md +45 -0
  92. package/docs/refs/templates/PROJECT_STATUS_template.md +64 -0
  93. package/docs/refs/templates/QUIZ_template.md +58 -0
  94. package/docs/refs/templates/QUIZ_v4.6_template.md +65 -0
  95. package/docs/refs/templates/REFERENCE_PACK_template.md +26 -0
  96. package/docs/refs/templates/REVIEW_GAME_template.md +79 -0
  97. package/docs/refs/templates/RUBRIC_template.md +54 -0
  98. package/docs/refs/templates/SCIENCE_LAB_template.md +88 -0
  99. package/docs/refs/templates/SLIDE_template.md +389 -0
  100. package/docs/refs/templates/STATION_ROTATION_template.md +80 -0
  101. package/docs/refs/templates/TASK_CARDS_template.md +111 -0
  102. package/docs/refs/templates/TIERED_PRACTICE_template.md +114 -0
  103. package/docs/refs/templates/UPDATE_ROADMAP_template.md +53 -0
  104. package/docs/refs/templates/WKS_template.md +71 -0
  105. package/package.json +6 -4
package/dist/ai/index.cjs CHANGED
@@ -1374,6 +1374,37 @@ This lab focuses on the practical implementation of core technical concepts, bri
1374
1374
  {{CHECKLIST_ITEMS}}
1375
1375
  `.trim();
1376
1376
 
1377
+ // src/templates/quizTemplate.ts
1378
+ var QUIZ_TEMPLATE = `
1379
+ ---
1380
+ id: "{{ID}}"
1381
+ title: "{{TITLE}}"
1382
+ type: "QUIZ"
1383
+ language: "{{LANGUAGE}}"
1384
+ total_questions: {{TOTAL_QUESTIONS}}
1385
+ passing_score_pct: {{PASSING_SCORE_PCT}}
1386
+ ---
1387
+
1388
+ # \u{1F9E0} Diagnostic & Active Recall Quiz: {{TITLE}}
1389
+
1390
+ > \u23F1\uFE0F **Recommended Time:** ~10-15 mins
1391
+ > \u{1F3AF} **Passing Score:** {{PASSING_SCORE_PCT}}%
1392
+ > \u{1F4A1} **Purpose:** Test your conceptual understanding, catch hidden misconceptions, and evaluate architectural trade-offs.
1393
+
1394
+ ---
1395
+
1396
+ {{QUESTIONS_SECTION}}
1397
+
1398
+ ---
1399
+
1400
+ ## \u{1F511} Comprehensive Answer Key & Deep Explanation (Expand after completing)
1401
+ <details>
1402
+ <summary><b>\u{1F449} Click to View Full Explanations & Common Pitfall Analysis</b></summary>
1403
+
1404
+ {{ANSWER_KEY_SECTION}}
1405
+ </details>
1406
+ `.trim();
1407
+
1377
1408
  // src/templates/selfLabTemplate.ts
1378
1409
  var SELF_LAB_TEMPLATE = `
1379
1410
  ---
@@ -1545,37 +1576,6 @@ tech_stack: {{TECH_STACK}}
1545
1576
  {{FINAL_CHECKLIST}}
1546
1577
  `.trim();
1547
1578
 
1548
- // src/templates/quizTemplate.ts
1549
- var QUIZ_TEMPLATE = `
1550
- ---
1551
- id: "{{ID}}"
1552
- title: "{{TITLE}}"
1553
- type: "QUIZ"
1554
- language: "{{LANGUAGE}}"
1555
- total_questions: {{TOTAL_QUESTIONS}}
1556
- passing_score_pct: {{PASSING_SCORE_PCT}}
1557
- ---
1558
-
1559
- # \u{1F9E0} Diagnostic & Active Recall Quiz: {{TITLE}}
1560
-
1561
- > \u23F1\uFE0F **Recommended Time:** ~10-15 mins
1562
- > \u{1F3AF} **Passing Score:** {{PASSING_SCORE_PCT}}%
1563
- > \u{1F4A1} **Purpose:** Test your conceptual understanding, catch hidden misconceptions, and evaluate architectural trade-offs.
1564
-
1565
- ---
1566
-
1567
- {{QUESTIONS_SECTION}}
1568
-
1569
- ---
1570
-
1571
- ## \u{1F511} Comprehensive Answer Key & Deep Explanation (Expand after completing)
1572
- <details>
1573
- <summary><b>\u{1F449} Click to View Full Explanations & Common Pitfall Analysis</b></summary>
1574
-
1575
- {{ANSWER_KEY_SECTION}}
1576
- </details>
1577
- `.trim();
1578
-
1579
1579
  // src/ai/prompts/lessonMasterPrompt.ts
1580
1580
  function buildLessonMasterPrompt(input) {
1581
1581
  const { milestone, language, topic, targetAudience, contextContinuity, standardsContext } = input;