Hello. I use a survey database design based largely from Duane Hookum's "At Your Survey"
This allows for multiple surveys, each with their own set of questions, and each response to a question is stored in a surveyResponse table.
For those of you that are familiar with this design and other survey database designs -
My dillema, is how to go about modifying this to allow multiple responses for a single question
for example: (on the paper survey)
Question 1. What health topics interest you most?
__________ ___________
__________ ___________
__________ ___________
-with the current design, only one response per question per survey taker is allowed, I need a way to allow an "unlimited" amount of possible responses to be stored for these types of questions, (in a correct and normalized fashion, ideally
)
This allows for multiple surveys, each with their own set of questions, and each response to a question is stored in a surveyResponse table.
For those of you that are familiar with this design and other survey database designs -
My dillema, is how to go about modifying this to allow multiple responses for a single question
for example: (on the paper survey)
Question 1. What health topics interest you most?
__________ ___________
__________ ___________
__________ ___________
-with the current design, only one response per question per survey taker is allowed, I need a way to allow an "unlimited" amount of possible responses to be stored for these types of questions, (in a correct and normalized fashion, ideally