questions
Each row represents a question stem and type for reusable assessment content.
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.body,
t.type
from questions as t
limit 100