Untimed test that records elapsed time
August 16, 2007 12:00 AM
Three actions on each Test Question Page with two variable associated to each question to record time. (there is probably a simpler way to do this)The first action - at the page level - is On Show, Modify VAR(Q1_TimeIn) to VAR(ElapsedTime).The second action - attached to the Next button (and before the next page action...which means that you have to set the tab to none and create a next page action - is On Click, Modify VAR(Q1_TimeOut) to VAR(ElapsedTime).The third action - attached to the Next button (after the second action, but before the next page action - is On Click, Modify VAR(Q1_TimeOut) - VAR(Q1_TimeIn).Q1_TimeOut becomes your elapsed time for that page.
Discussions have been disabled for this post