coursefeedbackresponses
Each row represents a learner feedback submission for a course, including the response payload and dismissal state.
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.userid,
t.clientid,
t.response,
t.dismissed
from coursefeedbackresponses as t
limit 100