Symptom Shark Daily Overall Experience Export Format
- Updated
The Symptom Shark Daily Overall Experience export contains a log of overall well-being reported by participants through Symptom Shark. While this data is present in other exports such as Survey Question Results and Project Device Data, these dedicated export formats flatten them into a more easily digestible format for analysis.
Symptom Shark exports contain all data for the project; they are not limited to the export period.
Data Fields
Field | Description |
---|---|
ParticipantID |
The stable, automatically generated, internal system identifier for this participant. Universally unique identifier (UUID). |
ParticipantIdentifier |
A unique identifier for the participant in this project. This can be set up via the invitation sent to the user, or will be auto-generated if the identifier was not specified in the invitation. |
Date |
The date of this entry, in YYY-MM-DD format. |
OverallExperience |
The participant's reported overall feeling, ranging from 1 (worst) to 5 (best). |
CSV Example
ParticipantID,ParticipantIdentifier,Date,OverallExperience
ba9c19c4-9938-420f-aba6-d6d6c88c6417,MDH-5826-3273,2024-05-09,2
ba9c19c4-9938-420f-aba6-d6d6c88c6417,MDH-5826-3273,2024-05-10,5
820c2f2d-43fc-47d2-a6a9-08886f5818ba,MDH-6392-8549,2024-05-10,3
JSON Example
{
"ParticipantID":"BA9C19C4-9938-420F-ABA6-D6D6C88C6417",
"ParticipantIdentifier":"MDH-5826-3273",
"Date":"2024-05-09",
"OverallExperience":"2"
}
{
"ParticipantID":"BA9C19C4-9938-420F-ABA6-D6D6C88C6417",
"ParticipantIdentifier":"MDH-5826-3273",
"Date":"2024-05-10",
"OverallExperience":"5"
}
{
"ParticipantID":"820C2F2D-43FC-47D2-A6A9-08886F5818BA",
"ParticipantIdentifier":"MDH-6392-8549",
"Date":"2024-05-10",
"OverallExperience":"3"
}
Was this article helpful?