Skip to content

Instantly share code, notes, and snippets.

@srph
Last active May 24, 2017 12:09
Show Gist options
  • Select an option

  • Save srph/385b75d71756a6ccde1582851b319066 to your computer and use it in GitHub Desktop.

Select an option

Save srph/385b75d71756a6ccde1582851b319066 to your computer and use it in GitHub Desktop.
Survey Data Structure
{
"data": [{
"type": "range",
"question": "What can you rate X?"
}, {
"type": "multiple_answer",
"question": "Which do you think is cool?",
"choices": [{
"id": 1,
"text": "Pogi"
}]
}, {
"type": "multiple_choice",
"question": "Pogi ako",
"choices": [{
"id": 2,
"text": "Pogi"
}]
}, {
"type": "yes_no",
"question": "You think it's cool?"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment