CUSTOM_QUESTION_AVAILABLE_ANSWERS

0 rows


Description

Predefined answers for activity custom questions.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
CUSTOM_QUESTION_ID int 4 null

Custom question ID

ANSWER varchar 100 null

The predefined answer for a custom question

IS_DEFAULT_RESPONSE varchar 5 null

Whether this answer is the default answer for the custom question (Yes/No)

SUB_CUSTOM_QUESTION_ID int 4 null

The ID of a custom question that this answer links to

DEMOGRAPHIC_ID int 4 null

The demographic ID related to this answer

DEMOGRAPHIC_NAME varchar 60 null

The demographic name related to this answer

MIN_AGE int 4 null

The minimum age to be presented with this answer (0 = ALL)

MAX_AGE int 4 null

The maximum age to be presented with this answer (0 = ALL)

GENDER_NAME varchar 100 null

The name of the gender to be presented with this answer

GENDER_INDEX int 4 null

The ID of the gender to be presented with this answer (0 = ALL)

ANSWER_CODE int 4 null

The code that will be saved as the answer value when selecting this answer

Relationships

View Definition


Possibly Referenced Tables/Views