blob: f1abade5238537977084f7bf1330897d5b32b145 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"id": "05",
"type": "slider",
"question": "I share my faith in Jesus...",
"answers": {
"a1": { "text": "Never", "score": "1" },
"a2": { "text": "Rarely", "score": "2" },
"a3": { "text": "Sometimes", "score": "3" },
"a4": { "text": "Frequently", "score": "4" }
},
"previousQuestion": "04",
"nextQuestion": "06"
}
|