questions syntax fixes

This commit is contained in:
Astro 2011-04-23 19:58:15 +02:00
parent 700629343a
commit c34c082873
2 changed files with 3 additions and 4 deletions

View File

@ -228,8 +228,7 @@
"answers": [ "answers": [
{ "text": "10 sec"}, { "text": "10 sec"},
{ "text": "31 sec" , "right": true}, { "text": "31 sec" , "right": true},
{ "text { "text": "42 sec" },
": "42 sec" },
{ "text": "120 sec"} { "text": "120 sec"}
] ]
}, },
@ -251,5 +250,5 @@
"right": true "right": true
} }
] ]
}, }
] ]

View File

@ -169,5 +169,5 @@
{ "text": "Twitter" }, { "text": "Twitter" },
{ "text": "Facebook", "right": true } { "text": "Facebook", "right": true }
] ]
}, }
] ]