Form's template's question.

Show:

FORMQUESTION_DESCRIPTION

Varchar(150)

Question's description.


Default: ''

FORMQUESTION_REQUIRED

Tinyint(1)

Is the question's required.


Default: 0

FORMQUESTION_ROW

Int(11)

Question's order.


Default: 0

FORMQUESTION_STATE

Tinyint(1)

Question's state :

  • 0 : Inactive
  • 1 : Active


Default: 1

FORMQUESTION_TYPE

Enum('survey', 'singleChoice', 'multipleChoice', 'text', 'number')

Question's type.

ID_FORMQUESTION

Int(11)

Unique identifier.

ID_FORMTPL

Int(11)

TAB_FORMTPL.ID_FORMTPL.

Associated form's template.


Default: 0