participants.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "leading_hand": {
  3. "Levels": {
  4. "right": "r",
  5. "left": "l"
  6. }
  7. },
  8. "reading_finger": {
  9. "Description": "List of fingers used by participand for daily Braille reading, if any"
  10. },
  11. "blind":{
  12. "Levels": {
  13. "blind": "1",
  14. "sighted": "0"
  15. }
  16. },
  17. "blindness_age": {
  18. "Description": "Age of complete vision loss"
  19. },
  20. "order": {
  21. "Description": "Index of the record in the experiment. Failed sessions that have not made it into the dataset are counted."
  22. },
  23. "reading_time": {
  24. "Description": "Time of reading Braille text of standard informed consent",
  25. "Units": "Seconds"
  26. },
  27. "braille_display_user": {
  28. "Levels":{
  29. "The subject uses Braille display in daily life": "1",
  30. "The subject does not use Braille display in daily life": "0"
  31. }
  32. },
  33. "daily_braille_time": {
  34. "Description": "Self-reported daily Braille usage",
  35. "Units": "Hours"
  36. },
  37. "age": {
  38. "Description": "User's age",
  39. "Units": "Years"
  40. },
  41. "misuc": {
  42. "Levels":{
  43. "Musical experience (except vocal)": "1",
  44. "No musical experience": "0"
  45. }
  46. },
  47. "remaining_vision": {
  48. "Levels":{
  49. "Residual vision": "1",
  50. "No residual vision": "0"
  51. }
  52. },
  53. "sex": {
  54. "Levels":{
  55. "male": "male",
  56. "female": "female"
  57. }
  58. },
  59. "blind_years": {
  60. "Description": "years passed from total vision loss",
  61. "Units": "Years"
  62. },
  63. "congenitaly_blind": {
  64. "Levels":{
  65. "Congenital blindness": "1",
  66. "Acquired blindness": "0"
  67. }
  68. }
  69. }