The create timers tag creates a variable that tracks time spent in specific survey sections. It works with the set defaults, define chapters, and start group widgets.
set defaults
set defaults
create timers: y
define chapters
define chapters
create timers: y
S. Screener Questions
A. Main Survey Questions
start group
start group: DEEPDIVE
create timers: y
Details
-
create timersaccepts 'y' as the input. - If
create timersis used with theset defaultswidget, it includes all named and nested groups in the time. - Timers created with
create timers: yare name "CHAPTERID_timer," where "CHAPTERID" would be replaced with the chapter or group name as defined in the survey code. - The
named timertag can be used to assign custom names to timers withinstart groups. Use alphanumerics or underscores for custom names, no spaces allowed, e.g., (named timer: SCREENER_time). - Timers are listed under System fields > Section Times in the reporting field tree. If both
create timersandnamed timertags are used, both timers appear in the reports. - Timers created with the
create timerstag are presented first in the reporting field tree, and group timers created withnamed timerare placed afterwards
Time calculation
Timers pause when respondents switch tabs or when inactivity exceeds 5 minutes.
The placement of the create timers tag impacts how elapsed time is recorded:
- On chapters: Times pages with data fields (questions, tables). Pages without data fields, such as those with only text, will not be timed.
- On groups: Times all pages, including text-only ones.
The named timer tag, which is only placed on a group, also links a timer to every page in the group.
Comments
0 comments
Please sign in to leave a comment.