{ "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" } ] }