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/11.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devfiles/questions/11.json') diff --git a/devfiles/questions/11.json b/devfiles/questions/11.json index 9bee7e2..4084b33 100644 --- a/devfiles/questions/11.json +++ b/devfiles/questions/11.json @@ -6,7 +6,7 @@ "a1": { "text": "Essential to my life as a follower of Jesus", "score": "4" }, "a2": { "text": "Important in the life of a follower of Jesus, but I am not consistent with them", "score": "3" }, "a3": { "text": "A good idea, I do some of them sometimes", "score": "2" }, - "a4": { "text": "Somebody else\'s idea of busy Christian stuff", "score": "1" } + "a4": { "text": "Somebody else's idea of busy Christian stuff", "score": "1" } }, "previousQuestion": "10", "nextQuestion": "12" -- cgit v1.2.3