Does anyone know of a great way to create a step-by-step online troubleshooting tool?
My company will need to develop several such tools, customized for several clients.
Ultimately, we'd like an easy way to maintain a series of questions, with answer-dependent navigation.
We'll need to be able to support all of the standard types of questions you might imagine (true/false; multiple choice (choose one), multiple choose (choose more than one); etc.).
We would like a way for our business users to be able to maintain the questions, and, if possible, the flows, so a GUI that could control a database-driven back end would be great.
We've considered using WF for this task, but it doesn't provide an easy way for non-technical users to modify the workflow, and we're not even sure it can meet all of our needs (e.g. how do we store questions and possible paths).
We're in the very early stages of investigating this, but it seems like a common problem, which makes us think there are tools to solve it.
Does anyone have any experience solving such a problem or using any tools like the one we're looking for?
Thanks for any help!