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/14.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devfiles/questions/14.json') diff --git a/devfiles/questions/14.json b/devfiles/questions/14.json index 1af5635..258db7b 100644 --- a/devfiles/questions/14.json +++ b/devfiles/questions/14.json @@ -5,7 +5,7 @@ "answers": { "a1": { "text": "Not Important", "score": "1" }, "a2": { "text": "Only if Convenient", "score": "2" }, - "a3": { "text": "Important but I\'m not consistent", "score": "3" }, + "a3": { "text": "Important but I'm not consistent", "score": "3" }, "a4": { "text": "Very Important part of my life", "score": "4" } }, "previousQuestion": "13", -- cgit v1.2.3