Skip to main content

sectioncompletions

Each row records when a user completed a course section.

Full schema

View all columns and table relationships

Status group

No, this table does not include a statusgroup column.

Sample query

select
t.courseid,
t.sectionid,
t.userid,
t.licenseid
from sectioncompletions as t
limit 100