I have a flow chart or decision tree that I'd like people to walk through interactively. Basically, every question in the decision tree should be presented to the user and once he makes his choice, he moves on to the next block. Example:
Q1: Are you over 18? (If Yes, go to Q2, if No, go to Q3)
Q2: Do you own a car? (If Yes, show some text/send email/etc, if No, go to Q3)
Q3: (Message only) Thanks for trying!
The general survey/questionnaire interfaces I find online do not seem optimized for this use. For example, they require you to make your choice and then press Next. I have the feeling I'm looking in the wrong place but obviously cannot find a better one...
The result of the conversion should be either a portable Windows program, a set of webpages hosted on the internet or I could install some application on a Linux webserver. Because the first question in the envisioned application will guide the user to one of 4 or 5 subtrees, easily being able to enable/disable/edit subtrees separately would be a plus.