diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-17 22:32:48 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-17 22:32:48 -0700 |
commit | a5a34af0aeceaa0a73bbb7284d8bfc05b0213dfc (patch) | |
tree | 2f97b57082ec2130d9624d5a7c42b02fbe6894b7 | |
parent | 9395177df22adcb90a573a9afa832e72b9a1930e (diff) |
Fixing previousQuestion for question 04a.
-rw-r--r-- | devfiles/questions/04a.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devfiles/questions/04a.json b/devfiles/questions/04a.json index 67db673..6a55fdd 100644 --- a/devfiles/questions/04a.json +++ b/devfiles/questions/04a.json @@ -8,6 +8,6 @@ "a3": { "text": "5 - 6 years ago", "type": "none" }, "a4": { "text": "7+ years ago", "type": "none" } }, - "previousQuestion": "03", + "previousQuestion": "04", "nextQuestion": "05" } |