summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-11-17 18:57:24 -0800
committerJesse Morgan <jesse@jesterpm.net>2013-11-17 18:57:24 -0800
commit997d522437c4f424a6a7b55583360f54b29733af (patch)
tree7eaea44fbe4032e6a932f718ed1e3c46ac0fd923
parent692533bd4f421450c1406c8f25200da8d6fe3e57 (diff)
Only asking spiritual growth after indicating believer
Question ordering has changed so that 8 follows 4a, as below: ... | 4 ^ / \ 5 4a | | | 8 \/ 6 | 7 | ...
-rw-r--r--devfiles/questions/04a.json2
-rw-r--r--devfiles/questions/07.json2
-rw-r--r--devfiles/questions/08.json4
-rw-r--r--devfiles/questions/09.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/devfiles/questions/04a.json b/devfiles/questions/04a.json
index 6a55fdd..4f7cdd5 100644
--- a/devfiles/questions/04a.json
+++ b/devfiles/questions/04a.json
@@ -9,5 +9,5 @@
"a4": { "text": "7+ years ago", "type": "none" }
},
"previousQuestion": "04",
- "nextQuestion": "05"
+ "nextQuestion": "08"
}
diff --git a/devfiles/questions/07.json b/devfiles/questions/07.json
index 0fef997..b458984 100644
--- a/devfiles/questions/07.json
+++ b/devfiles/questions/07.json
@@ -9,5 +9,5 @@
"a4": { "text": "Essential, and expected by God", "score": "4" }
},
"previousQuestion": "06",
- "nextQuestion": "08"
+ "nextQuestion": "09"
}
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"
}
diff --git a/devfiles/questions/09.json b/devfiles/questions/09.json
index 832cd6c..8f19742 100644
--- a/devfiles/questions/09.json
+++ b/devfiles/questions/09.json
@@ -14,6 +14,6 @@
"-1.00,1.00": { "score": "3" }
},
- "previousQuestion": "08",
+ "previousQuestion": "07",
"nextQuestion": "10"
}