task-bht_events.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "onset": {
  3. "Description": "Onset of the event",
  4. "Units": "s"
  5. },
  6. "duration": {
  7. "Description": "Duration of the event",
  8. "Units": "s"
  9. },
  10. "trial_type": {
  11. "Description": "The type of event",
  12. "Levels": {
  13. "green": "Breath-in of the mock block of the breath holding task (BHT)",
  14. "yellow": "Breath-out of the mock block of BHT",
  15. "light-green": "The last breath-in of the mock block in BHT is highlighted by a lighter green.",
  16. "gold": "The last breath-in of the mock block in BHT is highlighted by a different shade of yellow.",
  17. "red": "Breath-hold of the mock block in BHT",
  18. "lighred" : "2 last seconds of breath-hold in the mock block of BHT",
  19. "end-message": "Message annoucing end of the mock block in the BHT",
  20. "in": "Breath-in in the BHT",
  21. "out": "Breath-out in the BHT",
  22. "in-last": "Last breath-in of a BHT block",
  23. "out-last": "Last breath-out of a BHT block",
  24. "hold": "Breath-hold in the BHT",
  25. "hold-warning": "The last 2 seconds of breath-hold are highlighted with a lighter shade.",
  26. "refractory": "The participant can breath freely to recuperate.",
  27. "et-record-on": "Eye-tracker recording started",
  28. "et-record-off": "Eye-tracker recording stopped"
  29. }
  30. },
  31. "value": {
  32. "Description": "Extra information needed to fully characterize the event",
  33. "Levels": {
  34. "mock": "Mock trial in BHT",
  35. "block1": "First block of the BHT",
  36. "block2": "Second block of the BHT",
  37. "block3": "Third block of the BHT",
  38. "block4": "Fourth block of the BHT",
  39. "block5": "Fifth block of the BHT",
  40. "n/a": "Not-available, value is not set for the trial type"
  41. }
  42. }
  43. }