Skip to content

Instantly share code, notes, and snippets.

@susanBuck
Last active August 7, 2024 18:01
Show Gist options
  • Save susanBuck/c8898f8965043e8cf2b8552c719ba093 to your computer and use it in GitHub Desktop.
Save susanBuck/c8898f8965043e8cf2b8552c719ba093 to your computer and use it in GitHub Desktop.
Example EST conditions array
[
{
"block": "practice",
"trials": [
{
"word": "crumb",
"color": "red",
"isNeutral": true
},
{
"word": "muddy",
"color": "green",
"isNeutral": true
}
]
},
{
"block": "positive",
"trials": [
{
"word": "smile",
"color": "red",
"isNeutral": false
},
{
"word": "snail",
"color": "blue",
"isNeutral": true
}
]
},
{
"block": "negative",
"trials": [
{
"word": "agony",
"color": "blue",
"isNeutral": false
},
{
"word": "ledge",
"color": "green",
"isNeutral": true
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment