Routing for UAS472

tm_intro
Welcome back!

We will now start the time diary asking you about the non-work and work-related activities you perform over the current 24-hour period. The diary starts at 4:00 in the morning because most people are asleep at that time.

Before we get started, here are some short examples of how the time diary works.
tm_example1
Example 1: Sleeping (non-work activity)

First, we will ask what type of activity you were doing at 4am. Suppose that between 4.00am and 6.30am you were sleeping. You will be shown a drop-down menu with 8 broad categories of activities. Because you were sleeping, you select "Personal Care Activities."
tm_example2
Once you select "Personal Care Activities", we will show you list of specific activities and you select "Sleeping."
tm_example3
Finally, you specify the end time for the activity, that is, when you woke up.

Because sleeping is an individual activity typically performed at home, we will not ask follow-up questions about this activity.
tm_example4
Example 2: Watching TV/Movies (non-work activity)

Let’s say you watch TV with your spouse/partner for an hour, from 8am until 9am. Because this activity is not sleeping or grooming, we will ask you a few follow-up questions about it. We’ll start by asking if this is a work-related activity.

For most people, the answer will be no, but there may be some people with jobs that require them to watch TV as part of their job.
tm_example5
The next questions will ask who you were with, where you were, and how stressful and how mentally and physically demanding you found the activity. For example, here’s what the question about physical demands looks like:
tm_example6
Example 3: Work activity

Finally, the way you will enter work activities will be slightly different from the way you enter non-work activities. Let’s say you start work at 9:30am. You will select "Working" from the drop-down menu.

tm_example7
In the next screen we will ask you to describe in your own words the first activity you performed while working.


In the next screen, you will be asked to specify the end time (e.g., 10AM). And we will ask the same short series of follow-up questions about who you were with, where you were, how stressful, and how mentally and physically demanding you found the activity.
tm_example8
By 10:30am, your time diary may look something like this:

