blob: 69b155188b432ff904e119e00a69c3202e05e13a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"id": "10",
"type": "slider",
"question": "How I feel about Church:",
"answers": {
"a1": { "text": "Unnecessary", "score": "1" },
"a2": { "text": "An obligation", "score": "2" },
"a3": { "text": "Enjoyable", "score": "3" },
"a4": { "text": "Lifestyle", "score": "4" }
},
"previousQuestion": "09",
"nextQuestion": "11"
}
|