xAPI Statement Generator (JSON)
Build Actor, Verb, and Object Components
Last Updated:
---
Generated xAPI Statement
{
"actor": { ... },
"verb": { ... },
"object": { ... },
"timestamp": "..."
}
Standard xAPI Structure: Actor-Verb-Object (AVO) | Adheres to ISO 8601 Timestamp.
Actor: Who performed the action?
The Actor must have at least one identifier (Mailbox or Account).
Verb: What was the action?
Verbs must be defined by a unique URI (e.g., from the ADL registry).
Object: What was the action performed on?
The Object is typically an Activity defined by its URI.