Now let’s begin!
tm_act_count := '0'
Loop from 1 to 100
if cnt = 1 then
tm_act_start[cnt] := cnt
tm_act_dummy[cnt] := tm_act_start[cnt]
Else
tm_act_start[cnt] := tm_act_end[cnt-1]
tm_act_dummy[cnt] := tm_act_end[cnt-1]
End of if
Fill code of question 'FLMain[cnt]' executed
Group of questions presented on the same screen
tm_act_summary (summary)
tm_act_main (main category activity)
[What general type of activity were you doing at 4.00am?/What general type of activity did you start at ^tm_act_dummy[cnt]?]
1 Personal Care Activities
2 Unpaid Household Work
3 Leisure Activities
4 Socializing activities
5 Shopping activities
6 Care to household children and adults
7 Working
8 Commuting to/from work
tm_act_main_text (main category activity)
End of group of questions
Fill code of question 'FLSub[cnt]' executed
if tm_act_main[cnt] = 1 then
tm_act_personal (personal category activity)
[What specific type of personal care activity were you doing at 4.00am?/What specific type of unpaid household work were you doing at 4.00am?/What specific type of leisure activity were you doing at 4.00am?/What specific type of social activity were you doing at 4.00am?/What specific type of shopping activity were you doing at 4.00am?/What specific type of care activity were you doing at 4.00am?/Please name the work activity you were doing at 4.00 am in your own words. For example, if you were checking your email, you might say "I checked and replied to emails"./What specific type of personal care activity did you start at ^tm_act_dummy[cnt]?/What specific type of unpaid household work did you start at ^tm_act_dummy[cnt]?/What specific type of leisure activity did you start at ^tm_act_dummy[cnt]?/What specific type of social activity did you start at ^tm_act_dummy[cnt]?/What specific type of shopping activity did you start at ^tm_act_dummy[cnt]?/What specific type of care activity did you start at ^tm_act_dummy[cnt]?/Please name the work activity you started at ^tm_act_dummy[cnt] in your own words. For example, if you were checking your email, you might say "I checked and replied to emails".]
1 Sleeping
2 Napping/Resting/Relaxing
3 Grooming (washing, dressing)
4 Prayer/Meditation
5 Personal medical care
6 Meals, snacks, coffee
tm_act_sub[cnt] := tm_act_personal[cnt]
elseif tm_act_main[cnt] = 2 then
tm_act_unpaid (unpaid category activity)
[What specific type of personal care activity were you doing at 4.00am?/What specific type of unpaid household work were you doing at 4.00am?/What specific type of leisure activity were you doing at 4.00am?/What specific type of social activity were you doing at 4.00am?/What specific type of shopping activity were you doing at 4.00am?/What specific type of care activity were you doing at 4.00am?/Please name the work activity you were doing at 4.00 am in your own words. For example, if you were checking your email, you might say "I checked and replied to emails"./What specific type of personal care activity did you start at ^tm_act_dummy[cnt]?/What specific type of unpaid household work did you start at ^tm_act_dummy[cnt]?/What specific type of leisure activity did you start at ^tm_act_dummy[cnt]?/What specific type of social activity did you start at ^tm_act_dummy[cnt]?/What specific type of shopping activity did you start at ^tm_act_dummy[cnt]?/What specific type of care activity did you start at ^tm_act_dummy[cnt]?/Please name the work activity you started at ^tm_act_dummy[cnt] in your own words. For example, if you were checking your email, you might say "I checked and replied to emails".]
7 Meal preparation
8 Laundry, ironing, folding laundry
9 Home cleaning, maintenance, and repair
10 Household management (organizing/planning activities)
11 Gardening
12 Pet care (walking, grooming, feeding)
13 Vehicle maintenance
tm_act_sub[cnt] := tm_act_unpaid[cnt]
elseif tm_act_main[cnt] = 3 then
tm_act_leisur (leisure category activity)
[What specific type of personal care activity were you doing at 4.00am?/What specific type of unpaid household work were you doing at 4.00am?/What specific type of leisure activity were you doing at 4.00am?/What specific type of social activity were you doing at 4.00am?/What specific type of shopping activity were you doing at 4.00am?/What specific type of care activity were you doing at 4.00am?/Please name the work activity you were doing at 4.00 am in your own words. For example, if you were checking your email, you might say "I checked and replied to emails"./What specific type of personal care activity did you start at ^tm_act_dummy[cnt]?/What specific type of unpaid household work did you start at ^tm_act_dummy[cnt]?/What specific type of leisure activity did you start at ^tm_act_dummy[cnt]?/What specific type of social activity did you start at ^tm_act_dummy[cnt]?/What specific type of shopping activity did you start at ^tm_act_dummy[cnt]?/What specific type of care activity did you start at ^tm_act_dummy[cnt]?/Please name the work activity you started at ^tm_act_dummy[cnt] in your own words. For example, if you were checking your email, you might say "I checked and replied to emails".]
14 Watching TV/Movies
15 Listening to the radio/records/online music
16 Talking with household member(s) in person
17 Talking/text messaging with people over the phone
18 Reading books, magazines, newspapers (paper or online)
19 Writing/typing letters or e-mails, greeting cards
20 Visiting the library
21 Walking, bicycling, running, or hiking outside
22 Going to the gym/exercise class/yoga
23 Participating in any sport activity (football, basketball, soccer, etc.)
24 Other outdoor activities (pleasure driving, camping, fishing, etc)
25 Hobbies done for pleasure
26 Games, cards, solving puzzles
27 Playing video/computer games
28 Travel long distances (car, plane, bus, train)
29 Taking online courses/classes/lectures
30 Zoom/video chat meetings
tm_act_sub[cnt] := tm_act_leisur[cnt]
elseif tm_act_main[cnt] = 4 then
tm_act_social (social category activity)
[What specific type of personal care activity were you doing at 4.00am?/What specific type of unpaid household work were you doing at 4.00am?/What specific type of leisure activity were you doing at 4.00am?/What specific type of social activity were you doing at 4.00am?/What specific type of shopping activity were you doing at 4.00am?/What specific type of care activity were you doing at 4.00am?/Please name the work activity you were doing at 4.00 am in your own words. For example, if you were checking your email, you might say "I checked and replied to emails"./What specific type of personal care activity did you start at ^tm_act_dummy[cnt]?/What specific type of unpaid household work did you start at ^tm_act_dummy[cnt]?/What specific type of leisure activity did you start at ^tm_act_dummy[cnt]?/What specific type of social activity did you start at ^tm_act_dummy[cnt]?/What specific type of shopping activity did you start at ^tm_act_dummy[cnt]?/What specific type of care activity did you start at ^tm_act_dummy[cnt]?/Please name the work activity you started at ^tm_act_dummy[cnt] in your own words. For example, if you were checking your email, you might say "I checked and replied to emails".]
31 Hosting or attending dinners with other people
32 Participating in social media and chat groups
33 Lunch or dining out
34 Going out to bar, clubs
35 Going to a concert, movies, theater, museum, or art gallery
36 Going to the mall, shopping
37 Going to the church, attending religious activities
38 Attending political, civic, union meetings
39 Volunteer Work/Charity
40 Attending support groups (e.g., AA)
tm_act_sub[cnt] := tm_act_social[cnt]
elseif tm_act_main[cnt] = 5 then
tm_act_shopping (shopping category activity)
[What specific type of personal care activity were you doing at 4.00am?/What specific type of unpaid household work were you doing at 4.00am?/What specific type of leisure activity were you doing at 4.00am?/What specific type of social activity were you doing at 4.00am?/What specific type of shopping activity were you doing at 4.00am?/What specific type of care activity were you doing at 4.00am?/Please name the work activity you were doing at 4.00 am in your own words. For example, if you were checking your email, you might say "I checked and replied to emails"./What specific type of personal care activity did you start at ^tm_act_dummy[cnt]?/What specific type of unpaid household work did you start at ^tm_act_dummy[cnt]?/What specific type of leisure activity did you start at ^tm_act_dummy[cnt]?/What specific type of social activity did you start at ^tm_act_dummy[cnt]?/What specific type of shopping activity did you start at ^tm_act_dummy[cnt]?/What specific type of care activity did you start at ^tm_act_dummy[cnt]?/Please name the work activity you started at ^tm_act_dummy[cnt] in your own words. For example, if you were checking your email, you might say "I checked and replied to emails".]
41 Shopping for groceries, gas, everyday goods
42 Surfing the web, shopping online
43 Automobile maintenance
44 Personal care services (barbers, beauticians)
45 Financial services (banking, insurance)
46 Government services (DMV, welfare, insurance)
47 Visits to the doctor, dentist, veterinarian
48 Mail services (post office, Fed-ex)
49 Shopping for clothing, shoes, personal accessories
tm_act_sub[cnt] := tm_act_shopping[cnt]
elseif tm_act_main[cnt] = 6 then
tm_act_care (care category activity)
[What specific type of personal care activity were you doing at 4.00am?/What specific type of unpaid household work were you doing at 4.00am?/What specific type of leisure activity were you doing at 4.00am?/What specific type of social activity were you doing at 4.00am?/What specific type of shopping activity were you doing at 4.00am?/What specific type of care activity were you doing at 4.00am?/Please name the work activity you were doing at 4.00 am in your own words. For example, if you were checking your email, you might say "I checked and replied to emails"./What specific type of personal care activity did you start at ^tm_act_dummy[cnt]?/What specific type of unpaid household work did you start at ^tm_act_dummy[cnt]?/What specific type of leisure activity did you start at ^tm_act_dummy[cnt]?/What specific type of social activity did you start at ^tm_act_dummy[cnt]?/What specific type of shopping activity did you start at ^tm_act_dummy[cnt]?/What specific type of care activity did you start at ^tm_act_dummy[cnt]?/Please name the work activity you started at ^tm_act_dummy[cnt] in your own words. For example, if you were checking your email, you might say "I checked and replied to emails".]
50 Personal care of children of the household
51 Feeding the child, Putting the children to bed
52 Food preparation for children
53 Getting children ready for school
54 Reading, talking playing with children
55 Personal care of household adults
56 Medical care of household adults
tm_act_sub[cnt] := tm_act_care[cnt]
elseif tm_act_main[cnt] = 7 then
tm_act_work_label (label work activity)
[What specific type of personal care activity were you doing at 4.00am?/What specific type of unpaid household work were you doing at 4.00am?/What specific type of leisure activity were you doing at 4.00am?/What specific type of social activity were you doing at 4.00am?/What specific type of shopping activity were you doing at 4.00am?/What specific type of care activity were you doing at 4.00am?/Please name the work activity you were doing at 4.00 am in your own words. For example, if you were checking your email, you might say "I checked and replied to emails"./What specific type of personal care activity did you start at ^tm_act_dummy[cnt]?/What specific type of unpaid household work did you start at ^tm_act_dummy[cnt]?/What specific type of leisure activity did you start at ^tm_act_dummy[cnt]?/What specific type of social activity did you start at ^tm_act_dummy[cnt]?/What specific type of shopping activity did you start at ^tm_act_dummy[cnt]?/What specific type of care activity did you start at ^tm_act_dummy[cnt]?/Please name the work activity you started at ^tm_act_dummy[cnt] in your own words. For example, if you were checking your email, you might say "I checked and replied to emails".]
STRING
tm_act_sub[cnt] := 99
End of if
if tm_act_main[cnt] = response then
Fill code of question 'FL_name[cnt]' executed
tm_act_end (end time of activity)
You started [^tm_act_sub[cnt]/^tm_act_main[cnt]/^tm_act_work_label[cnt]] at [dummy time of activity[]]. What time did this activity end?
1 4.00am
2 4.15am
3 4.30am
4 4.45am
5 5.00am
6 5.15am
7 5.30am
8 5.45am
9 6.00am
10 6.15am
11 6.30am
12 6.45am
13 7.00am
14 7.15am
15 7.30am
16 7.45am
17 8.00am
18 8.15am
19 8.30am
20 8.45am
21 9.00am
22 9.15am
23 9.30am
24 9.45am
25 10.00am
26 10.15am
27 10.30am
28 10.45am
29 11.00am
30 11.15am
31 11.30am
32 11.45am
33 12.00pm
34 12.15pm
35 12.30pm
36 12.45pm
37 1.00pm
38 1.15pm
39 1.30pm
40 1.45pm
41 2.00pm
42 2.15pm
43 2.30pm
44 2.45pm
45 3.00pm
46 3.15pm
47 3.30pm
48 3.45pm
49 4.00pm
50 4.15pm
51 4.30pm
52 4.45pm
53 5.00pm
54 5.15pm
55 5.30pm
56 5.45pm
57 6.00pm
58 6.15pm
59 6.30pm
60 6.45pm
61 7.00pm
62 7.15pm
63 7.30pm
64 7.45pm
65 8.00pm
66 8.15pm
67 8.30pm
68 8.45pm
69 9.00pm
70 9.15pm
71 9.30pm
72 9.45pm
73 10.00pm
74 10.15pm
75 10.30pm
76 10.45pm
77 11.00pm
78 11.15pm
79 11.30pm
80 11.45pm
81 12.00am
82 12.15am
83 12.30am
84 12.45am
85 1.00am
86 1.15am
87 1.30am
88 1.45am
89 2.00am
90 2.15am
91 2.30am
92 2.45am
93 3.00am
94 3.15am
95 3.30am
96 3.45am
97 4.00am
if longEpisode(tm_act_start[cnt], tm_act_end[cnt]) = 1 then
tm_act_end_warning (end time of activity)
[^tm_act_sub[cnt]/^tm_act_main[cnt]/^tm_act_work_label[cnt]]

