Build an web-based form with dynamic questions
Hi, I would like to build an web-based form with about 15-200 questions for an small clinic of my friend. Patients should fill that form from home or from on an computer that stands in his waiting room. After filling the form the doctor should see the corresponding result/feedback pages in his treatment room. It should be easy to modify, add or remove some questions. My friend should do these modifications on his own. So this process should be safe for luser and free of complicate looking source code. Do you know any libaries or programs which could help to administrate the questions ("decision tree" ?) ? How would you store the data? I think the best way is to store the questions in an database (mysql). How would you structe these database to be flexible for changes? I am in the beginning, so I don't know which programming language I will use later. Thank you very much in advance for your help.