Skip to content
  • There are no suggestions because the search field is empty.

Survey Question Results Export Format

The survey question results export contains the results produced by Question Steps and Form Steps.

Survey Question Results are associated with Survey Results. See Survey Results Export Format for more information.

Data Fields

Field Description
SurveyQuestionResultKey A unique, auto-generated key for this question result.
SurveyStepResultKey The key for the step result which this result is contained in. Can be used to cross reference with other survey results.
SurveyResultKey The key for the survey result which this result is contained in. Can be used to cross reference with other survey results.
ParticipantIdentifier The identifier of the participant this task was for. Can be used to cross reference with Participants.
ParticipantID The stable, automatically generated, internal system identifier for this participant. Universally unique identifier (UUID).
ResultIdentifier The identifier of the result, determined when the survey was created. For Question Steps, this will be the same as the StepIdentifier. For Form Steps, this will be the name of the Form Item.
Answer(s) The answer(s) the participant provided for the question.
StartDate The timestamp for when the participant started answering the question, in ISO 8601 format. Includes timezone offset information.
EndDate The timestamp for when the participant finished answering the question, in ISO 8601 format. Includes timezone offset information.

Sample CSV Export

SurveyQuestionResultKey,SurveyStepResultKey,SurveyResultKey,ParticipantIdentifier,ResultIdentifier,Answers,StartDate,EndDate
b7da96e5-e9d9-e711-815b-b9576bf93116,a1da96e5-e9d9-e711-815b-b9576bf93116,9ada96e5-e9d9-e711-815b-b9576bf93116,81a5ca06-6bdb-423e-9ed7-49d81aa4be2a,E_HEALTH,,2017-12-05T13:26:59-05:00,2017-12-05T13:27:00-05:00
bada96e5-e9d9-e711-815b-b9576bf93116,a2da96e5-e9d9-e711-815b-b9576bf93116,9ada96e5-e9d9-e711-815b-b9576bf93116,81a5ca06-6bdb-423e-9ed7-49d81aa4be2a,E_ACTIVITY,,2017-12-05T13:27:01-05:00,2017-12-05T13:27:01-05:00
bdda96e5-e9d9-e711-815b-b9576bf93116,a3da96e5-e9d9-e711-815b-b9576bf93116,9ada96e5-e9d9-e711-815b-b9576bf93116,81a5ca06-6bdb-423e-9ed7-49d81aa4be2a,E_STAIRS,,2017-12-05T13:27:01-05:00,2017-12-05T13:27:02-05:00

 

Sample JSON Export

In the JSON export, all survey data is contained in a single file. See Survey Results Export Format.