Hi everybody
can u plz. suggest me process to accomplish my task like.....
"I would like to show one question at a time and provide a submit button and when the user submits it, i would like to show the answer and then proceed to the next question."
plz. help me.....
Thanks in advance....
Display one question at a time from database
Moderator: General Moderators
-
mamta_tech
- Forum Newbie
- Posts: 1
- Joined: Tue Aug 03, 2010 3:40 am
Re: Display one question at a time from database
Ajax might be the way to go on this one.
As for the underlying query, just store the id of the question, pass it back in a query and grab the next one.
There's also plenty of quiz software available out there. No need to reinvent the wheel.
As for the underlying query, just store the id of the question, pass it back in a query and grab the next one.
There's also plenty of quiz software available out there. No need to reinvent the wheel.