Skip to content

Instantly share code, notes, and snippets.

@paulhayes
Last active September 21, 2018 12:20
Show Gist options
  • Save paulhayes/1646b9a6fd345d727df8d7c87f85849d to your computer and use it in GitHub Desktop.
Save paulhayes/1646b9a6fd345d727df8d7c87f85849d to your computer and use it in GitHub Desktop.
{
"questions" : [
{
"question" : "question text",
"intro_video" : {
"video_atlas" : "{filename}",
"sections" : [
{
"key" : "{360|180|screen1|screen2}",
"position" : {"x":0,"y":0,"z":0},
"rotation" : {"x":0,"y":0,"z":0},
"scale" : 1,
"atlas_uv" : {"x":0,"y":0,"width":1,"height":1},
"atlas_uv2" : {"x":0,"y":0,"width":1,"height":1}
}
]
},
"main_video" : {
"video_atlas" : "{filename}",
"sections" : [
{
"key" : "{360|180|screen1|screen2}",
"position" : {"x":0,"y":0,"z":0},
"rotation" : {"x":0,"y":0,"z":0},
"scale" : 1,
"atlas_uv" : {"x":0,"y":0,"width":1,"height":1},
"atlas_uv2" : {"x":0,"y":0,"width":1,"height":1}
}
]
},
"answer_options" :
[
"answer 1",
"answer 2"
],
"responses":
[
{
"template" : "{id}",
"text" :
{
"{template_key}" : "{content}"
},
"images" : {
"{template_key}" : "{image_file}"
},
"videos" : {
"{template_key}" : "{video_file}"
}
},
{
"template" : "{id}",
"text" :
{
"{template_key}" : "{content}"
},
"images" : {
"{template_key}" : "{image_file}"
},
"videos" : {
"{template_key}" : "{video_file}"
}
}
],
"correct_answer_index" : 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment