Last active
September 21, 2018 12:05
-
-
Save paulhayes/372a974b393ae81ad117f5a8e4bea064 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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