I am creating a questionnaire survey but I’m creating the database for it. If anyone has a clear illustration of how to go about it please kindly help me. Thank you
You’ll need a datatype for your Survey Questions.
And another for the Question Responses, linking a User to a Question
You may also want a Survey datatype to connect the survey questions to.
That’s about all there is to it.
So for the survey question datatype, do I have to create each data field for each question? I have over 36 questions in the survey won’t that be too much?
And one more thing, I have a set of answers for the questions and I already created an option set for the answer since it’s just 5 answers. Now the issue is I used a standard input for the answer instead of a drop down or radio button. My intention is to make the user click the answer and select instead of typing it again. Is it possible to customize my standard input to function like that?
For the Question Datatype, you just need a field for the question. (and, obviously, any other relevant data, but that depends on the specifics of your app).
For the QuestionResponse Datatype you just need 1 field for the question, and 1 field for the response, which will be of the type of your option set.
My intention is to make the user click the answer and select instead of typing it again. Is it possible to customise my standard input to function like that?
Don’t use a standard input, use some buttons or something the user can click on to submit the sander to each question.
Can I show you something in your dm? I can share with you a copy of the questions so you can show me how to set up the database
This topic was automatically closed after 70 days. New replies are no longer allowed.