Skip to content

Instantly share code, notes, and snippets.

@paulhayes
Last active September 21, 2018 12:05
Show Gist options
  • Save paulhayes/372a974b393ae81ad117f5a8e4bea064 to your computer and use it in GitHub Desktop.
Save paulhayes/372a974b393ae81ad117f5a8e4bea064 to your computer and use it in GitHub Desktop.
{
"marker" : "{marker_data_file}",
"navigation_object" : "{model_file}",
"questions" :
[
{
"question" :
{
"template" : "{id}",
"text" :
{
"{template_key}" : "{content}"
},
"images" : {
"{template_key}" : "{image_file}"
},
"videos" : {
"{template_key}" : "{video_file}"
}
},
"answers_options" :
[
"answer 1",
"answer 2"
],
"answer_index" : 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment