app_question_hints

0 rows


Description

Stores the the part of the question definition that gives different feedback after each try in interactive and similar behaviours.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_question_hints_id_seq'::regclass)
questionid int8 19 null
app_question.id Defined in XMLR
hint text 2147483647 null
hintformat int2 5 0
shownumcorrect int2 5 null
clearwrong int2 5 null
options varchar 255 null

Indexes

Constraint Name Type Sort Column(s)
app_queshint_id_pk Primary key Asc id
app_queshint_que_ix Performance Asc questionid

Relationships