From 96fd2de0fb88b991db2a4a267011999fdb1607ee Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 17 Nov 2013 18:57:24 -0800 Subject: Only asking spiritual growth after indicating believer Question ordering has changed so that 8 follows 4a, as below: ... | 4 ^ / \ 5 4a | | | 8 \/ 6 | 7 | ... --- devfiles/questions/08.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devfiles/questions/08.json') diff --git a/devfiles/questions/08.json b/devfiles/questions/08.json index 6afec17..485eacd 100644 --- a/devfiles/questions/08.json +++ b/devfiles/questions/08.json @@ -7,6 +7,6 @@ "a2": { "score": "2" }, "a3": { "score": "1" } }, - "previousQuestion": "07", - "nextQuestion": "09" + "previousQuestion": "04a", + "nextQuestion": "05" } -- cgit v1.2.3