-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
The xAPI specification is now owned by the IEEE and undergoing an overhaul to make the spec more rigid explicit. The expected benefits are:
- LRSs should be able to provide a profile of what events it will accept
- Providers can expose profiles that the LRS can reference to add their events and custom objects to the LRS profile
- Ability to cryptographically sign statements to validate the sender's authenticity
- In testing, production, and consumption it should be possible to validate that statements against the given profile, ensuring not only proper formatting but also consistency in the use of different pieces of statements
We will eventually want to transition event-routing-backends to the new standard, and should consider a major refactor as part of that work. Some things we may wish to pursue as part of that work:
- Move away from TinCan
- Automate xAPI profile creation for Open edX and documentation for how to extend with custom profiles
- Profile creation / extension / validation / serving for Ralph
- Adopting a more rigid system for statement generation. Perhaps something like Ralph's Pydantic statement generation along with something like pydantic-jsonld to enable profile generation and templating of statements directly in our statement generation code
- Moving testing away from static files to schema / profile validation
- Ensure backward compatibility with at least our own 1.x statements
References:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status