Cycle 24-Time-Stree and Well-Being TUI_C130 IF((TUI R130=RESPONSE)OR (TUI_R130=NONRESPONSE)) THEN IF TUI D130=EMPTY THEN TU∥D130:=SYSDATE TUI D131:=MONTH(SYSDATE) TUI D132:=DAY(SYSDATE) TUI D133:=WEEKDAY(SYSDATE) ELSE Go to end of module TUI_D130 System date TUI D131 Month of interview TUI_D132 Day of interview TUI D133 Day of the week for interview Sunday 2 Monday 3 Tuesday 4 Wednesday 5 Thursday 6 Friday 7 Saturday End of module {Time Use Introduction Page 22
Cycle 24 – Time-Stree and Well-Being Page 22 TUI_C130 IF ( ( TUI_R130 = RESPONSE ) OR ( TUI_R130 = NONRESPONSE ) ) THEN IF TUI_D130 = EMPTY THEN TUI_D130 := SYSDATE TUI_D131 := MONTH( SYSDATE ) TUI_D132 := DAY( SYSDATE ) TUI_D133 := WEEKDAY( SYSDATE ) ELSE Go to end of module TUI_D130 System date TUI_D131 Month of interview TUI_D132 Day of interview TUI_D133 Day of the week for interview 1 Sunday 2 Monday 3 Tuesday 4 Wednesday 5 Thursday 6 Friday 7 Saturday End of module { Time Use Introduction }
Cycle 24-Time-Stree and Well-Being Module:Time Use Diary(TUT) The following table associates the import parameter,used throughout the routing of this section,with the data element in the GSS Cycle 24 Main application. Import parameter GSS Cycle 24 Main Description data element piHeader piHeader Contains CaselD and first and last name of respondent piDiaryDay piDiaryDay The designated day of the week for which the time use diary is collected. The TYPE"TIMETYPE"is used through this document to describe how the clock time responses are captured. If the interviewer enters a value in the range 12:00 to 11:59,then the field will capture an AM response.If the interviewer is required to capture a PM response,then the interviewer enters a value in the range 12:00 to 11:59 and <p>. Respondents entering module:All respondents TUT D110 Diary episode number 1.70 TUT_Q110 The module"Time Use Diary-Episode"is repeated for each reported activity,with the first episode starting at 4:00 a.m.on the designated day.The diary will be completed when the total accumulated time reported(TUT_D120)in the episodes >=1440 minutes or a maximum of 70 episodes are collected. TUT_D111 Indicates if the second activity question has been asked in a previous episode This data element controls the dynamic text in EPlQ350 TUT D120 Elapsed time of diary TUT_D120 :TUT_D120+TUT_Q110[I].EPI_D340T Page 23
Cycle 24 – Time-Stree and Well-Being Page 23 Module: Time Use Diary (TUT) The following table associates the import parameter, used throughout the routing of this section, with the data element in the GSS Cycle 24 Main application. Import parameter GSS Cycle 24 Main data element Description piHeader piHeader Contains CaseID and first and last name of respondent piDiaryDay piDiaryDay The designated day of the week for which the time use diary is collected. The TYPE “TIMETYPE” is used through this document to describe how the clock time responses are captured. If the interviewer enters a value in the range 12:00 to 11:59, then the field will capture an AM response. If the interviewer is required to capture a PM response, then the interviewer enters a value in the range 12:00 to 11:59 and <p>. Respondents entering module: All respondents TUT_D110 Diary episode number 1..70 TUT_Q110 The module “Time Use Diary – Episode” is repeated for each reported activity, with the first episode starting at 4:00 a.m. on the designated day. The diary will be completed when the total accumulated time reported (TUT_D120) in the episodes >= 1440 minutes or a maximum of 70 episodes are collected. TUT_D111 Indicates if the second activity question has been asked in a previous episode This data element controls the dynamic text in EPI_Q350 TUT_D120 Elapsed time of diary TUT_D120 := TUT_D120 + TUT_Q110[I].EPI_D340T
Cycle 24-Time-Stree and Well-Being Module:Time Use Diary-Episode(EPI) The following table associates the import parameter,used throughout the routing of this section,with the data element in the GSS Cycle 24 Main application. Import parameter GSS Cycle 24 Main Description data element piHeader piHeader Contains CaselD and first and last name of respondent piAuxl aTUT D110 Imports the episode number piPrevStopTim aTUT D120 Imports the previous episode's stop time IF piAuxl 1 THEN aTUT_D120:=(4,0,0) ELSE aTUT D120 :TUT Q110[l-11.EPI D340 piPrevStopDay aTUT D130 Imports the previous episode's stop day IF piAuxl 1 THEN aTUT D130:=1 ELSE aTUT D130 :TUT Q110[l-1].EPI E072 piPrevCertify aTUT_D140 Certifies that the last episode has the correct information IF piAuxl 1 THEN aTUT D140:=Yes ELSE aTUT D140 :TUT Q110[l-1].EPI D345 piPrevMinStop aTUT_D150 Imports the previous episode's elapsed time IF piAuxl 1 THEN aTUT D150:=0 ELSE aTUT D150:=TUT_Q110[l-1].EPI E062 piElapsedTime TUT_D120 Imports the elapsed time of diary at the end of the previous episode IF piAuxl 1 THEN TUTD120:=0 ELSE TUT D120:= TUT_D120 TUT_Q110[l-1].EPI_D340T piDiaryDay piDiaryDay The designated day of the week for which the time use diary is collected. piLastActLoc aLastActLoc Imports the location/transit type at the end of the previous episode IF piAuxl 1 THEN aLastActLoc:=EMPTY ELSE aLastActLoc :TUT_Q110[l-1].EPI_D370A piSAexamples TUT_D111 Indicates if the second activity question has been asked in a previous episode EPI D100 Diary episode number 1.70 EPI D100:=piAuxl Page 24
Cycle 24 – Time-Stree and Well-Being Page 24 Module: Time Use Diary – Episode (EPI) The following table associates the import parameter, used throughout the routing of this section, with the data element in the GSS Cycle 24 Main application. Import parameter GSS Cycle 24 Main data element Description piHeader piHeader Contains CaseID and first and last name of respondent piAuxI aTUT_D110 Imports the episode number piPrevStopTim aTUT_D120 Imports the previous episode’s stop time IF piAuxI = 1 THEN aTUT_D120 := (4,0,0) ELSE aTUT_D120 := TUT_Q110[I-1].EPI_D340 piPrevStopDay aTUT_D130 Imports the previous episode’s stop day IF piAuxI = 1 THEN aTUT_D130 := 1 ELSE aTUT_D130 := TUT_Q110[I-1].EPI_E072 piPrevCertify aTUT_D140 Certifies that the last episode has the correct information IF piAuxI = 1 THEN aTUT_D140 := Yes ELSE aTUT_D140 := TUT_Q110[I-1].EPI_D345 piPrevMinStop aTUT_D150 Imports the previous episode’s elapsed time IF piAuxI = 1 THEN aTUT_D150 := 0 ELSE aTUT_D150 := TUT_Q110[I-1].EPI_E062 piElapsedTime TUT_D120 Imports the elapsed time of diary at the end of the previous episode IF piAuxI = 1 THEN TUT_D120 := 0 ELSE TUT_D120 := TUT_D120 + TUT_Q110[I-1].EPI_D340T piDiaryDay piDiaryDay The designated day of the week for which the time use diary is collected. piLastActLoc aLastActLoc Imports the location/transit type at the end of the previous episode IF piAuxI = 1 THEN aLastActLoc := EMPTY ELSE aLastActLoc := TUT_Q110[I-1].EPI_D370A piSAexamples TUT_D111 Indicates if the second activity question has been asked in a previous episode EPI_D100 Diary episode number 1..70 EPI_D100 := piAuxI
Cycle 24-Time-Stree and Well-Being EPI_C100 IF EPI D100=1 THEN Go to EP/Q100(episode 1 question text and interviewer instruction) ELSE Go to EPIQ100(text for episodes 2 to 70 question text and interviewer instruction) EPI_Q100 On piDiaryDay,at 4:00 AM,what were you doing? (episode 1) INTERVIEWER: If respondent is involved in two concurrent activities,code the first activity mentioned and confirm the second activity at EPI_Q351. Reference day:%DiaryDay%. Start time for this activity:4:00 am Elapsed time before this activity:0:00 Cycle 24 Work for pay at main job 011.0 2 Travel to/from work 090.0 3 Meal preparation (exclude baking) 101.0 4 Travel for goods and services 390.0 5 Night sleep/essential sleep 450.0 6 Meals/snacks/coffee at home 430.0 7 Respondent's personal grooming(washing.dressing) 400.0 8 Watching TV(regular scheduled programming) 911.0 9 Indoor Cleaning 120.0 10 Socializing with Friends/Relatives(with Meal) 752.0 11 Food (or Meal)Cleanup 110.0 12 Relaxing,Thinking,Resting,Smoking 470.0 13 Shopping for groceries 301.0 14 Socializing with Friends/Relatives(No Meal) 751.0 15 Meals/Snacks at Work 050.0 16 Travel for Socializing(Between Residences) 792.0 17 Restaurant Meals 440.0 18 Travel to Restaurant Meals 491.0 19 Reading Books 931.0 20 Reading Newspapers (actual paper copy) 940.1 21 Laundry,Ironing,Folding 140.0 22 Other activity code Don't know Refusal Page 25
Cycle 24 – Time-Stree and Well-Being Page 25 EPI_C100 IF EPI_D100 = 1 THEN Go to EPI_Q100 (episode 1 question text and interviewer instruction) ELSE Go to EPI_Q100 (text for episodes 2 to 70 question text and interviewer instruction) EPI_Q100 (episode 1) On ^ piDiaryDay, at 4:00 AM, what were you doing? INTERVIEWER: If respondent is involved in two concurrent activities, code the first activity mentioned and confirm the second activity at EPI_Q351. Reference day: %DiaryDay%. Start time for this activity: 4:00 am Elapsed time before this activity: 0:00 Cycle 24 1 Work for pay at main job 011.0 2 Travel to/from work 090.0 3 Meal preparation (exclude baking) 101.0 4 Travel for goods and services 390.0 5 Night sleep/essential sleep 450.0 6 Meals/snacks/coffee at home 430.0 7 Respondent's personal grooming (washing, dressing) 400.0 8 Watching TV (regular scheduled programming) 911.0 9 Indoor Cleaning 120.0 10 Socializing with Friends/Relatives (with Meal) 752.0 11 Food (or Meal) Cleanup 110.0 12 Relaxing, Thinking, Resting, Smoking 470.0 13 Shopping for groceries 301.0 14 Socializing with Friends/Relatives (No Meal) 751.0 15 Meals/Snacks at Work 050.0 16 Travel for Socializing (Between Residences) 792.0 17 Restaurant Meals 440.0 18 Travel to Restaurant Meals 491.0 19 Reading Books 931.0 20 Reading Newspapers (actual paper copy) 940.1 21 Laundry, Ironing, Folding 140.0 22 Other activity code Don’t know Refusal
Cycle 24-Time-Stree and Well-Being EPI Q100 And then,what did you do? (episodes 2 to 70) INTERVIEWER: If respondent is involved in two concurrent activities,code the first activity mentioned and confirm the second activity at EPI_Q351. Reference day:%DiaryDay%. Start time for this activity:^ActStartTime Elapsed time before this activity:ApiElapsedTime Cycle 24 1 Work for pay at main job 011.0 2 Travel to/from work 090.0 3 Meal preparation(exclude baking) 101.0 4 Travel for goods and services 390.0 5 Night sleep/essential sleep 450.0 6 Meals/snacks/coffee at home 430.0 7 Respondent's personal grooming (washing.dressing) 400.0 8 Watching TV(regular scheduled programming) 911.0 9 Indoor Cleaning 120.0 10 Socializing with Friends/Relatives(with Meal) 752.0 11 Food(or Meal)Cleanup 110.0 12 Relaxing,Thinking,Resting,Smoking 470.0 13 Shopping for groceries 301.0 14 Socializing with Friends/Relatives(No Meal) 751.0 15 Meals/Snacks at Work 050.0 16 Travel for Socializing (Between Residences) 792.0 17 Restaurant Meals 440.0 18 Travel to Restaurant Meals 491.0 19 Reading Books 931.0 20 Reading Newspapers(actual paper copy) 940.1 21 Laundry,Ironing,Folding 140.0 22 Other activity code Don't know Refusal EPI_C110 IF EPI_Q100=Other activity code THEN Go to EPI_Q110.OAC_Q110 ELSE Go to EPI D110 EPI Q110 OAC Q110 And then,what did you do? INTERVIEWER: Press <Insert>to activate the time use activity classification table. 1 2nd 3rd Activity code description Cycle 24 人 Personal care 7 Night sleep/essential sleep 450.0 人 2 Naps/lying down 460.0 3 Relaxing,thinking,resting,smoking 470.0 4 Washing,dressing 400.0 1 5 Personal Medical Care(At Home)-by self 410.1 1 6 Personal Medical Care(At Home)-administered by household 410.2 member 1 Personal Medical Care(At Home)-administered by non- 410.3 Page 26
Cycle 24 – Time-Stree and Well-Being Page 26 EPI_Q100 (episodes 2 to 70) And then, what did you do? INTERVIEWER: If respondent is involved in two concurrent activities, code the first activity mentioned and confirm the second activity at EPI_Q351. Reference day: %DiaryDay%. Start time for this activity: ^ActStartTime Elapsed time before this activity: ^piElapsedTime Cycle 24 1 Work for pay at main job 011.0 2 Travel to/from work 090.0 3 Meal preparation (exclude baking) 101.0 4 Travel for goods and services 390.0 5 Night sleep/essential sleep 450.0 6 Meals/snacks/coffee at home 430.0 7 Respondent's personal grooming (washing, dressing) 400.0 8 Watching TV (regular scheduled programming) 911.0 9 Indoor Cleaning 120.0 10 Socializing with Friends/Relatives (with Meal) 752.0 11 Food (or Meal) Cleanup 110.0 12 Relaxing, Thinking, Resting, Smoking 470.0 13 Shopping for groceries 301.0 14 Socializing with Friends/Relatives (No Meal) 751.0 15 Meals/Snacks at Work 050.0 16 Travel for Socializing (Between Residences) 792.0 17 Restaurant Meals 440.0 18 Travel to Restaurant Meals 491.0 19 Reading Books 931.0 20 Reading Newspapers (actual paper copy) 940.1 21 Laundry, Ironing, Folding 140.0 22 Other activity code Don’t know Refusal EPI_C110 IF EPI_Q100 = Other activity code THEN Go to EPI_Q110. OAC_Q110 ELSE Go to EPI_D110 EPI_Q110 OAC_Q110 And then, what did you do? INTERVIEWER: Press <Insert> to activate the time use activity classification table. 1st 2nd 3rd Activity code description Cycle 24 1 Personal care 1 1 Night sleep/essential sleep 450.0 1 2 Naps/lying down 460.0 1 3 Relaxing, thinking, resting, smoking 470.0 1 4 Washing, dressing 400.0 1 5 Personal Medical Care (At Home) - by self 410.1 1 6 Personal Medical Care (At Home) - administered by household member 410.2 1 7 Personal Medical Care (At Home) - administered by non- 410.3