Instance
#
InstanceInstance - the basic entity of the survey that is created based on a template.
It is a non-mutable object, if after the creation of the instance the template has changed, the state of the instance will not change
Attribute | Type | Description | Nullable |
---|---|---|---|
id | String | Identifier | false |
templateId | String | Identifier of template | false |
type | String | Type of instance: STANDALONE - if instance is quick TASK - if instance create by survey task | true |
dimensions | Object | measured value (e.g. value from a catalog) | true |
questionIds | String | List of question id included in the instance | true |
sumGradeResult | Integer | Amount of points scored | false |
maxGradeResult | Integer | Maximum number of points that the user could gain | false |
percentGradeResult | Integer | percentage of survey completion | false |
executorId | Dictionary of strings | Identifier of executor | true |
creationDate | Date and time | Date and time when the survey was created | true |
updateAt | Date and time | Date and time when the survey was updated | true |
finished | Boolean | Indicates the completion of the survey | true |