NIPO ODIN Version 5.17

Previous Topic

Next Topic

Timers Example

The script below uses all 3 timers to measure the time of selecting a code, pressing enter and measuring the length of a (section of) an interview.

Timers Example

*PUT Stopwatch[3] [0]
*QUESTION 1 *CODES L1
The time until you select a code will be stored in Stopwatch[1].

The time until you press [OK] will be stored in Stopwatch[2].

1: Yes
2: No

*PAGE
The time you took to select a code was *? Stopwatch[1] seconds

The you took to press [OK] was *? Stopwatch[2] seconds

*QUESTION 2 *CODES L1
This was the last question.

1: Continue

*PAGE
The total time to conduct this interview was *? Stopwatch[3] seconds

*END

See Also