Dynamic Questionnare Management

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

Dynamic Questionnare Management

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Dynamic Questionnare Management

Post 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?
(#10850)
Post Reply