#
Data Collection
All data collected through the Inquest3 platform is stored in a unified answer format primarily consisting of an alias, codedValue, and textValue, with additional metadata properties of isUnseen, isUnanswered, and other configuration options. The collected answers for a particular survey when returned from the Tempus API are formatted as a JSON object, with each individual answer represented by a key-value pair of the alias and answer object.
{
"alias": {
"inputAlias": "alias",
"textValue": "A",
"codedValue": 1,
"isUnseen": false,
"isUnanswered": false,
"codeBooksValue": null,
"isDeidentified": false,
"deidentifiedText": null,
"data": {}
}
}