flowchart LR
Root(["8 Verbs for
MicroSims"]):::root
Session["Session"]:::clusterSE
Engagement["Engagement"]:::clusterEN
Mastery["Mastery"]:::clusterMA
launched["launched"]:::leafSE
initialized["initialized"]:::leafSE
terminated["terminated"]:::leafSE
experienced["experienced"]:::leafEN
interacted["interacted"]:::leafEN
answered["answered"]:::leafMA
completed["completed"]:::leafMA
passed["passed"]:::leafMA
Root ==> Session
Root ==> Engagement
Root ==> Mastery
Session --> launched
Session --> initialized
Session --> terminated
Engagement --> experienced
Engagement --> interacted
Mastery --> answered
Mastery --> completed
Mastery --> passed
click Root call showVerbInfo("Root")
click Session call showVerbInfo("Session")
click Engagement call showVerbInfo("Engagement")
click Mastery call showVerbInfo("Mastery")
click launched call showVerbInfo("launched")
click initialized call showVerbInfo("initialized")
click terminated call showVerbInfo("terminated")
click experienced call showVerbInfo("experienced")
click interacted call showVerbInfo("interacted")
click answered call showVerbInfo("answered")
click completed call showVerbInfo("completed")
click passed call showVerbInfo("passed")
classDef root fill:#1e293b,stroke:#0f172a,color:#fff,font-size:15px,font-weight:bold
classDef clusterSE fill:#b45309,stroke:#78350f,color:#fff,font-size:14px,font-weight:bold
classDef clusterEN fill:#4338ca,stroke:#312e81,color:#fff,font-size:14px,font-weight:bold
classDef clusterMA fill:#be185d,stroke:#831843,color:#fff,font-size:14px,font-weight:bold
classDef leafSE fill:#fef3c7,stroke:#b45309,color:#451a03,font-size:13px
classDef leafEN fill:#e0e7ff,stroke:#4338ca,color:#1e1b4b,font-size:13px
classDef leafMA fill:#fce7f3,stroke:#be185d,color:#500724,font-size:13px
linkStyle default stroke:#64748b,stroke-width:1.5px
Verb Details
Click any verb in the diagram to see its IRI, when to emit it, the MicroSim types that typically emit it, and an example xAPI statement.
Session — bracket the sim session
Engagement — view and control changes
Mastery — assessment signals