| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionID |
Uniquely identifies a question. |
integer |
None. |
| QuestionDescription |
Textual description of the question asked. |
string |
String length: inclusive between 0 and 255 |
| QuestionLabel |
Generic Labeling of the purpose of the question, used for interfacing purposes. |
string |
String length: inclusive between 0 and 255 |
| QuestionType |
Type of question asked. |
string |
String length: inclusive between 0 and 255 |
| Answer |
The answer given to said question. |
string |
String length: inclusive between 0 and 255 |
| NextQuestionID |
The question that is asked after this answer is given. If null, this was the last question. |
integer |
None. |