JOR wrote:

At first glance it looks like you have a potential continuous loop issue?

stopwatchComplete() >> questionComplete() >> stopwatchComplete() >> and so on if (id >= questions.length)

Second is I don't see where "id" is defined in questionComplete() did you mean to type this instead:

The id should ofcourse matched the correct name of the parameter. If you know a better way please let me know!


   if ( questionId >= questions.length )

Aha, good one I will try ;-)

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to