martakeithy
Technical User
Hello,
I am using Ultradev to develop an on-line quiz. There are two tables involved in the quiz itself: One containing the questions and answers, and one for storing the response of the quiz taker, together with their unique id.
I have a page with navigation bars at the bottom, displaying a recordset containing around 10 records taken from the question table. Each page displays one of the ten questions, and the next question is then moved to via the navigation bar.
On the same page, for each question I have a form which inserts the quiz-taker's response. This form is one created using a wizard. The problem is that each answer to each question has to be submitted separately using the form created, whereas I would like to submit all of the answers together, at the end, when the quiz-taker has selected answers to all ten records.
Can anyone suggest a method by which I can stick in a submit button which will insert all ten new records.
Thank you for any help.
Regards
Marta Keithy
I am using Ultradev to develop an on-line quiz. There are two tables involved in the quiz itself: One containing the questions and answers, and one for storing the response of the quiz taker, together with their unique id.
I have a page with navigation bars at the bottom, displaying a recordset containing around 10 records taken from the question table. Each page displays one of the ten questions, and the next question is then moved to via the navigation bar.
On the same page, for each question I have a form which inserts the quiz-taker's response. This form is one created using a wizard. The problem is that each answer to each question has to be submitted separately using the form created, whereas I would like to submit all of the answers together, at the end, when the quiz-taker has selected answers to all ten records.
Can anyone suggest a method by which I can stick in a submit button which will insert all ten new records.
Thank you for any help.
Regards
Marta Keithy