Checklist question template
A question is the basic essence of a checklist template
| Attribute | Type | Description | Nullable |
|---|---|---|---|
| id | Integer | Identifier | false |
| name | String | Question name | false |
| active | Boolean | Question name | false |
| categoryId | Integer | Identifier of category | false |
| categoryName | String | Category name | false |
| templateId | Integer | Identifier of the question template | true |
| zoneId | Integer | Identifier of the zone | true |
| zoneName | String | Name of the zone | true |
| originalId | Integer | Identifier of the question that was before (put when deleting or updating) | true |
| controlType | String | Type of the control | false |
| weight | Float or double ?? | Weight of the question | true |
| blockCategory | Boolean | Blocking category | true |
| blockChecklist | Boolean | Blocking checklist | true |
| hint | String | Question hint | true |
| hasAnswers | Boolean | The presence of an answer | true |
| hasClones | Boolean | The presence of clones | true |
| needToRename | Boolean | Question need to rename | true |
| needToRelink | Boolean | Question need to relink | true |
| needToUpdate | Boolean | Question need to update | true |
| attachmentRequired | Boolean | The presence of attachments | true |
| routeToUserId | Integer | Question route to user id | true |
| routeToUserName | String | Question route to user name | true |
| routeToBusinessDirId | Integer | Question route to user id | true |
| routeToBusinessDirName | String | Question route to user name | true |
| routeToLevel | String | Question route to user level | true |
| notificationPeriod | Time | Notification period | true |
| daysForAction | Integer | Days for action | true |
| daysForActionEditable | Boolean | Opportunity to change number of days for action | true |
| minutesForAction | Integer | Minutes for action | true |
| deadlineTimeEnabled | Boolean | Deadline time enabled | true |
| needPhotoIfAnswerNo | Boolean | the need for photography if question has NO answer | true |
| photoHints | List of objects | Photo hints | true |
| noCreateTask | Boolean | Do not create a task if the answer is negative | true |
| lastModified | Time | Last modified time of question | true |
| supervisorCommentNecessityExtended | Boolean | Obligatory reviewer's comment | true |