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

Survey Step Results Export Format

The survey step results export contains information about each step the participant completed in a particular survey, including introduction steps and other step types that might not have any actual answers.

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

Data Fields

FIELD DESCRIPTION
SurveyStepResultKey A unique, auto-generated key for this result. Can be used to cross reference with other survey results.
SurveyResultKey The key for the survey result which this step 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).
StepIdentifier The identifier of this step, determined when the survey was created.
StartDate The timestamp for when the participant arrived at this step, in ISO 8601 format. Includes timezone offset information.
EndDate The timestamp for when the participant finished this step, in ISO 8601 format. Includes timezone offset information.
Results

In the JSON export format, this field will contain detailed step results.

In the CSV export format, the detailed results are contained in separate data files depending on the step type.

See the following articles for details about the results for different step types:

Question Results Export Format

Consent Signature Results Export Format

Active Tasks Export Format

Sample CSV Export

SurveyStepResultKey,SurveyResultKey,ParticipantIdentifier,StepIdentifier,StartDate,EndDate
79b25dbd-e9d9-e711-815b-b9576bf93116,73b25dbd-e9d9-e711-815b-b9576bf93116,81a5ca06-6bdb-423e-9ed7-49d81aa4be2a,CONSENT,2017-12-05T13:25:47-05:00,2017-12-05T13:25:57-05:00
7ab25dbd-e9d9-e711-815b-b9576bf93116,73b25dbd-e9d9-e711-815b-b9576bf93116,81a5ca06-6bdb-423e-9ed7-49d81aa4be2a,END,2017-12-05T13:25:57-05:00,2017-12-05T13:25:58-05:00
a0da96e5-e9d9-e711-815b-b9576bf93116,9ada96e5-e9d9-e711-815b-b9576bf93116,81a5ca06-6bdb-423e-9ed7-49d81aa4be2a,INSTRUCTION_SF12,2017-12-05T13:26:58-05:00,2017-12-05T13:26:59-05:00

 

Sample JSON Export

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