1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"id": "12",
"type": "text",
"question": "I give money to my Church:",
"answers": {
"a1": { "text": "Regularly, 10% of my income and offerings as the Lord leads", "score": "4" },
"a2": { "text": "Regularly, 10% of my income", "score": "3" },
"a3": { "text": "Occasionally, I give when and what is convenient", "score": "2" },
"a4": { "text": "I don\'t give at all, the church does not need my money", "score": "1" }
},
"previousQuestion": "11",
"nextQuestion": "13"
}
|