You indicates this activity started at [start time of activity[]] and ended at [end time of activity[]]. If that is correct, click "Next" to continue. Otherwise, go back and change the time(s).
End of if
if tm_act_sub[cnt] = response and not(tm_act_sub[cnt] in [1,2,3]) then
if tm_act_sub[cnt] != 99 then
tm_act_is_work (work related activity)
[^tm_act_sub[cnt]/^tm_act_main[cnt]/^tm_act_work_label[cnt]] started at [dummy time of activity[]]

Was this activity directly or indirectly related to your current job duties or future work?
1 (YES) Yes
2 (NO) No
Else
tm_act_is_work[cnt] := 1
End of if
if tm_act_main[cnt] != 7 then
Group of questions presented on the same screen
tm_act_who_nonwork (who with non work activity)
[^tm_act_sub[cnt]/^tm_act_main[cnt]/^tm_act_work_label[cnt]] started at [dummy time of activity[]]

Were you interacting with anyone, physically or otherwise (e.g., on the phone or internet)? Did anyone accompany you? Please check all that apply.
1 No one
2 Adult household members
3 Children
4 Parents
5 Friends
6 Neighbors, acquaintances
7 Boss or manager
8 Co-workers
9 Customers
10 Other, please specify:
tm_act_who_nonwork_other (other who with non work activity)
STRING
End of group of questions
tm_act_who[cnt] := tm_act_who_nonwork[cnt]
Else
Group of questions presented on the same screen
tm_act_who_work (who with work activity)
[^tm_act_sub[cnt]/^tm_act_main[cnt]/^tm_act_work_label[cnt]] started at [dummy time of activity[]]

