events.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "StimulusPresentation": {
  3. "OperatingSystem": "Windows 10 - Version 1903",
  4. "SoftwareName": "PsychoPy",
  5. "SoftwareRRID": "SCR_006571",
  6. "SoftwareVersion": "2021.2",
  7. "Code": "doi:10.5281/zenodo.6411313"
  8. },
  9. "onset": {
  10. "Description": "onset of the event",
  11. "Units": "seconds"
  12. },
  13. "duration": {
  14. "Description": "duration of the event",
  15. "Units": "seconds"
  16. },
  17. "sample": {
  18. "Description": "Onset of the event according to the sampling scheme of the recorded modality."
  19. },
  20. "value": {
  21. "Description": "The TTL trigger value (=EEG marker value) associated with an event. Note that the values in the \"dual\" task are identical to those in the \"single\" task, but offset by 100. For example the value 80 occurred only in the single task, and the value 180 occurred only in the dual task, but both have the same meaning.",
  22. "Levels": {
  23. "80": "Start of the experiment",
  24. "180": "Start of the experiment",
  25. "90": "End of the experiment",
  26. "190": "End of the experiment",
  27. "1": "Start of a new trial",
  28. "101": "Start of a new trial",
  29. "2": "Offset of a fixation stimulus in a trial",
  30. "102": "Offset of a fixation stimulus in a trial",
  31. "11": "Onset of number: 1; color: blue",
  32. "111": "Onset of number: 1; color: blue",
  33. "12": "Onset of number: 2; color: blue",
  34. "112": "Onset of number: 2; color: blue",
  35. "13": "Onset of number: 3; color: blue",
  36. "113": "Onset of number: 3; color: blue",
  37. "14": "Onset of number: 4; color: blue",
  38. "114": "Onset of number: 4; color: blue",
  39. "15": "Onset of number: 5; color: blue",
  40. "115": "Onset of number: 5; color: blue",
  41. "16": "Onset of number: 6; color: blue",
  42. "116": "Onset of number: 6; color: blue",
  43. "17": "Onset of number: 7; color: blue",
  44. "117": "Onset of number: 7; color: blue",
  45. "18": "Onset of number: 8; color: blue",
  46. "118": "Onset of number: 8; color: blue",
  47. "19": "Onset of number: 9; color: blue",
  48. "119": "Onset of number: 9; color: blue",
  49. "21": "Onset of number: 1; color: red",
  50. "121": "Onset of number: 1; color: red",
  51. "22": "Onset of number: 2; color: red",
  52. "122": "Onset of number: 2; color: red",
  53. "23": "Onset of number: 3; color: red",
  54. "123": "Onset of number: 3; color: red",
  55. "24": "Onset of number: 4; color: red",
  56. "124": "Onset of number: 4; color: red",
  57. "25": "Onset of number: 5; color: red",
  58. "125": "Onset of number: 5; color: red",
  59. "26": "Onset of number: 6; color: red",
  60. "126": "Onset of number: 6; color: red",
  61. "27": "Onset of number: 7; color: red",
  62. "127": "Onset of number: 7; color: red",
  63. "28": "Onset of number: 8; color: red",
  64. "128": "Onset of number: 8; color: red",
  65. "29": "Onset of number: 9; color: red",
  66. "129": "Onset of number: 9; color: red",
  67. "3": "Onset of the response prompt",
  68. "103": "Onset of the response prompt",
  69. "30": "Participant response: No response -- timeout (after 3.0 seconds)",
  70. "130": "Participant response: No response -- timeout (after 3.0 seconds)",
  71. "31": "Participant response: 'lower' (only in \"single\" task)",
  72. "32": "Participant response: 'higher' (only in \"single\" task)",
  73. "133": "Participant response: 'blue' (only in \"dual\" task)",
  74. "134": "Participant response: 'red' (only in \"dual\" task)",
  75. "4": "Onset of feedback: correct choice",
  76. "104": "Onset of feedback: correct choice",
  77. "5": "Onset of feedback: wrong choice",
  78. "105": "Onset of feedback: wrong choice",
  79. "6": "Onset of feedback: timeout",
  80. "106": "Onset of feedback: timeout",
  81. "7": "Start of a block break",
  82. "107": "Start of a block break",
  83. "8": "End of a block break",
  84. "108": "End of a block break"
  85. }
  86. },
  87. "trial": {
  88. "Description": "One indexed trial counter, where a trial is a sequence 10 samples followed by a choice."
  89. },
  90. "number": {
  91. "Description": "The number that a subject saw at this event. Numbers are in the range 1 to 9."
  92. },
  93. "color": {
  94. "Description": "The color of the number that a subject saw at this event (red or blue).",
  95. "Levels": {
  96. "red": "Red color",
  97. "blue": "Blue color"
  98. }
  99. },
  100. "rt": {
  101. "Description": "The time it took the subject to respond after the onset of the response prompt. This may be n/a when a timeout happened (after 3.0 seconds).",
  102. "Units": "milliseconds"
  103. },
  104. "direction": {
  105. "Description": "The button (left/right) that a subject pressed (using the left/right hand respectively) to make a choice.",
  106. "Levels": {
  107. "left": "The subject pressed the left button with their left hand.",
  108. "right": "The subject pressed the right button with their right hand.",
  109. "timeout": "The subject failed to press any button within 3.0 seconds."
  110. }
  111. },
  112. "choice": {
  113. "Description": "the concrete action that the subject performed for the action type",
  114. "Levels": {
  115. "red": "The subject picked the \"red\" choice (dual task only).",
  116. "blue": "The subject picked the \"blue\" choice (dual task only).",
  117. "lower": "The subject picked the \"lower\" choice (single task only).",
  118. "higher": "The subject picked the \"higher\" choice (single task only).",
  119. "timeout": "The subject failed to press any button within 3.0 seconds."
  120. }
  121. },
  122. "correct": {
  123. "Description": "Whether or not the choice of the subject was correct. This may be n/a when the situation was ambiguous (see `ambiguous`)",
  124. "Levels": {
  125. "False": "The subject made a correct choice.",
  126. "True": "The subject made a false choice.",
  127. "timeout": "The subject failed to press any button within 3.0 seconds."
  128. }
  129. },
  130. "ambiguous": {
  131. "Description": "Whether or not the presented samples resulted in an ambiguous situation with respect to a correct choice. For example a sample mean of exactly 5 in the \"single\" task, or an identical sample mean of red and blue samples in the \"dual\" task.",
  132. "Levels": {
  133. "False": "The choice situation was not ambiguous.",
  134. "True": "The choice situation was ambiguous, therefore the feedback displayed to the participant after choice was random (correct/false)"
  135. }
  136. }
  137. }