participants.json 315 B

1234567891011121314151617
  1. {
  2. "age": {
  3. "Description": "age of the participant",
  4. "Units": "years"
  5. },
  6. "mmst": {
  7. "Description": "mini-mental state examination score (only measured for older adults)",
  8. "Units": "0-30 points"
  9. },
  10. "sex": {
  11. "Description": "sex of the participant",
  12. "Levels": {
  13. "m": "male",
  14. "f": "female"
  15. }
  16. }
  17. }