Hi,
is it possible to creating an survey app, where survey can be defined . below can be one of the requirement
- first create question
- define type of response (text, number, currency, dropdown, picture, rating scale)
- based on the survey questions, survey page will be created.
- capture the multiple response.
Thanks and regards,
Jitesh verma
1 Like
JohnM
2
Yes it is possible. Try to put a link (demo) so other can help.
Absolutely. I’m building one now but I can’t really show you.
The secret is having the right relational tables.
Table: Survey
Table: Survey Question (type, title)
Table: Survey Answer
Then piece it together with a repeating group that searches all questions for a given survey.
2 Likes
I have used Brew Survey app for this and it’s quite useful.