View Single Post
  #3 (permalink)  
Old 02-04-06, 05:13 PM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
Here is an idea, using a Javasript found on dynamicdrive -
http://www.dynamicdrive.com/dynamici.../seqreveal.htm

Using this javascript as a basis, you could build pages using PHP with your questions -
<div class="revealcontent">Put question1, answers, and links here via PHP.</div>
<div class="revealcontent">Put question2, answers, and links here via PHP.</div>

These will be revealed in turn.

The biggest gotya with this is if they refresh the page, it would start over with the 1st question, but this should be fairly easy to solve.
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
Reply With Quote