Untitled

 avatar
unknown
plain_text
3 years ago
1.2 kB
8
Indexable
[
    {
        "id": 1,
        "question": "What are you going through?",
        "answerType": "MULTI_SELECT",
        "options": [
            "I'm feeling sad",
            "I'm feeling anxious or overwhelmed",
            "My mood is interfering with my job/school performance",
            "I'm struggling with building or maintaining relationships",
            "I'm not able to find purpose or meaning in my life",
            "I'm grieving ",
            "I have experienced trauma",
            "I need to talk through a specific challenge",
            "Other"
        ],
        "active": true
    },
    {
        "id": 2,
        "question": "What type of therapy are you looking for?",
        "answerType": "SINGLE_SELECT",
        "options": [
            "Individual therapy (for myself)",
            "Couples therapy",
            "Teen therapy"
        ],
        "active": true
    },
    {
        "id": 3,
        "question": "Are you currently on any antidepressants?",
        "answerType": "SINGLE_SELECT",
        "options": [
            "Yes",
            "No"
        ],
        "active": true
    }
]
Editor is loading...