V1AssessmentQuestionAnswer
question object
Question information
idstring
Question ID
Example:
74fad70b-679a-46cc-9e98-ec8aca9b44f8contentstring
Question content/text
Example:
Q2.2.1indexinteger
Answer index
Example:
1textstringnullable
Text answer
Example:
Some answer textnumbernumbernullable
Numeric answer
Example:
42value object
Value answer (we plan to migrate to this field in future). Currently only some question types using it.
- string
- object
- null
string
object
null
tableValuesobject[]
Table answer values for questions with table response type
choices object[]
Selected choice(s)
Array [
idstring
Choice ID
Example:
67e04318-e69c-4224-84f3-aff1d4089b80contentstring
Choice content
Example:
3textstringnullable
Sub answer "paragraph" for the choice (if applicable)
Example:
testfiles object[]
Sub answer "files" for the choice (if applicable)
Array [
signedUrlstring
Signed URL to upload the file content
]
]
filesobject[]
Uploaded files
V1AssessmentQuestionAnswer
{
"question": {
"id": "74fad70b-679a-46cc-9e98-ec8aca9b44f8",
"content": "Q2.2.1"
},
"index": 1,
"text": "Some answer text",
"number": 42,
"value": "string",
"tableValues": [
{}
],
"choices": [
{
"id": "67e04318-e69c-4224-84f3-aff1d4089b80",
"content": "3",
"text": "test",
"files": [
{
"signedUrl": "string"
}
]
}
],
"files": [
{}
]
}