participants.json 485 B

12345678910111213141516171819202122
  1. {
  2. "age": {
  3. "Description": "Age of the participant",
  4. "Units": "years"
  5. },
  6. "sex": {
  7. "Description": "Biological sex of the participant",
  8. "Levels": {
  9. "M": "male",
  10. "F": "female"
  11. }
  12. },
  13. "site": {
  14. "Description": "Assessment site"
  15. },
  16. "family": {
  17. "Description": "Identifier of the participant's family"
  18. },
  19. "language": {
  20. "Description": "Participant's mother-tongue"
  21. }
  22. }