From 2fefbf0904d9a8529ec06732af6beec53aacc336 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 4 Sep 2013 21:37:25 -0700 Subject: Moving the burden of escaping single quotes from the json files to the scripts --- devfiles/questions/12.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devfiles/questions/12.json') diff --git a/devfiles/questions/12.json b/devfiles/questions/12.json index 29d22c5..c4da40f 100644 --- a/devfiles/questions/12.json +++ b/devfiles/questions/12.json @@ -6,7 +6,7 @@ "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" } + "a4": { "text": "I don't give at all, the church does not need my money", "score": "1" } }, "previousQuestion": "11", "nextQuestion": "13" -- cgit v1.2.3