Skip to content

Commit 22adb71

Browse files
committed
Update journal and documentation for IEEE standards in EdTech
- Added a reference to the new IEEE Standard 1484.12.1-2020 for Learner Object Metadata in the journal entry for April 30, 2025. - Created a new documentation page for the IEEE Standard 1484.12.1-2020, detailing its purpose, scope, and key concepts. - Updated the IEEE Standard for Sharable Competency Definitions to reflect the new date created and added relevant tags. - Expanded the Total Learning Architecture documentation to include detailed architecture components and related standards.
1 parent 5014192 commit 22adb71

4 files changed

Lines changed: 188 additions & 10 deletions

journals/2025_04_30.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
- [[IMS/Common Cartridge]]
55
- #Filed
66
- [[US/Gov/ADL/Report/2019 Modernizing Learning]]
7+
- [[US/Gov/ADL/TLA]]
78
- [[IEEE/Term/Learning Engineering]]
89
- [[IEEE/Grp/ICICLE]]
910
- [[IEEE/Committee/LTSC]]
1011
- [[IEEE/Std/1484.20.3 Sharable Competency Definitions]]
1112
- [[IEEE/Std/P9274.1 Experience API xAPI 2.0]]
12-
- [[IEEE/Std/1484.12.1 Learner Object Metadata 2.0]]
13+
- [[IEEE/Std/1484.12.1-2020 Learner Object Metadata 2.0]]
1314
- [[IEEE/Std/2997 Enterprise Learning Record]]
1415
- [[EdTech/Co/eLearning Industry/Blog/21/05/5 elearning standards explained]]
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
alias:: [[IEEE LOM 2.0]], [[LOM]]
2+
tags:: [[IEEE]], [[Standard]], [[Metadata]], [[Learning Object]], [[EdTech]]
3+
4+
- # IEEE Standard for Learning Object Metadata (1484.12.1-2020)
5+
- [IEEE Xplore](https://ieeexplore.ieee.org/servlet/opac?punumber=9262116)
6+
- ## 📖 Overview
7+
- A standard that defines metadata structure for describing learning objects
8+
- Enables interoperability and discovery of learning resources across systems
9+
- Part of [[US/Gov/ADL/TLA]]'s core standards for content description
10+
- ## 🎯 Purpose
11+
- Facilitate search, evaluation, acquisition, and use of learning objects by:
12+
- Learners
13+
- Instructors
14+
- Automated software processes
15+
- Enable sharing and exchange of learning objects through:
16+
- Development of catalogs and inventories
17+
- Support for diverse cultural and linguistic contexts
18+
- Ensure semantic interoperability between different LOM implementations
19+
- ## 📋 Scope
20+
- Defines metadata structure for learning objects where:
21+
- Learning object = any entity (digital or non-digital) used for learning
22+
- Metadata instance = description of learning object characteristics
23+
- Supports linguistic diversity of:
24+
- Learning objects themselves
25+
- Their metadata descriptions
26+
- ## 🏷️ Metadata Categories
27+
- ### Core Categories
28+
- General information
29+
- Life cycle
30+
- Meta-metadata
31+
- Educational aspects
32+
- Technical details
33+
- Rights management
34+
- Relationships
35+
- Annotations
36+
- Classifications
37+
- ## 💡 Key Concepts
38+
- ### Learning Object
39+
- Any entity (digital or non-digital) used for:
40+
- Learning
41+
- Education
42+
- Training
43+
- ### Metadata Instance
44+
- Describes relevant characteristics of a learning object
45+
- Enables systems to:
46+
- Manage learning objects
47+
- Locate resources
48+
- Evaluate content
49+
- Exchange data
50+
- ## 🔄 Implementation
51+
- Standard provides conceptual data schema
52+
- Actual implementation defined by other standards
53+
- Designed as base schema that can be extended
54+
- Enables automated scheduling of learning objects
55+
- ## 🌐 Interoperability
56+
- Supports transformation between different bindings
57+
- Ensures high degree of semantic interoperability
58+
- Facilitates cross-platform content sharing
59+
- Enables multi-language support
60+
- ## 📚 Standard Vocabulary
61+
- Terms from the IEEE Standards Dictionary
62+
- ### Category
63+
- A group of related data elements
64+
- Used to organize metadata into logical groups
65+
- ### Datatype
66+
- A property of distinct values
67+
- Defines:
68+
- Common features of values
69+
- Operations on those values
70+
- ### Extended Data Element
71+
- Element defined outside the standard
72+
- Permitted within data structure instance
73+
- Enables extensibility of the standard
74+
- ### LangString
75+
- Special datatype for character strings
76+
- Supports multiple equivalent strings:
77+
- Translations
78+
- Alternative descriptions
79+
- Enables multilingual metadata
80+
- ### Learning Object
81+
- Any entity used for learning purposes:
82+
- Can be digital or non-digital
83+
- Used in education or training
84+
- Basic unit of educational content
85+
- ### LOM Data Element
86+
- Standard-defined data element with:
87+
- Name
88+
- Explanation
89+
- Size
90+
- Ordering
91+
- Value space
92+
- Datatype
93+
- ### Smallest Permitted Maximum
94+
- For implementation-defined values
95+
- Defines minimum constraints
96+
- Referenced in section 4.5 of standard
97+
- ### Value Space
98+
- Set of values for a given datatype
99+
- Can be:
100+
- Explicitly enumerated
101+
- Defined by reference to other standards
102+
- Note: Definitions based on ISO/IEC 11404:1996

pages/IEEE___Std___1484.20.3 Sharable Competency Definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
created-by:: [[IEEE/Committee/LTSC]]
2-
date-created:: [[2022]]
3-
tags:: [[EdTech]]
2+
date-created:: [[2023/07]]
3+
tags:: [[EdTech]], [[US/Gov/ADL/TLA]]
44

55
- # IEEE Standard for Learning Technology--Data Model for Shareable Competency Definitions
66
- > Defined in this standard are a data model for describing, referencing, and sharing **competency definitions**, and **frameworks of competency definitions** and **rubrics** in the context of **online and distributed learning** and in employment and work.

pages/US___Gov___ADL___TLA.md

Lines changed: 82 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,83 @@
1-
tags:: [[EdTech/Acronym]]
1+
alias:: [[Total Learning Architecture]]
2+
tags:: [[EdTech]], [[US/Gov/ADL]], [[Standard]], [[Architecture]], [[Learning Engineering]]
23

3-
- # [Total Learning Architecture (TLA)](https://www.adlnet.gov/projects/tla/)
4-
- [[IEEE]] standards
5-
- [[IEEE/Std/P9274.1 Experience API xAPI 2.0]] ([[xAPI]]) – Learning activity tracking uses the xAPI to capture learning activity streams. The xAPI standard also includes xAPI Profiles such as cmi5 and the TLA’s Master Object Model (MOM). xAPI 2.0 is targeted for approval in 2020.
6-
- [[IEEE/Std/1484.12.1 Learner Object Metadata 2.0]] – Descriptions of learning activities and their associated content are stored in the TLA’s Experience Index and use a modified version of the Learning Resource Metadata Initiative standard. A draft standard is being submitted for finalization in early 2020.
7-
- [[IEEE/Std/1484.20.3 Sharable Competency Definitions]] – The definition of a competency, the relationship to other competencies, and the alignment of evidence to help measure proficiency of the competency, are included in this standard. This standard is expected for approval in 2022.
8-
- [[IEEE/Std/2997 Enterprise Learning Record]] – Learner profile standards do not currently meet all TLA requirements. These new standards are actively being developed and modified based on input from numerous industry groups and associations.
4+
- # Total Learning Architecture (TLA)
5+
- A research and development project by [[US/Gov/ADL]] to create an integrated learning services environment
6+
- [Official Project Page](https://www.adlnet.gov/projects/tla/)
7+
- ## 🎯 Core Purpose
8+
- Enable personalized, data-driven, technology-enabled lifelong learning across:
9+
- Department of Defense
10+
- Other Federal Government agencies
11+
- Beyond government sectors
12+
- Create a "continuum of learning" that is:
13+
- Continuous (career-long vs episodic)
14+
- Blended (formal + informal)
15+
- Enterprise-focused
16+
- Learner-centric
17+
- Data-driven
18+
- Competency-based
19+
- On-demand
20+
- Cloud-based
21+
- ## 🏗️ Architecture Components
22+
- ### Data Standards
23+
- Built on key [[IEEE]] specifications:
24+
- [[IEEE/Std/P9274.1 Experience API xAPI 2.0]] for activity tracking
25+
- Includes [[xAPI]] Profiles like [[cmi5]]
26+
- Features TLA's Master Object Model (MOM)
27+
- [[IEEE/Std/1484.12.1-2020 Learner Object Metadata 2.0]] for content description
28+
- [[IEEE/Std/1484.20.3 Sharable Competency Definitions]] for competency frameworks
29+
- [[IEEE/Std/2997 Enterprise Learning Record]] for learner profiles
30+
- ### Key Projects
31+
- #### Competency and Skills System (CaSS)
32+
- Manages competency frameworks
33+
- Creates sharable learner profiles
34+
- Integrates with existing [[LMS]]s
35+
- #### Data Analytics and Visualizations (DAVE)
36+
- Extends [[xAPI]] capabilities
37+
- Provides analysis and visualization tools
38+
- #### DATASIM
39+
- Open-source testing tool
40+
- Generates datasets for TLA validation
41+
- Helps evaluate [[xAPI]] implementations
42+
- #### Privacy Support (PS4TLA)
43+
- Implements user-tailored privacy
44+
- Creates personalized privacy models
45+
- #### FLUENT
46+
- Adaptive recommendation system
47+
- Analyzes [[xAPI]] data for learning patterns
48+
- Identifies effective learning sequences
49+
- ## 🤝 Implementation Partners
50+
- ### Military
51+
- Air Force Learning Services Environment (AFLSE)
52+
- Army Futures Command
53+
- Defense Health Agency (DHA)
54+
- ### Intelligence Community
55+
- Office of the Under Secretary of Defense for Intelligence
56+
- Defense Counterintelligence and Security Agency
57+
- ## 📚 Related Standards
58+
- Builds upon and integrates with:
59+
- [[SCORM]] (historical foundation)
60+
- [[xAPI]] (core data standard)
61+
- [[cmi5]] (launching and tracking)
62+
- [[IMS/Common Cartridge]] (content packaging)
63+
- ## 🔄 Development Process
64+
- Started in 2016
65+
- Uses spiral design-based research
66+
- Focus on:
67+
- Technical specifications
68+
- Standards development
69+
- Policy guidance
70+
- Reference implementations
71+
- Emphasis on "plug and play" interoperability
72+
- ## 🎯 Future Direction
73+
- Moving toward:
74+
- AI and machine learning integration
75+
- Enhanced data analytics
76+
- Improved competency tracking
77+
- Greater system interoperability
78+
- Goal: Create a unified learning ecosystem that supports:
79+
- Multiple learning modalities
80+
- Various delivery points
81+
- Comprehensive data collection
82+
- Advanced analytics
83+
- Personalized learning paths

0 commit comments

Comments
 (0)