DIU-Driver-Questionnaire.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "resourceType":"Questionnaire",
  3. "title": "Driver Interface Unit (DIU) Driver Usage Questionnaire",
  4. "subjectType" : [ "Driver" ],
  5. "description":"A questionnaire for drivers meant to get feedback on usage of the DIU",
  6. "item": [
  7. {
  8. "type": "group",
  9. "question":"Overall, how would you rate your experience when using the Driver Interface Unit (DIU)?",
  10. "groupItem": [ "Horrible", "Bad", "Adequate", "Good", "Excellent" ]
  11. },
  12. {
  13. "type": "group",
  14. "question":"Overall, how would you compare the prototype DIU to the previous system?",
  15. "groupItem": [ "Worse", "Same", "Better" ]
  16. },
  17. {
  18. "type": "group",
  19. "question":"How would you rate the responsiveness of the Driver Interface Unit (DIU)?",
  20. "groupItem": [ "Horrible", "Bad", "Adequate", "Good", "Excellent" ]
  21. },
  22. {
  23. "type": "group",
  24. "question":"How would you rate the sound level of the Driver Interface Unit (DIU)?",
  25. "groupItem": [ "Bad", "Adequate", "Good" ]
  26. },
  27. {
  28. "type": "text",
  29. "question":"Was there anything that you found overly frustrating about using the device?"
  30. },
  31. {
  32. "type": "text",
  33. "question":"Are there any features that you would like to be removed?"
  34. },
  35. {
  36. "type": "text",
  37. "question":"Are there any features that you would like to see added?"
  38. },
  39. {
  40. "type": "text",
  41. "question":"Was it clear what 'DIM' feature was and how to use it?"
  42. },
  43. {
  44. "type": "boolean",
  45. "question":"Did you use the 'DIM' feature?"
  46. },
  47. {
  48. "type": "text",
  49. "question":"Was it clear that there was an option to change screen brightness?"
  50. },
  51. {
  52. "type": "boolean",
  53. "question":"Did you adjust the screen brightness?"
  54. },
  55. {
  56. "type": "text",
  57. "question":"Is there anything you would like to say about the unit and it's usage, good or bad?"
  58. },
  59. {
  60. "type": "text",
  61. "question":"Is there any question on this survey that should have been asked but wasn't?"
  62. },
  63. {
  64. "type": "text",
  65. "required":false,
  66. "question":"If you would like to be contacted in the future with updates or follow up questions, please leave your email address?"
  67. }
  68. ]
  69. }