Widget For Showing Tree Structure

Hi all,

I have a tool to create branching question i.e. next question depends on the marked answer of one question.

So I need a tool or widget which can show this tree structure, or flow chart of this branching tpe questions.

Any idea about such type a tool/widget, which can be useful for the representaion of such questions.

Any help will be appreciated.

Thanks.

A widget such as that you describe heavily depends on your tree representation design (how you store this tree. Is it some SQL DB? Other?).

FWIW, I recommend you take a look at a ready made solution for storing trees in a DB in Yii. It was useful for me and it looks of high quality.