participants.json 363 B

12345678910111213141516
  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. }