Hi All,
I have been trying to find a working example for some time but in the end failed to do so and hence asking for help here!
Basically, the target is to build the simplest of questionnaire. So:
End user opens a simple page with a list of YES/NO questions. This list needs to be dynamic (it is prepared by another "superuser")
Another words the process should be:
1. One person (organizer) creates the questionnaire - enters some questions:
Q1
Q2
Q3...
2. Then, another user (who does the survey) takes a tablet and opens the questionnaire and asks people the specific questions.
All answers are YES/NO
What is the best way to do it?
My initial idea was:
1. Create a dynamic checklist and put it in an empty region
2. when user sends "Send" the questionnaire is saved and I can start another one.
Any advice would really be appreciated!