The behaviour attributes of an assessment are recorded inside the "Behaviour Domain" domain object.
Note that the "Behaviour" domain object is part of the "Assessment Data" object - see Managing Assessments.
V2 Item
|
Type
|
Description
|
---|---|---|
score | Mandatory integer |
The number of descriptors that were detected for the domain. Will equal the sum of the descriptors set to true in the domain. |
comment | Optional String | A comment on the assessment of the domain |
descriptors |
Mandatory Object containing 7 boolean descriptors |
Indicates which descriptors for the domain were detected (those items will have a value of true):
|
A sample "Behaviour Domain" assessment object is shown below:
"behaviour": {
"score": 1,
"comment": null,
"descriptors": {
"introvert": false,
"verbally_offensive": false,
"aggressive": false,
"fear_or_dislike": false,
"inappropriate_behaviour": false,
"confused": false,
"distressed": true
}
}