Skip to content

Instantly share code, notes, and snippets.

@ericearl
Created January 14, 2019 22:33
Show Gist options
  • Save ericearl/bd2f22ed31432519dedeefcc4d3dd8dc to your computer and use it in GitHub Desktop.
Save ericearl/bd2f22ed31432519dedeefcc4d3dd8dc to your computer and use it in GitHub Desktop.
abcd-braindr test
{
"needsTutorial": false,
"manifestUrl": "https://raw.githubusercontent.com/SwipesForScience/exampleConfig/master/bsHbnManifest.json",
"manifestType": "json",
"widgetType": "ImageSwipe",
"widgetProperties": {
"baseUrlTemplate": "https://s3-us-west-2.amazonaws.com/akeshavan-mindcontrol/hbnSplat/{0}/tiles/base_{1}.png",
"delimiter": "__",
"leftSwipeLabel": "Not so great",
"rightSwipeLabel": "Great!"
},
"iconAttribute": {
"name": "openmoji",
"url": "http://openmoji.org"
},
"levels": {
"0": {
"level": 0,
"min": 0,
"max": 100,
"character": null,
"img": null,
"img_grey": null
},
"1": {
"level": 1,
"min": 101,
"max": 350,
"character": "fish",
"img": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/color/svg/1F41F.svg?sanitize=true",
"img_grey": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/black/svg/1F41F.svg?sanitize=true"
},
"2": {
"level": 2,
"min": 351,
"max": 750,
"character": "frog",
"img": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/color/svg/1F438.svg?sanitize=true",
"img_grey": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/black/svg/1F438.svg?sanitize=true"
},
"3": {
"level": 3,
"min": 751,
"max": 1000,
"character": "duck",
"img": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/color/svg/1F986.svg?sanitize=true",
"img_grey": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/black/svg/1F986.svg?sanitize=true"
},
"4": {
"level": 4,
"min": 1001,
"max": 1500,
"character": "koala",
"img": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/color/svg/1F428.svg?sanitize=true",
"img_grey": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/black/svg/1F428.svg?sanitize=true"
},
"5": {
"level": 5,
"min": 1501,
"max": 2000,
"character": "cat",
"img": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/color/svg/1F408.svg?sanitize=true",
"img_grey": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/black/svg/1F408.svg?sanitize=true"
},
"6": {
"level": 6,
"min": 2001,
"max": 2500,
"character": "lion",
"img": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/color/svg/1F981.svg?sanitize=true",
"img_grey": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/black/svg/1F981.svg?sanitize=true"
}
},
"betaMode": false,
"firebaseKeys": {
"apiKey": "AIzaSyA972opm3TYYozj7AZyO8aecV9mWx03h_k",
"authDomain": "abcd-braindr.firebaseapp.com",
"databaseURL": "https://abcd-braindr.firebaseio.com",
"projectId": "abcd-braindr",
"storageBucket": "abcd-braindr.appspot.com",
"messagingSenderId": "599251466414"
},
"app": {
"navbarVariant": "info"
},
"home": {
"title": "ABCD Something",
"tagline": "A citizen science game template, yay!",
"backgroundUrl": "https://raw.githubusercontent.com/SwipesForScience/testConfig/master/images/SwipesForScience.svg?sanitize=true"
},
"play": {
"blankImage": "https://raw.githubusercontent.com/SwipesForScience/testConfig/master/images/undraw_blank_canvas.svg?sanitize=true"
},
"chats": {
"blankImage": "https://raw.githubusercontent.com/SwipesForScience/testConfig/master/images/undraw_no_data.svg?sanitize=true"
},
"profile": {
"blankImage": "https://raw.githubusercontent.com/SwipesForScience/testConfig/master/images/undraw_chatting.svg?sanitize=true"
},
"tutorial": {
"customBackgroundAnimation": "Bubbles",
"steps": {
"intro": [
{
"text": "here is an example tutorial step",
"image": "https://upload.wikimedia.org/wikipedia/commons/8/8b/Humpback_whales_in_singing_position.jpg"
},
{
"text": "here is another one.",
"image": "https://upload.wikimedia.org/wikipedia/commons/d/dd/Hydrophone_being_lowered_into_the_Atlantic.jpg"
}
],
"examples": [
{
"text": "swipe right when the image is good quality",
"pointer": "sub-NDARYX806FL1__cor_184",
"answer": 1,
"tutorialStep": 0
},
{
"text": "swipe left when its bad",
"pointer": "sub-NDAREG590BNY__sag_201",
"answer": 0,
"tutorialStep": 1
},
{
"text": "if you're not sure, click 'help' \n to discuss with scientists ",
"pointer": "sub-NDAREW671HZW__ax_86",
"answer": 0,
"tutorialStep": 2
},
{
"text": "Are you ready to play?",
"tutorialCompleted": true
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment