Problems with ElapsedTime

terjee
terjee Community Member Posts: 2
I run a timed test (3 mins), but this will not work:
  • The action on Compeleted/Passed and Canceled/failed is bot set to go to the final page of the test. This does not happen after 3 mins. (the timer just disappears)
  • I run an action upon useractivation of the next page: If ElapsedTime > 3 Then GoTo (final page). The condition ElapsedTime > 3 will never be true in my case.
Any ideas of how to react when the time has elapsed?

Thank You!