@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.
Files changed (119) hide show
  1. package/dist/ai/index.cjs.map +1 -1
  2. package/dist/ai/index.d.cts +77 -77
  3. package/dist/ai/index.d.ts +77 -77
  4. package/dist/ai/index.mjs.map +1 -1
  5. package/dist/index.cjs +362 -265
  6. package/dist/index.cjs.map +1 -1
  7. package/dist/index.d.cts +117 -28
  8. package/dist/index.d.ts +117 -28
  9. package/dist/index.mjs +357 -264
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/pipeline/index.cjs +33 -14
  12. package/dist/pipeline/index.cjs.map +1 -1
  13. package/dist/pipeline/index.mjs +33 -14
  14. package/dist/pipeline/index.mjs.map +1 -1
  15. package/dist/schemas/index.d.cts +1064 -1064
  16. package/dist/schemas/index.d.ts +1064 -1064
  17. package/dist/standards/index.d.cts +2 -2
  18. package/dist/standards/index.d.ts +2 -2
  19. package/dist/{standardsCoverageGate-49pJq5t8.d.cts → standardsCoverageGate-CLnq0d0s.d.cts} +12 -12
  20. package/dist/{standardsCoverageGate-49pJq5t8.d.ts → standardsCoverageGate-CLnq0d0s.d.ts} +12 -12
  21. package/dist/templates/ACT_template.md +18 -9
  22. package/dist/templates/ALIGNMENT_MATRIX_template.md +5 -0
  23. package/dist/templates/ART_DIRECTION_template.md +7 -0
  24. package/dist/templates/ASSET_MANIFEST_template.md +5 -0
  25. package/dist/templates/BASELINE_STANDARD.md +5 -0
  26. package/dist/templates/BELL_RINGER_template.md +13 -13
  27. package/dist/templates/CHANGELOG_template.md +3 -0
  28. package/dist/templates/CHOICE_BOARD_template.md +8 -5
  29. package/dist/templates/CODE_template.md +5 -6
  30. package/dist/templates/CONTENT_CONTINUITY_template.md +6 -0
  31. package/dist/templates/CONTENT_STYLE_GUIDE_template.md +4 -5
  32. package/dist/templates/CURRICULUM_FRAMEWORK_template.md +5 -6
  33. package/dist/templates/DEPENDENCY_MAP_template.md +3 -4
  34. package/dist/templates/EXIT_TICKET_template.md +8 -8
  35. package/dist/templates/EXT_template.md +3 -0
  36. package/dist/templates/GLOSSARY_template.md +1 -2
  37. package/dist/templates/GRAPHIC_ORGANIZER_template.md +8 -8
  38. package/dist/templates/GUIDE_template.md +5 -6
  39. package/dist/templates/HANDOUT_template.md +5 -6
  40. package/dist/templates/HANDOVER_DOCUMENT_template.md +8 -0
  41. package/dist/templates/KNOWLEDGE_EXPOSITION_template.md +16 -6
  42. package/dist/templates/LAB_TEMPLATE.md +20 -3
  43. package/dist/templates/LEARNER_PROFILE_template.md +4 -5
  44. package/dist/templates/LESSONS_LEARNED_template.md +8 -0
  45. package/dist/templates/LESSON_5E_template.md +24 -9
  46. package/dist/templates/LESSON_EDP_template.md +26 -10
  47. package/dist/templates/LESSON_GENERAL_template.md +22 -8
  48. package/dist/templates/OUTPUT_CONSTRAINTS_template.md +7 -0
  49. package/dist/templates/PACKAGING_SPEC_template.md +8 -0
  50. package/dist/templates/PILOT_FEEDBACK_template.md +6 -0
  51. package/dist/templates/PROJECT_BRIEF_template.md +8 -0
  52. package/dist/templates/PROJECT_STATUS_template.md +9 -0
  53. package/dist/templates/QUIZ_template.md +7 -0
  54. package/dist/templates/QUIZ_v4.6_template.md +4 -5
  55. package/dist/templates/REFERENCE_PACK_template.md +4 -0
  56. package/dist/templates/REVIEW_GAME_template.md +11 -8
  57. package/dist/templates/RUBRIC_template.md +2 -3
  58. package/dist/templates/SCIENCE_LAB_template.md +11 -5
  59. package/dist/templates/SECTION_LANGUAGE_CONTRACT_template.md +44 -0
  60. package/dist/templates/SELF_LAB_template.md +7 -0
  61. package/dist/templates/SLIDE_template.md +23 -0
  62. package/dist/templates/STATION_ROTATION_template.md +11 -11
  63. package/dist/templates/TASK_CARDS_template.md +8 -8
  64. package/dist/templates/TIERED_PRACTICE_template.md +14 -10
  65. package/dist/templates/UPDATE_ROADMAP_template.md +7 -0
  66. package/dist/templates/WKS_template.md +5 -6
  67. package/dist/workflow/index.cjs +231 -209
  68. package/dist/workflow/index.cjs.map +1 -1
  69. package/dist/workflow/index.d.cts +1 -1
  70. package/dist/workflow/index.d.ts +1 -1
  71. package/dist/workflow/index.mjs +231 -209
  72. package/dist/workflow/index.mjs.map +1 -1
  73. package/docs/refs/templates/ACT_template.md +18 -9
  74. package/docs/refs/templates/ALIGNMENT_MATRIX_template.md +5 -0
  75. package/docs/refs/templates/ART_DIRECTION_template.md +7 -0
  76. package/docs/refs/templates/ASSET_MANIFEST_template.md +5 -0
  77. package/docs/refs/templates/BASELINE_STANDARD.md +5 -0
  78. package/docs/refs/templates/BELL_RINGER_template.md +13 -13
  79. package/docs/refs/templates/CHANGELOG_template.md +3 -0
  80. package/docs/refs/templates/CHOICE_BOARD_template.md +8 -5
  81. package/docs/refs/templates/CODE_template.md +5 -6
  82. package/docs/refs/templates/CONTENT_CONTINUITY_template.md +6 -0
  83. package/docs/refs/templates/CONTENT_STYLE_GUIDE_template.md +4 -5
  84. package/docs/refs/templates/CURRICULUM_FRAMEWORK_template.md +5 -6
  85. package/docs/refs/templates/DEPENDENCY_MAP_template.md +3 -4
  86. package/docs/refs/templates/EXIT_TICKET_template.md +8 -8
  87. package/docs/refs/templates/EXT_template.md +3 -0
  88. package/docs/refs/templates/GLOSSARY_template.md +1 -2
  89. package/docs/refs/templates/GRAPHIC_ORGANIZER_template.md +8 -8
  90. package/docs/refs/templates/GUIDE_template.md +5 -6
  91. package/docs/refs/templates/HANDOUT_template.md +5 -6
  92. package/docs/refs/templates/HANDOVER_DOCUMENT_template.md +8 -0
  93. package/docs/refs/templates/KNOWLEDGE_EXPOSITION_template.md +16 -6
  94. package/docs/refs/templates/LAB_TEMPLATE.md +20 -3
  95. package/docs/refs/templates/LEARNER_PROFILE_template.md +4 -5
  96. package/docs/refs/templates/LESSONS_LEARNED_template.md +8 -0
  97. package/docs/refs/templates/LESSON_5E_template.md +24 -9
  98. package/docs/refs/templates/LESSON_EDP_template.md +26 -10
  99. package/docs/refs/templates/LESSON_GENERAL_template.md +22 -8
  100. package/docs/refs/templates/OUTPUT_CONSTRAINTS_template.md +7 -0
  101. package/docs/refs/templates/PACKAGING_SPEC_template.md +8 -0
  102. package/docs/refs/templates/PILOT_FEEDBACK_template.md +6 -0
  103. package/docs/refs/templates/PROJECT_BRIEF_template.md +8 -0
  104. package/docs/refs/templates/PROJECT_STATUS_template.md +9 -0
  105. package/docs/refs/templates/QUIZ_template.md +7 -0
  106. package/docs/refs/templates/QUIZ_v4.6_template.md +4 -5
  107. package/docs/refs/templates/REFERENCE_PACK_template.md +4 -0
  108. package/docs/refs/templates/REVIEW_GAME_template.md +11 -8
  109. package/docs/refs/templates/RUBRIC_template.md +2 -3
  110. package/docs/refs/templates/SCIENCE_LAB_template.md +11 -5
  111. package/docs/refs/templates/SECTION_LANGUAGE_CONTRACT_template.md +44 -0
  112. package/docs/refs/templates/SELF_LAB_template.md +7 -0
  113. package/docs/refs/templates/SLIDE_template.md +23 -0
  114. package/docs/refs/templates/STATION_ROTATION_template.md +11 -11
  115. package/docs/refs/templates/TASK_CARDS_template.md +8 -8
  116. package/docs/refs/templates/TIERED_PRACTICE_template.md +14 -10
  117. package/docs/refs/templates/UPDATE_ROADMAP_template.md +7 -0
  118. package/docs/refs/templates/WKS_template.md +5 -6
  119. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.