Hello All, Am new to wickets and trying to learn a few things. To do that am trying to build a web application that a user can post a exam and a responder can answer that exam. So far I have managed to Post a set of questions for a exam into the database. my problem is how to answer those questions. A single exam can have 3 different question types Objectives, short answers and phrase match. Each of this have different forms of interface for responding to it. If there were only 3 questions, one of each type I would just have 3 Wizard Steps, but the number of questions can vary depending on the exam. I would like to reuse the steps for each question type when needed (Have only 3 predefined steps). Can someone guide me on this or point me to a thread that can do the same. A suggestion of an alternate solution is also welcome. Thanks Stephen
