HI,
I am trying to create dynamic surveys. Dynamic in the sense:
1) user would be able to create a new survey by providing a title and a short description.
2) User would be able to create dynamic questions. When creating questions, user can choose the response option type as single line of text, multiple lines, dropdown, radio button, checkbox,date field
3) end user can provide answers to the survey question.
4) user can create survey and save it for future use . user can create survey and publish it to the intended users.
5) Each survey can have a maximum of 20 questions.
What are the pre-requisites to be considered when creating a database design for such a system?
I have checked this
http://dba.stackexchange.com/questions/16066/survey-database-design-first-version-are-there-errors
How ...
Go to the complete details ...