V1AssessmentQuestionAnswer
Answer unique identifier
Question unique identifier
Effective containing section identifier. A subquestion inherits its parent question's section. Null when legacy data cannot be linked to a section.
Parent question identifier for a nested subquestion answer
Parent answer-choice identifier for a nested subquestion answer
Whether the answer is not applicable
Computed score contribution. Null when uncalculated, non-scoreable, or hidden.
Maximum score. Null for deductions, uncalculated or non-scoreable answers, or when hidden.
Computed score percentage. Null when maxScore is zero or unavailable, or when hidden.
question object
Question information
Question ID
74fad70b-679a-46cc-9e98-ec8aca9b44f8Question content/text
Q2.2.1Answer display order. This is not an identifier or a score.
1Text answer
Some answer textNumeric answer
42value object
Value answer (we plan to migrate to this field in future). Currently only some question types using it.
- string
- number
- boolean
- object
- []
tableValues object[]
Table answer values for questions with table response type
value object
- string
- number
- boolean
- object
- []
files object[]
Attachment unique identifier
Original file name
Temporary signed URL for downloading the attachment
choices object[]
Selected choice(s)
Choice ID
67e04318-e69c-4224-84f3-aff1d4089b80Choice content
3Sub answer "paragraph" for the choice (if applicable)
testfiles object[]
Sub answer "files" for the choice (if applicable)
Attachment unique identifier
Original file name
Temporary signed URL for downloading the attachment
subQuestionAnswers []
Answers to questions conditionally nested under this selected choice
files object[]
Files attached directly to the answer; comment attachments are returned under comments[].attachments
Attachment unique identifier
Original file name
Temporary signed URL for downloading the attachment
comments object[]
Question comments (available when include_question_comments=true)
Comment unique identifier
Comment content
Comment creation timestamp
Whether the comment has been edited
user objectnullable
Comment author, subject to assessment confidentiality rules
organization objectnullable
Author organization, subject to assessment confidentiality rules
attachments object[]
Attachments belonging to this comment; these are not included in questionAnswer.files
Attachment unique identifier
Original file name
Temporary signed URL for downloading the attachment
{
"id": "string",
"questionId": "string",
"sectionId": "string",
"parentQuestionId": "string",
"parentChoiceId": "string",
"isNotApplicable": true,
"score": 0,
"maxScore": 0,
"scoreInPercentage": 0,
"question": {
"id": "74fad70b-679a-46cc-9e98-ec8aca9b44f8",
"content": "Q2.2.1"
},
"index": 1,
"text": "Some answer text",
"number": 42,
"value": 42,
"tableValues": [
{
"id": "string",
"columnId": "string",
"columnName": "string",
"rowNumber": 0,
"rowLabel": "string",
"value": "string",
"choices": [
"string"
],
"files": [
{
"id": "string",
"name": "string",
"signedUrl": "string"
}
]
}
],
"choices": [
{
"id": "67e04318-e69c-4224-84f3-aff1d4089b80",
"content": "3",
"text": "test",
"files": [
{
"id": "string",
"name": "string",
"signedUrl": "string"
}
],
"subQuestionAnswers": [
null
]
}
],
"files": [
{
"id": "string",
"name": "string",
"signedUrl": "string"
}
],
"comments": [
{
"id": "string",
"content": "string",
"createdDate": "2024-07-29T15:51:28.071Z",
"isEdited": true,
"user": {
"id": "string",
"email": "string",
"firstName": "string",
"lastName": "string"
},
"organization": {
"id": "string",
"externalId": "string",
"name": "string",
"type": "string"
},
"attachments": [
{
"id": "string",
"name": "string",
"signedUrl": "string"
}
]
}
]
}