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 the behaviour start with -, and cached values added to the submitted data start with _, or _-

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
attemptstepid BIGINT 19 null
question_attempt_steps.id quesattestepdata_att2_fkR

Foreign key, references question_attempt_steps.id

name VARCHAR 32

The name of this bit of data.

value LONGTEXT 2147483647 null

The corresponding value

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
quesattestepdata_att_ix Performance Asc attemptstepid

Relationships