sub_3952.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "ID": {
  3. "LongName": "id",
  4. "Description": "ID Numbers",
  5. "Units": "integers"
  6. },
  7. "choice": {
  8. "LongName": "Choice",
  9. "Description": "Economic choice",
  10. "Units": "integers",
  11. "levels": [
  12. "0: Left",
  13. "1: Right"
  14. ]
  15. },
  16. "rt": {
  17. "LongName": "rt",
  18. "Description": "Reaction times",
  19. "Units": "integers"
  20. },
  21. "trials": {
  22. "LongName": "trial",
  23. "Description": "Trial number",
  24. "Units": "integers"
  25. },
  26. "blocks": {
  27. "LongName": "blocks",
  28. "Description": "Block number",
  29. "Units": "integers"
  30. },
  31. "contrast": {
  32. "LongName": "congruence",
  33. "Description": "Congruence of a block",
  34. "levels": [
  35. "0: Incongruent block",
  36. "1: Congruent block"
  37. ]
  38. },
  39. "condition": {
  40. "LongName": "condition",
  41. "Description": "Uncertainty condition for block",
  42. "levels": [
  43. "1: Both",
  44. "2: Perceptual"
  45. ]
  46. },
  47. "state": {
  48. "LongName": "state",
  49. "Description": "State of the trial",
  50. "levels": [
  51. "0: Left stronger",
  52. "1: Right stronger"
  53. ]
  54. },
  55. "action": {
  56. "LongName": "action",
  57. "Description": "More rewarding option of the trial",
  58. "levels": [
  59. "Left",
  60. "Right"
  61. ]
  62. },
  63. "contrast_left": {
  64. "LongName": "contrast_left",
  65. "Description": "Contrast level of left patch",
  66. "Units": "integer"
  67. },
  68. "contrast_right": {
  69. "LongName": "contrast_right",
  70. "Description": "Contrast level of right patch",
  71. "Units": "integer"
  72. },
  73. "con_diff": {
  74. "LongName": "con_diff",
  75. "Description": "Contrast difference between patches",
  76. "Units": "integer"
  77. },
  78. "ecoperf": {
  79. "LongName": "ecoperf",
  80. "Description": "Economic performance on that trial",
  81. "Units": [
  82. "0: Less rewarding choice",
  83. "1: More rewarding choice"
  84. ]
  85. },
  86. "slider": {
  87. "LongName": "slider",
  88. "Description": "Slider response",
  89. "Units": "integer"
  90. },
  91. "mu": {
  92. "LongName": "mu",
  93. "Description": "Slider response",
  94. "Units": "integer"
  95. },
  96. "correct": {
  97. "LongName": "correct",
  98. "Description": "Reward received on that trial",
  99. "Units": [
  100. "0: Zero points",
  101. "1: One point"
  102. ]
  103. }
  104. }