I am developing a Quiz module. I have stored all the questions,its options and other details in a array of vectors.
I want to display the first question to the user and when he submits it only then the second question should be displayed on the page...and so on... ie on the click of submit an event should occur such that the counter gets incremented and the value in vector array is displayed... How am i supposed to do this..