app_quiz_sections

0 rows


Description

Stores sections of a quiz with section name (heading), from slot-number N and whether the question order should be shuffled.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_quiz_sections_id_seq'::regclass)
quizid int8 19 null
app_quiz.id Defined in XMLR
firstslot int8 19 null
heading varchar 1333 null
shufflequestions int2 5 0

Indexes

Constraint Name Type Sort Column(s)
app_quizsect_id_pk Primary key Asc id
app_quizsect_qui_ix Performance Asc quizid
app_quizsect_quifir_uix Must be unique Asc/Asc quizid + firstslot

Relationships