aboutsummaryrefslogtreecommitdiffstats
path: root/fixtures.json
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-11-19 11:16:17 +0200
committerFilipp Lepalaan <f@230.to>2013-11-19 11:16:17 +0200
commit1c760af665e388f921b770d9c5c3ded1fc11f626 (patch)
tree7dede4db584eedaf525c5e3e42b14f9dd8e83a50 /fixtures.json
parent297419f370ea87458017ee506a2e551e9068b66b (diff)
downloadmotor.old-1c760af665e388f921b770d9c5c3ded1fc11f626.tar.gz
motor.old-1c760af665e388f921b770d9c5c3ded1fc11f626.tar.bz2
motor.old-1c760af665e388f921b770d9c5c3ded1fc11f626.zip
Switching machines
Diffstat (limited to 'fixtures.json')
-rw-r--r--fixtures.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/fixtures.json b/fixtures.json
new file mode 100644
index 0000000..11b6b79
--- /dev/null
+++ b/fixtures.json
@@ -0,0 +1,18 @@
+{
+ "questions": [
+ {
+ "pk": "1",
+ "order": "0",
+ "question": "Accidental damage?",
+ "choices": [{"pk": "1", "choice": "Yes"}, {"pk": "2", "choice": "No"}],
+ "required": "True"
+ },
+ {
+ "pk": "2",
+ "order": "1",
+ "question": "Something else?",
+ "choices": [{"pk": "3", "choice": "Yes"}, {"pk": "4", "choice": "No"}],
+ "required": "True"
+ }
+ ]
+}