Let us assume we need to design a survey manager. We should allow user to create his own questions and answers. So the answer to the question could end up being a text field or drop down or radio button or textArea etc. Once designed the survey should be given to multiple people.
Each survey will have multiple users and we need to save their answers separately.
Is this possible with Cuba? If so what could be the best way to organize such a thing and allow the user to design his own screen at runtime and show it to multiple users?
It may not be fully suited in detail, but we did similar tasks using dynamic attributes.
Of course, this is not such a simple form designer as Google forms and requires some understanding of what the Data Type is.