Were you interacting with anyone, physically or otherwise (e.g., on the phone or internet)? Did anyone accompany you? Please check all that apply.
1 No one
2 Adult household members
3 Children
4 Parents
5 Friends
6 Neighbors, acquaintances
7 Boss or manager
8 Co-workers
9 Customers
10 Other, please specify:
tm_act_who_work_other (other who with work activity)
STRING
End of group of questions
tm_act_who[cnt] := tm_act_who_work[cnt]
End of if
Group of questions presented on the same screen
tm_act_where (where with activity)
[^tm_act_sub[cnt]/^tm_act_main[cnt]/^tm_act_work_label[cnt]] started at [dummy time of activity[]]

Where were you while you were performing this activity? Please check all that apply.
1 My home
2 My workplace
3 Someone else's home
4 Restaurant/Bar
5 Grocery store/Mall
6 School
7 Gym
8 Outdoors away from home
9 Other, please specify:
tm_act_where_other (other where with activity)
STRING
End of group of questions
Group of questions presented on the same screen
tm_act_physically_demand (how physically demanding activity)
[^tm_act_sub[cnt]/^tm_act_main[cnt]/^tm_act_work_label[cnt]] started at [dummy time of activity[]]

How physically demanding was this activity? Physically demanding activities are those that require strength or physical effort for long periods of time.

1 Not at all demanding
2 Slightly demanding
3 Moderately demanding
4 Very demanding
5 Extremely demanding
tm_act_mentally_demand (how mentally demanding activity)

How mentally demanding was this activity? Mentally demanding activities are those that require analyzing information, learning new material, or solving complex problems for long periods of time.

1 Not at all demanding
2 Slightly demanding
3 Moderately demanding
4 Very demanding
5 Extremely demanding
tm_act_stressful (how stressful activity)

How stressful was this activity? Stressful activities are those, for example, that make you feel often rushed or pressed for time.

1 Not at all stressful
2 Slightly stressful
3 Moderately stressful
4 Very stressful
5 Extremely stressful
End of group of questions
End of if
End of if
tm_act_count := tm_act_count + 1
if tm_act_end[cnt] = 97 then
End of if
End of loop
CS_001 (HOW PLEASANT INTERVIEW)
Thank you for completing your diary!

Could you tell us how interesting or uninteresting you found the questions in this interview?
1 Very interesting
2 Interesting
3 Neither interesting nor uninteresting
4 Uninteresting
5 Very uninteresting
CS_003 (comments)
Do you have any other comments on the interview? Please type these in the box below.(If you have no comments, please click next to complete this survey.)
STRING