Skip to main content

questionchoices

Each row represents an answer option for a quiz question, including correctness, points, and order.

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.questionid,
t.correct,
t.points,
t.order,
t.value
from questionchoices as t
limit 100