Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVITY_ID | int | 4 | √ | null |
|
|
The activity ID that this record links to |
|
| 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 |
|
| MAX_NUMBER_OF_USES | int | 4 | √ | null |
|
|
The maximum number of times that this answer can be used for an activity |