Skip to main content

topics

Each row represents an individual learning item inside a lesson (page, video, quiz, SCORM, etc.) with settings such as timers and grading.

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.sectionid,
t.lessonid,
t.courseid,
t.title,
t.type
from topics as t
limit 100