{
  "choice": [
    {
      "id": 1,
      "name": "To be or not to be?",
      "intro": "<p>That is the question.</p>"
    }
  ],
  "choice_answers": [
    {
      "choiceid": 1,
      "id": 1,
      "optionid": 1
    }
  ],
  "choice_options": [
    {
      "choiceid": 1,
      "id": 2,
      "text": "Not to be"
    },
    {
      "choiceid": 1,
      "id": 1,
      "text": "To be"
    }
  ],
  "modules": [
    {
      "id": 1,
      "name": "choice"
    }
  ]
}
