Question
Field | Type | Description |
| String! | Question text. |
| DateTime! | Question creation date. |
| DateTime! | Question last update date. |
| QuestionType! | Defines question type. enum QuestionType {DATE_PICKER, DROPDOWN, MULTI_SELECT, OPEN_NUMBER, OPEN_QUESTION, OPEN_TEXT, SINGLE_SELECT, TIME_PICKER} |
| QuestionProfileField | Questions assigned to profile default fields. enum QuestionProfileField {ACTIVITY_LEVEL, BIOLOGICAL_SEX, BIRTHDATE, CUSTOM_ATTRIBUTES, FAVORITE_CUISINES, HEIGHT, IS_IMPERIAL, MALNUTRITION_RISK, PROGRAM, RESTRICTIONS, STARTING_WEIGHT, TARGET_WEIGHT, TUBE_FEEDING_ORAL_INTAKE, WEEKLY_WEIGHT_GOAL} |
| ||
| Boolean! | True if the question is defined as starting question, otherwise False. |
| Boolean! | True if the question is defined as final question, otherwise False. |
| String | Information text box located at the bottom of the question. |
| ID! | Id of the question. |
| FormHtmlElement | enum FormHtmlElement { CHECKBOX, INPUT, RADIO_BUTTON, SELECT, TEXTAREA} |
| String | Help text located after the question text with a smaller font size and lighter color. |
| Boolean! | True if the question can be skiped, otherwise False. |
| AssessmentAnswer | Assessment answer. |
| String | For OPEN type of questions. |
Last updated