participants.json 405 B

1234567891011121314
  1. {
  2. "participant_id": {
  3. "Description": "Participant identifier"
  4. },
  5. "age": {
  6. "Description": "Age in years (TODO - verify) as in the initial session, might not be correct for other sessions"
  7. },
  8. "sex": {
  9. "Description": "self-rated by participant, M for male/F for female (TODO: verify)"
  10. },
  11. "group": {
  12. "Description": "(TODO: adjust - by default everyone is in control group)"
  13. }
  14. }