Skip to main content

quizattemptresponses

Each row represents a per-question outcome within a quiz attempt, including selected answers, correctness, and question text.

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.courseid,
t.userid,
t.topicid,
t.quizattemptid,
t.question
from quizattemptresponses as t
limit 100