{ "question" : { "id": "", "category": "ruby", "nerd_level": 2, "text":"What is the result of [1,2,3] * 3?", "a1": "[[1,2,3], [1,2,3], [1,2,3]]", "a2": "[1, 2, 3, 1, 2, 3, 1, 2, 3]", "a3": "[3, 6, 9]", "a4": "[1, 8, 27]", "right_answer":"a2", "created_at": "2011-06-07", "created_by": "Jost" } }