flowcharts to a yes / no online help system?

Man of Honour
Joined
17 Oct 2002
Posts
962
Doubt that title makes much sense! Anyway.....

I currently have troubleshooting flowcharts for a host of IT products. For example, what to do if a user cannot connect their notebook to a wireless LAN. One of the main issues I find with this is it's difficult to provide enough information in a static, space-limited flowchart.

I'm looking at a way of converting these into a simple online help system where each step is presented as a web page. This would allow further information with decisions as links on the page, taking you to the appropriate next step. It would also give the added advantage of being able to 'jump' between what currently are static flowcharts.

I'm struggling to find a solution to this. Any ideas?
 
Token bump.

I should add.....I don't need something that will 'convert' existing flowcharts, the data can be input again via whatever means available. I just want something that will produce the end result I explained.
 
Erm, just write a web page for each step and have links at the bottom for the decisions?

You could even convert it into a page that gets it's data from a databse and generates the page on the fly.
 
Back
Top Bottom