{
"survey_title": "Survey example",
"survey_questions": {
...
},
"start_date": "yyyy-mm-dd",
"end_date": "yyyy-mm-dd",
"survey_slug": "abcdf",
"survey_access": "all",
"survey_visibility": "only via link",
"utc_exported_at": "2022-07-21 07:18:11",
"records": [
...
]
}
"records": [
{
"question1": {
...
},
"question2": {
...
},
"person": "2457",
"created_at": "2022-02-16T12:21:38.868750Z"
},
{
"question1": {
...
},
"question2": {
...
},
"person": "4912",
"created_at": "2022-02-16T13:26:21.908625Z"
},
]
"medicineLast20Days": {
"answer": "Paracetamol",
"answer_value": "Paracetamol",
"question": "What medicine have you used in the last 20 days?",
"question_value": "medicineLast20Days",
"type": "text"
}
"patientFeedback": {
"answer": "The doctors and nurses were very professional and helpful.",
"answer_value": "The doctors and nurses were very professional and helpful.",
"question": "Please provide feedback about your experience in the hospital.",
"question_value": "patientFeedback",
"type": "comment"
}
"fear": {
"answer": "Yes",
"answer_value": 2,
"question": "Does the staff help you deal with fear and anxiety?",
"question_value": "fear",
"type": "radiogroup"
}
"medicalStaff": {
"answer": [
"Doctor",
"Medical Nurse",
"Administrator"
],
"answer_value": [
"doctor",
"nurse",
"administrator"
],
"question": "Which of the medical staff provided you with the necessary service?",
"question_value": "medicalStaff",
"type": "checkbox"
}
"experience": {
"answer": "Good",
"answer_value": 2,
"question": "Please rate your overall experience at the hospital:",
"question_value": "experience",
"type": "rating"
}
"firstVisit": {
"answer": true,
"answer_value": true,
"question": "Was this your first visit in the hospital?",
"question_value": "firstVisit",
"type": "boolean"
}
"hospitalRooms": {
"answer": {
"Waiting room": "Light and cosy. Great choice of books and journals.",
"Reception": "A bit noisy due to many patients.",
"Doctor's office": "Comfortable.",
"Examination room": "New equipment and freshly renovated."
},
"answer_value": {
"waiting": "Light and cosy. Great choice of books and journals.",
"reception": "A bit noisy due to many patients.",
"doctor": "Comfortable.",
"examination": "New equipment and freshly renovated."
},
"question": "Please describe your first impression of the following rooms:",
"question_value": "hospitalRooms",
"type": "multipletext"
}
"communication": {
"answer": {
"Doctor": "Most of the time",
"Nurse": "Very little",
"Nurse's assistant": "Never",
"Examination specialist": "Never",
"Administrator": "Very little"
},
"answer_value": {
"doctor": 4,
"nurse": 2,
"nurse_assistant": 0,
"exam_specialist": 0,
"administrator": 2
},
"question": "How often did you communicate with the medical personal?",
"question_value": "communication",
"type": "matrix"
}
"emotions": {
"answer": {
"On the first day": {
"Happiness": "No",
"Anxiety": "Partly",
"Fear": "No",
"Certainty": "Partly"
},
"On the last day": {
"Happiness": "Yes",
"Anxiety": "No",
"Fear": "No",
"Certainty": "Yes"
}
},
"answer_value": {
"first_day": {
"happiness": 0,
"anxiety": 1,
"fear": 0,
"certainty": 1
},
"last_day": {
"happiness": 2,
"anxiety": 0,
"fear": 0,
"certainty": 2
}
},
"question": "Did you had any of these emotions..",
"question_value": "emotions",
"type": "matrixdropdown"
}
"hospitalFood": {
"answer": [
{
"Date": "14/02/2022",
"Breakfast": "Excellent",
"Lunch": "Good",
"Dinner": "Excellent"
},
{
"Date": "15/02/2022",
"Breakfast": "Normal",
"Lunch": "Excellent",
"Dinner": "Excellent"
}
],
"answer_value": [
{
"date": "14/02/2022",
"breakfast": 5,
"lunch": 4,
"dinner": 5
},
{
"date": "15/02/2022",
"breakfast": 3,
"lunch": 5,
"dinner": 5
}
],
"question": "Please rate the food in the hospital:",
"question_value": "hospitalFood",
"type": "matrixdynamic"
}
"fourth": {
"answer": [
"IMG-20220225-WA0001.jpg",
"IMG-20220225-WA0002.jpg",
"document.pdf"
],
"answer_value": [
"IMG-20220225-WA0001.jpg",
"IMG-20220225-WA0002.jpg",
"document.pdf"
],
"question": "Please upload file(s)",
"question_value": "attachments",
"type": "file"
}