scormattemptresponses
Each row represents a SCORM interaction-level detail under an attempt, including prompt, learner response, and result.
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.scormattemptid,
t.questiondescription
from scormattemptresponses as t
limit 100