Hello,
I am working on a PHP application which is "Dynamic Questionnaire Management"
The flow is:
There will be total 20 questions on the form. As user answer the first question from some multiple choice questions, the second questions comes according to the answer of question 1. And so on. These questions and answers come from admin section.
what will be the best way to implement this kind of scanario?
Regards,
Eshban
Dynamic Questionnare Management
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Dynamic Questionnare Management
Providing a sequence of questions based on data somewhere is straightforward. You need to define what "the second questions comes according to the answer of question 1" means? If each answer has an associated next question -- then it is easy. Or are the rules more complicated?
(#10850)