scormattempts
Each row represents a SCORM package attempt with completion status, scores, and progress for a user on a topic.
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.courseid,
t.userid,
t.topicid,
t.topictype,
t.completionstatus
from scormattempts as t
limit 100