1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"id": "09",
"question": "Prayer for me is:",
"type": "circle",
"topLeft": "Important and I pray regularly",
"topRight": "Constant, conversational, a lifestyle, and absolutely indispensible in my life",
"bottomLeft": "Helpful I think, and I pray occasionally",
"bottomRight": "Not important, I don't believe it's helpful or useful",
"answers": {
"1.00,1.00": { "score": "4" },
"1.00,-1.00": { "score": "1" },
"-1.00,-1.00": { "score": "2" },
"-1.00,1.00": { "score": "3" }
},
"previousQuestion": "08",
"nextQuestion": "10"
}
|