task-qct_events.json 1.1 KB

123456789101112131415161718192021222324252627282930
  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. "blank": "This event is part of the quality control task (QCT), in this event the participant is asked to fix the fixation point in the center.",
  14. "cog": "During this block, the participant has to follow the fixation point that moves into 7 different locations with their eyes",
  15. "mot": "QCT's fingertapping block",
  16. "vis": "QCT's visual stimulation block, displaying a grating pattern",
  17. "et-record-on": "Eye-tracker recording started",
  18. "et-record-off": "Eye-tracker recording stopped"
  19. }
  20. },
  21. "value": {
  22. "Description": "Extra information needed to fully characterize the event",
  23. "Levels": {
  24. "(x,y)": "Coordinate of the point in the gaze movement event.",
  25. "R": "Right hand fingertapping",
  26. "L": "Left hand fingertapping",
  27. "n/a": "Not-available, value is not set for the trial type"
  28. }
  29. }
  30. }