<div dir="ltr">I am trying to write code that would guide a user through a series of questions and depending on their answers given ask them different questions. I can of course do this with procedural code but it has occured to me that it might begin to get messy especially when exceptions mount. For example, if the answer to the third question is no, then skip to question 8. So I am looking for a way to structure such code to make it cleaner and perhaps easier to maintain, Does anyone know of any examples of similar projects that I can reference?<div><br></div><div>Thanks,</div><div><br></div><div>Richard </div></div>