Page 1 of 1

Dynamic Questionnare Management

Posted: Tue Aug 24, 2010 5:57 am
by eshban
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

Re: Dynamic Questionnare Management

Posted: Tue Aug 24, 2010 6:24 pm
by Christopher
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?