Hi All,

I've been asked to write an application that will evaluate a user's answers and decide on an outcome. The question's themselves will have the standard Yes / No as responses.

I was thinking of storing the questions in a DB but I am not quite sure ATM if this is the best path to take.

For example, if a user selects "Yes" to Q1, they are taken to Q3. If no is selected, they are taken to Q2. Upon answering to many NO's, the application will inform them that they can not continue. Any suggestions / links would be much appreciated.