16
Uml Process / Describe questionnaire algorithm in UML
« on: January 04, 2021, 10:14:52 am »
Hello, EA Experts,
I need your input on the right way to describe a questionnaire in UML. I am trying to model a questionnaire that includes multiple sections as below:
https://ibb.co/WP9CkJ5
Each section is modeled as a class and questions and answers are modeled as Enumeration (in case of multiple-choice questions) or Data Type (in case of free text questions) as below:
https://ibb.co/zJ7R4C1
https://ibb.co/S3g04nL
Is this the right way to do it?
I hope that I have not confused (I feel I might have done so) between modeling the questionnaire at the abstract level (the type of question and types of answers, multiple-choice vs free text) and modeling it at the object/instance level where I state the specific Questions and Answers in each section.
Thank you so much,
Mo
I need your input on the right way to describe a questionnaire in UML. I am trying to model a questionnaire that includes multiple sections as below:
https://ibb.co/WP9CkJ5
Each section is modeled as a class and questions and answers are modeled as Enumeration (in case of multiple-choice questions) or Data Type (in case of free text questions) as below:
https://ibb.co/zJ7R4C1
https://ibb.co/S3g04nL
Is this the right way to do it?
I hope that I have not confused (I feel I might have done so) between modeling the questionnaire at the abstract level (the type of question and types of answers, multiple-choice vs free text) and modeling it at the object/instance level where I state the specific Questions and Answers in each section.
Thank you so much,
Mo