Skip to content
Lewis Jones edited this page Sep 24, 2015 · 2 revisions

Json to be passed from back end to question form:

{
  "event": {
            "id": 2,
            "title": "test"
            },
  "question": {
              "id": 1,
              "content": "test question"
              }, 
  "choices": [{
              "content": "test choice",
              "id": 2
              },
            {
            "content": "best choice", 
            "id": 3
            }]
}
Clone this wiki locally