From 70e6744c5393babe20652aa0bc5c3ac0e3831a70 Mon Sep 17 00:00:00 2001 From: Frank Becker Date: Mon, 21 Nov 2011 13:00:13 +0100 Subject: [PATCH] added 1st generated json file for astro-validation --- tools/test_data/round_1.json | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 tools/test_data/round_1.json diff --git a/tools/test_data/round_1.json b/tools/test_data/round_1.json new file mode 100644 index 0000000..f6e8c0b --- /dev/null +++ b/tools/test_data/round_1.json @@ -0,0 +1,50 @@ +[ + { + "text": "What is the question?", + "explanation": [ + "videos/question1.webm", + "pix/question1.png" + ], + "answers": [ + { + "text": "Answer 1", + "right": true + }, + { + "text": "Answer 2" + }, + { + "text": "Answer 3" + }, + { + "text": "Answer 4" + } + ], + "video": "videos/question1.webm", + "tier": 100, + "image": "pix/question1.png" + }, + { + "tier": 150, + "text": "What are users in Facebook called?", + "explanation": [ + "videos/faschistbook.webm" + ], + "image": "pix/facebook-jail.png", + "answers": [ + { + "text": "Hostage" + }, + { + "text": "Victims" + }, + { + "text": "Target", + "right": true + }, + { + "text": "Product" + } + ] + } +] \ No newline at end of file