1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"id": "15",
"type": "slider",
"question": "I meet with followers of Jesus outside of Church:",
"answers": {
"a1": { "text": "Never", "score": "1" },
"a2": { "text": "Less than monthly", "score": "2" },
"a3": { "text": "Monthly", "score": "2.25" },
"a4": { "text": "Twice a month", "score": "2.5" },
"a5": { "text": "Weekly", "score": "3" },
"a6": { "text": "I lead others weekly", "score": "4" }
},
"previousQuestion": "14",
"nextQuestion": "16"
}
|