Skip to content

Instantly share code, notes, and snippets.

@jwaiswa7
Last active October 20, 2021 00:44
Show Gist options
  • Save jwaiswa7/9e5c747333621efea2230ed5e913963f to your computer and use it in GitHub Desktop.
Save jwaiswa7/9e5c747333621efea2230ed5e913963f to your computer and use it in GitHub Desktop.
[
  {
    "section_1": [
      {
        "id": 1,
        "title": "question one",
        "type": "text"
      },
      {
        "id": 2,
        "title": "question two",
        "type": "multiple_choice",
        "choices": [
          {
            "choice": "choice 1",
            "rating": "1"
          },
          {
            "choice": "choice 2",
            "rating": "3"
          }
        ]
      }
    ]
  },
  {
    "section_2": [
      {
        "id": 1,
        "title": "question one",
        "type": "text"
      },
      {
        "id": 2,
        "title": "question two",
        "type": "multiple_choice",
        "choices": [
          {
            "choice": "choice 1",
            "rating": "1"
          },
          {
            "choice": "choice 2",
            "rating": "3"
          }
        ]
      }, ...
    ]
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment