Table
quizattempts
Each row represents a single quiz sitting by a learner, including score, pass/fail, duration, and topic linkage.
statusgroupRedshift
All tables
quizattempts
Each row represents a single quiz sitting by a learner, including score, pass/fail, duration, and topic linkage.
Full schema
View all columns and table relationships (SchemaSpy)Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Platform Documentation
Sample query
select
t.courseid,
t.userid,
t.topicid,
t.topictype,
t.grade
from quizattempts as t
limit 100