participants.json 553 B

123456789101112131415161718192021222324
  1. {
  2. "participant_id": {
  3. "Description": "Unique participant identifier"
  4. },
  5. "age": {
  6. "Description": "Age of the participant at time of testing",
  7. "Units": "years"
  8. },
  9. "sex": {
  10. "Description": "Biological sex of the participant",
  11. "Levels": {
  12. "F": "female",
  13. "M": "male"
  14. }
  15. },
  16. "hand": {
  17. "Description": "Handedness of the participant",
  18. "Levels": {
  19. "R": "right",
  20. "L": "left",
  21. "A": "ambidextrous"
  22. }
  23. }
  24. }