Skip to content

Instantly share code, notes, and snippets.

@tlfrd
Last active July 25, 2017 09:26
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 tlfrd/91ca76a9b8d84117c435cf83857f93bd to your computer and use it in GitHub Desktop.
Save tlfrd/91ca76a9b8d84117c435cf83857f93bd to your computer and use it in GitHub Desktop.
Example JSON structure for VizTest experiment
{
"experiment": {
"name": "Experiment 1",
"intro-html": "Welcome to this experiment",
"tasks": [
{
"name": "Task 1",
"task-type": "Click",
"description": "Click the highest three point",
"no-of-clicks": 3,
"visualisation": {
"title": "Map 1",
"html": "https://gist.github.com/example-viz-1"
}
},
{
"name": "Task 2",
"task-type": "Question",
"description": "Summarise the map",
"visualisation": {
"title": "Map 2",
"html": "https://gist.github.com/example-viz-2"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment