Table
competencyassessmentattempts
Each row represents one attempt by a user on a competency assessment, including scores, pass/fail, and timing.
statusgroupRedshift
All tables
competencyassessmentattempts
Each row represents one attempt by a user on a competency assessment, including scores, pass/fail, and timing.
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.answeredcount,
t.competencyassessmentid,
t.userid,
t.grade,
t.correctanswercount
from competencyassessmentattempts as t
limit 100