...
It typically has the following fields
Code Block | ||
---|---|---|
| ||
{
questionID: "2d6cdef9-d707-4e94-95cb-17eb89ee1944", // unique questionID
questionTitle: "q2", // question human title
duration: "1970-01-01T00:00:22.253Z", // how long respondent took for this question
endTime: "2016-07-31T08:22:37.981Z", // end time for this question
startTime: "2016-07-31T08:22:15.728Z", // time respondent starts to see question
eventStream: [], // raw events
qResponseData: {} // sections of event data — exact contents vary by question type and response actions
}
|
Time data
All time fields are named as follows and occur multiple times in the data for different sections and events recorded.Â
...