question

0 rows


Description

This table stores the definition of one version of a questio

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
question.parent ques_par2_fkR
question_attempts.questionid quesatte_que3_fkR
question_references.questionbankentryid Implied ConstraintR
parent BIGINT 19 0
question.id ques_par2_fkR
name VARCHAR 255
questiontext LONGTEXT 2147483647 null
questiontextformat TINYINT 3 0
generalfeedback LONGTEXT 2147483647 null

to store the question feedback

generalfeedbackformat TINYINT 3 0
defaultmark DECIMAL 12,7 1.0000000
penalty DECIMAL 12,7 0.3333333
qtype VARCHAR 20
length BIGINT 19 1
stamp VARCHAR 255
timecreated BIGINT 19 0

time question was created

timemodified BIGINT 19 0

time that question was last modified

createdby BIGINT 19 null

userid of person who created this question

modifiedby BIGINT 19 null

userid of person who last edited this question

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
ques_cre_ix Performance Asc createdby
ques_mod_ix Performance Asc modifiedby
ques_par_ix Performance Asc parent
ques_qty_ix Performance Asc qtype

Relationships