app_question_attempt_step_data

0 rows


Description

Each question_attempt_step has an associative array of the data that was submitted by the user in the POST request. It can also contain extra data from the question type or behaviour to avoid re-computation. The convention is that names belonging to

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_question_attempt_step_data_id_seq'::regclass)
attemptstepid int8 19 null
app_question_attempt_steps.id Defined in XMLR
name varchar 32 ''::character varying
value text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
app_quesattestepdata_id_pk Primary key Asc id
app_quesattestepdata_att_ix Performance Asc attemptstepid

Relationships