QUOTE(Zhalix @ 3 Aug, 2008 - 03:04 AM)

Well I can't give you any code until you show us what you've got so far, but what you asked is very possible.
Have you considered displaying the questions randomly instead of in a set order? Though you can certainly do either way.
If you're going with the set order method, then actually make two integer variables. One variable, the countdowner, will be set to 15 before the timer should be started. The other variable, the Question index, will be left at 0.
Simply make the countdowner count down to 0, and when it reaches 0, have it set itself back to 15 and increment one to the Question index.
After that, just check whatever number the Question index is currently on, and make it display the appropriate question based off of that.
i'm sorry for not reading the rules before i post my probelm, i'm so in
hurry that in did not have time to read the rules...hope for ur kind
consideratins...
im using the code that i have acquired in this site, its in the countdown
timer section...i'll post it maybe some other time...

as a reply in this post...
tnx for ur idea, but in some sort i can't still make my program stable...
the problem is after the 1st countdown timer reaches zero, its calls the
1st function i have assigned. but after the second countdown timer, it
doesn't call the 2nd fuintion that i've assigned...
it just i don't know the procedure in doiung it...
i'll post the code in some other time...
have a nice day... ty for ur cooperation