Skip to content

Instantly share code, notes, and snippets.

@benmezger
Last active July 20, 2020 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benmezger/43753ae03abe9475d5cf01f1eee820ce to your computer and use it in GitHub Desktop.
Save benmezger/43753ae03abe9475d5cf01f1eee820ce to your computer and use it in GitHub Desktop.
[
{
"id":5,
"type":"M",
"question":"Multiple choice question",
"scale_start":"None",
"scale_start_text":"None",
"scale_end":"None",
"scale_end_text":"None",
"check_choices":[
{
"id":2,
"text":"Text",
"value":"Value"
}
],
"option_choices":[
],
"subquestion":[
]
},
{
"id":4,
"type":"S",
"question":"Scale question",
"scale_start":0,
"scale_start_text":"start text",
"scale_end":10,
"scale_end_text":"end text",
"check_choices":[
],
"option_choices":[
],
"subquestion":[
]
},
{
"id":3,
"type":"R",
"question":"Radio question",
"scale_start":"None",
"scale_start_text":"None",
"scale_end":"None",
"scale_end_text":"None",
"check_choices":[
{
"id":1,
"text":"Text",
"value":"Value"
}
],
"option_choices":[
],
"subquestion":[
]
},
{
"id":2,
"type":"T",
"question":"Multiple choice question",
"scale_start":"None",
"scale_start_text":"None",
"scale_end":"None",
"scale_end_text":"None",
"check_choices":[
],
"option_choices":[
],
"subquestion":[
{
"type":"T",
"question":"Subquestion 1",
"scale_start":"None",
"scale_start_text":"None",
"scale_end":"None",
"scale_end_text":"None"
}
]
},
{
"id":1,
"type":"T",
"question":"Multiple choice question",
"scale_start":"None",
"scale_start_text":"None",
"scale_end":"None",
"scale_end_text":"None",
"check_choices":[
],
"option_choices":[
],
"subquestion":[
]
}
]
[
{
"id":5,
"created":"2020-07-20T22:02:33.678642Z",
"modified":"2020-07-20T22:02:33.678656Z",
"question":"Multiple choice question",
"type":"M",
"scale_start":"None",
"scale_start_text":"None",
"scale_end":"None",
"scale_end_text":"None",
"survey":{
"id":11,
"created":"2020-07-20T22:02:33.672844Z",
"modified":"2020-07-20T22:02:33.672858Z",
"name":"Michael Fisher",
"subprotocol":33
}
},
{
"id":4,
"created":"2020-07-20T22:02:33.678036Z",
"modified":"2020-07-20T22:02:33.678053Z",
"question":"Scale question",
"type":"S",
"scale_start":0,
"scale_start_text":"start text",
"scale_end":10,
"scale_end_text":"end text",
"survey":{
"id":11,
"created":"2020-07-20T22:02:33.672844Z",
"modified":"2020-07-20T22:02:33.672858Z",
"name":"Michael Fisher",
"subprotocol":33
}
},
{
"id":3,
"created":"2020-07-20T22:02:33.676004Z",
"modified":"2020-07-20T22:02:33.676019Z",
"question":"Radio question",
"type":"R",
"scale_start":"None",
"scale_start_text":"None",
"scale_end":"None",
"scale_end_text":"None",
"survey":{
"id":11,
"created":"2020-07-20T22:02:33.672844Z",
"modified":"2020-07-20T22:02:33.672858Z",
"name":"Michael Fisher",
"subprotocol":33
}
},
{
"id":2,
"created":"2020-07-20T22:02:33.674476Z",
"modified":"2020-07-20T22:02:33.674492Z",
"question":"Multiple choice question",
"type":"T",
"scale_start":"None",
"scale_start_text":"None",
"scale_end":"None",
"scale_end_text":"None",
"survey":{
"id":11,
"created":"2020-07-20T22:02:33.672844Z",
"modified":"2020-07-20T22:02:33.672858Z",
"name":"Michael Fisher",
"subprotocol":33
}
},
{
"id":1,
"created":"2020-07-20T22:02:33.673435Z",
"modified":"2020-07-20T22:02:33.673449Z",
"question":"Multiple choice question",
"type":"T",
"scale_start":"None",
"scale_start_text":"None",
"scale_end":"None",
"scale_end_text":"None",
"survey":{
"id":11,
"created":"2020-07-20T22:02:33.672844Z",
"modified":"2020-07-20T22:02:33.672858Z",
"name":"Michael Fisher",
"subprotocol":33
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment