Program to walk users through logical steps
September 17, 2009 5:47 PM
Subscribe
I need the hive's help badly on this. I'm trying to find a program to walk a user through logical steps based on their answers to questions along the way.
I guess the best way to describe it is: I need a program that will let me write a question for a user to answer and show two answer choices (with nothing on the screen but the question and answers). When the user clicks on an answer they are sent to the screen set up for that answer. Then that screen has another question with two answers. When the user clicks an answer they are sent to the next appropriate screen, and so on until their path ends.
Basically I think I'm trying to find a flowchart that the user steps through, where each screen is a question, and the user is sent to the next question depending on their answer to the previous one.
I don't want to use a regular flowchart because people tend to want to move/read/jump ahead without fully completing the step they're on. Of course I'd like a free one. Thanks all.
posted by atm to computers & internet (9 comments total)
posted by -harlequin- at 5:49 PM on September 17 [2 favorites]