xAPI Statement Generator

xAPI Statement Generator (JSON)

Build Actor, Verb, and Object Components

Last Updated: ---

Generated xAPI Statement

{
  "actor": { ... },
  "verb": { ... },
  "object": { ... },
  "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.

Scroll to Top