From 46c3639530d200b70f63994d4016fae37dc2e994 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 9 Sep 2013 23:39:57 -0700 Subject: Fixing scoring issue with question 8 --- devfiles/questions/08.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devfiles') diff --git a/devfiles/questions/08.json b/devfiles/questions/08.json index 1be8ad6..6afec17 100644 --- a/devfiles/questions/08.json +++ b/devfiles/questions/08.json @@ -3,9 +3,9 @@ "type": "image", "question": "My spiritual life resembles:", "answers": { - "a1": { "score": "3", "type": "none" }, - "a2": { "score": "2", "type": "none" }, - "a3": { "score": "1", "type": "none" } + "a1": { "score": "3" }, + "a2": { "score": "2" }, + "a3": { "score": "1" } }, "previousQuestion": "07", "nextQuestion": "09" -- cgit v1.2.3