Survey Consent Signature Results Export Format
- Updated
The survey consent signature results export contains participant data from all of the consent steps deployed on your project.
Survey Consent Signature Results are associated with Survey Results. See Survey Results Export Format for more information.
Table of Contents
Data Fields
Field | Description |
---|---|
SurveyConsentSignatureResultKey |
A unique, auto-generated key for this consent signature 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. |
Consented |
Whether the participant hit “agree” (true) or “disagree” (false). |
SignatureIdentifier |
The identifier of the signature from the Consent Document. |
SignatureTitle |
The title of the signature from the Consent Document. |
SignatureGivenName |
The given name entered by the participant. |
SignatureFamilyName |
The family name entered by the participant. |
SignatureDate |
The date of the signature, in DD/MM/YYYY format. |
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
SurveyConsentSignatureResultKey,SurveyStepResultKey,SurveyResultKey,ParticipantIdentifier,ResultIdentifier,Consented,SignatureIdentifier,SignatureTitle,SignatureGivenName,SignatureFamilyName,SignatureDate,StartDate,EndDate 7fb25dbd-e9d9-e711-815b-b9576bf93116,79b25dbd-e9d9-e711-815b-b9576bf93116,73b25dbd-e9d9-e711-815b-b9576bf93116,81a5ca06-6bdb-423e-9ed7-49d81aa4be2a,Participant,True,Participant,Participant,Chris,Nksak,12/5/17,2017-12-05T13:25:47-05:00,2017-12-05T13:25:57-05:00 1a684d39-0d05-e811-815d-8bcb67ef5edd,14684d39-0d05-e811-815d-8bcb67ef5edd,0d684d39-0d05-e811-815d-8bcb67ef5edd,8d87da94-ed15-4be3-a69a-41f6c6cfcfef,Participant,True,Participant,Participant,Chris,Smith,1/29/18,2018-01-29T10:58:05-05:00,2018-01-29T10:58:18-05:00 6c959ec6-192e-e811-815d-8bcb67ef5edd,66959ec6-192e-e811-815d-8bcb67ef5edd,5f959ec6-192e-e811-815d-8bcb67ef5edd,f5e23bf1-29d6-437e-b7e0-4d9bbeea4eaa,Participant,True,Participant,Participant,Chris,Smith,3/22/18,2018-03-22T17:41:19-04:00,2018-03-22T17:41:27-04:00
Sample JSON Export
In the JSON export, all survey data is contained in a single file. See Survey Results Export Format.
Was this article helpful?