@@ -19,6 +19,7 @@ tags:: [[Analysis]], [[EdTech/AI/Pedagogy]]
1919 - ## [[ChatGPT/Deep Research/Response]]
2020 - # LMS-Neutral Course Content Formats for Portability and AI-Assisted Authoring
2121 - ## [[SCORM]] (Sharable Content Object Reference Model)
22+ collapsed:: true
2223 - A long-standing standard (circa 2000) for packaging e-learning courses into a transferable ZIP file.
2324 - ### Neutrality & Interoperability
2425 - SCORM packages (typically a `.zip` with a manifest) can be imported into any SCORM-compliant LMS, making content portable across platforms
@@ -77,6 +78,7 @@ tags:: [[Analysis]], [[EdTech/AI/Pedagogy]]
7778 - Cross-domain restrictions historically made hosting content outside the LMS tricky
7879 - These complexities and SCORM's aging web technology (designed before mobile era) are why the industry considers SCORM "dated"
7980 - ## [[xAPI]] (Experience API, aka Tin Can API)
81+ collapsed:: true
8082 - A modern e-learning data specification (released 2013) focused on recording learning *experiences* rather than packaging content
8183 - ### Neutrality & Interoperability
8284 - xAPI is platform-neutral by design
@@ -422,6 +424,7 @@ tags:: [[Analysis]], [[EdTech/AI/Pedagogy]]
422424 - Mostly seen in academia
423425 - ## Other Notable Standards and Emerging Formats
424426 - ### [[IMS/QTI]] (Question & Test Interoperability)
427+ collapsed:: true
425428 - Widely used standard for assessment content
426429 - Platform-neutral #XML format
427430 - Often used with [[IMS/Common Cartridge]]
@@ -433,6 +436,7 @@ tags:: [[Analysis]], [[EdTech/AI/Pedagogy]]
433436 - Enhances modularity for test content
434437 - Some limitations on complex question types
435438 - ### [[IMS/LD]] Learning Design
439+ collapsed:: true
436440 - Comprehensive specification for pedagogical designs
437441 - Can model:
438442 - Activities
@@ -443,13 +447,15 @@ tags:: [[Analysis]], [[EdTech/AI/Pedagogy]]
443447 - Remained mostly experimental
444448 - Too complex for widespread adoption
445449 - ### Standards Comparison
450+ collapsed:: true
446451 - Standards are complementary and overlapping
447452 - Example combination:
448453 - Package content as cmi5
449454 - Use LTI for external tools
450455 - Track with xAPI data
451456 - Industry moving toward blended approach
452457 - ### [[EdTech/Idea/LearnMark]] ( or other [[Markdown]]-based formats)
458+ collapsed:: true
453459 - Interest in simpler, text-based formats
454460 - Uses Markdown with YAML frontmatter
455461 - Benefits:
0 commit comments