participants.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "participant_id": {
  3. "Description": "Participant identifier"
  4. },
  5. "age": {
  6. "Description": "Age, in years as in the first session",
  7. "Units": "years"
  8. },
  9. "sex": {
  10. "Description": "Sex, self-rated by participant",
  11. "Levels": {
  12. "m": "male",
  13. "f": "female",
  14. "o": "other"
  15. }
  16. },
  17. "handedness": {
  18. "Description": "Handedness, self-rated by participant; note that participants were required to be right-handed",
  19. "Levels": {
  20. "right": "right",
  21. "left": "left"
  22. }
  23. },
  24. "digit_span": {
  25. "Description": "Total score in Digit-Span Test (Petermann & Wechsler, 2012), assessing working memory capacity",
  26. "Units": "total scores"
  27. },
  28. "randomization": {
  29. "Description": "Pseudo-randomized group assignment for selection of sequences in sequence trials"
  30. },
  31. "session_interval": {
  32. "Description:": "Interval in days between the two experimental sessions",
  33. "Units": "days"
  34. }
  35. }