Qtype Shortanswer Options Table Schema (qtype_shortanswer_options)


Description

Options for short answer questions

qtype_shortanswer_options table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
questionid BIGINT 19 0
question.id Implied Constraint R

Foreign key references question.id.

usecase TINYINT 3 0

Whether answers are matched case-sensitively.

Table contained -1 rows

qtype_shortanswer_options table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
qtypshoropti_que_uix Must be unique Asc questionid

qtype_shortanswer_options table relationships