I am developing an online exam for which I retrieve questions from an XML file. But when I retrieve the questions using JSP, I am getting all questions at a time in a single page.
I want to show one question in one page, for the next question the user needs to click on the next buttun. There is also a timer for each question and when that expires the system automatically moves to the next question.
I tried different codes but I didn't get what I wanted. Can some one help me in this?
No comments:
Post a Comment