Added config

This commit is contained in:
Amanda Illig
2018-10-09 19:36:06 -04:00
parent b19044a801
commit 1e7362c19f
3 changed files with 13 additions and 17 deletions

View File

@@ -1,3 +1,15 @@
{
"participantId":""
"trials" : [
["LeftLong","RightMedium","LeftShort","UpMedium","UpLong","RightShort"],
["UpShort","RightLong","LeftMedium","RightMedium","LeftLong","UpLong"],
["RightShort","UpMedium","LeftMedium","LeftShort","RightLong","UpShort"],
["LeftLong","RightMedium","LeftShort","UpMedium","UpLong","RightShort"],
["UpShort","RightLong","LeftMedium","RightMedium","LeftLong","UpLong"],
["RightShort","UpMedium","LeftMedium","LeftShort","RightLong","UpShort"],
["LeftLong","RightMedium","LeftShort","UpMedium","UpLong","RightShort"],
["UpShort","RightLong","LeftMedium","RightMedium","LeftLong","UpLong"],
["RightShort","UpMedium","LeftMedium","LeftShort","RightLong","UpShort"]
],
"participantId" : 1,
"inputMethod" : "cardboard"
}