flowchart TD Activity("Learning Activity"):::activityNode Record["Standardized Event
or Record"]:::recordNode Store["LRS or
Learning-Record
Warehouse"]:::storeNode Analysis["Aggregation and Analysis"]:::analysisNode Action("Feedback, Dashboard,
Intervention, or Course Change"):::actionNode Activity --> Record Record --> Store Store --> Analysis Analysis --> Action classDef activityNode fill:#0f766e,stroke:#134e4a,stroke-width:2px,color:#fff,font-size:16px classDef recordNode fill:#0284c7,stroke:#075985,stroke-width:2px,color:#fff,font-size:16px classDef storeNode fill:#4f46e5,stroke:#312e81,stroke-width:2px,color:#fff,font-size:16px classDef analysisNode fill:#7c3aed,stroke:#5b21b6,stroke-width:2px,color:#fff,font-size:16px classDef actionNode fill:#c2410c,stroke:#7c2d12,stroke-width:2px,color:#fff,font-size:16px linkStyle default stroke:#64748b,stroke-width:2px,font-size:16px