learningpathactions
Each row represents an event along a learner's path through a program, including milestones, timing, and due dates.
Full schema
View all columns and table relationships
Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Sample query
select
t.learningpathid,
t.milestoneid,
t.source,
t.type,
t.userid
from learningpathactions as t
limit 100