hi,
i am trying to make a online examination project in
java. in this project there is a table name as question.the structure of the table is
Qno , Question, option1, option2, option3, option4, Ans, marks_of_question
i have stored some question in this table.
problem is, i want to retrieve these question 1 by 1 onto a
jsp page using next button. and also want total no of marks at the end of exam.
please anyone help me to make this project.
thanks in advanced