participants.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "participant_id": {
  3. "Description": "unique participant identifier"
  4. },
  5. "age": {
  6. "Description": "age of the participant in years"
  7. },
  8. "sex": {
  9. "Description": "sex of the participant: m - male, f - female"
  10. },
  11. "hand": {
  12. "Description": "dominant hand: l - left, r - right, b - ambidextrous"
  13. },
  14. "eye": {
  15. "Description": "dominant eye: l - left, r - right"
  16. },
  17. "NASA_cog_1": {
  18. "Description": "NASA Task Load Index: Mental Demand scale; administered after 3 blocks of 18 trials"
  19. },
  20. "NASA_phys_1": {
  21. "Description": "NASA Task Load Index: Physical Demand scale; administered after 3 blocks of 18 trials"
  22. },
  23. "NASA_speed_1": {
  24. "Description": "NASA Task Load Index: Temporal Demand scale; administered after 3 blocks of 18 trials"
  25. },
  26. "NASA_perf_1": {
  27. "Description": "NASA Task Load Index: Overall Performance scale; administered after 3 blocks of 18 trials"
  28. },
  29. "NASA_effort_1": {
  30. "Description": "NASA Task Load Index: Effort scale; administered after 3 blocks of 18 trials"
  31. },
  32. "NASA_dissap_1": {
  33. "Description": "NASA Task Load Index: Frustration Level scale; administered after 3 blocks of 18 trials"
  34. },
  35. "NASA_cog_2": {
  36. "Description": "NASA Task Load Index: Mental Demand scale; administered after 6 blocks of 18 trials"
  37. },
  38. "NASA_phys_2": {
  39. "Description": "NASA Task Load Index: Physical Demand scale; administered after 6 blocks of 18 trials"
  40. },
  41. "NASA_speed_2": {
  42. "Description": "NASA Task Load Index: Temporal Demand scale; administered after 6 blocks of 18 trials"
  43. },
  44. "NASA_perf_2": {
  45. "Description": "NASA Task Load Index: Overall Performance scale; administered after 6 blocks of 18 trials"
  46. },
  47. "NASA_effort_2": {
  48. "Description": "NASA Task Load Index: Effort scale; administered after 6 blocks of 18 trials"
  49. },
  50. "NASA_dissap_2": {
  51. "Description": "NASA Task Load Index: Frustration Level scale; administered after 6 blocks of 18 trials"
  52. },
  53. "NASA_cog_3": {
  54. "Description": "NASA Task Load Index: Mental Demand scale; administered after 9 blocks of 18 trials"
  55. },
  56. "NASA_phys_3": {
  57. "Description": "NASA Task Load Index: Physical Demand scale; administered after 9 blocks of 18 trials"
  58. },
  59. "NASA_speed_3": {
  60. "Description": "NASA Task Load Index: Temporal Demand scale; administered after 9 blocks of 18 trials"
  61. },
  62. "NASA_perf_3": {
  63. "Description": "NASA Task Load Index: Overall Performance scale; administered after 9 blocks of 18 trials"
  64. },
  65. "NASA_effort_3": {
  66. "Description": "NASA Task Load Index: Effort scale; administered after 9 blocks of 18 trials"
  67. },
  68. "NASA_dissap_3": {
  69. "Description": "NASA Task Load Index: Frustration Level scale; administered after 9 blocks of 18 trials"
  70. },
  71. "EEG_excluded": {
  72. "Description": "yes - no data available for this modality, no - data available"
  73. },
  74. "ECG_excluded": {
  75. "Description": "yes - no data available for this modality, no - data available"
  76. },
  77. "pupil_excluded": {
  78. "Description": "yes - no data available for this modality, no - data available"
  79. },
  80. "behavior_excluded": {
  81. "Description": "yes - no data available for this modality, no - data available"
  82. }
  83. }