Cycle 24-Time-Stree and Well-Being CMR D110 Confirmed marital status of respondent IF ((CMR_Q100=Yes)OR CMR_Q100=NONRESPONSE ))THEN CMR D110:=piSelRespMarS ELSE IF CMR_Q110=RESPONSE THEN CMR_D110:=CMR_Q110 ELSE IF CMR Q110=NONRESPONSE THEN CMR D110:=piSelRespMarS End of module Confirm Marital Status of Respondent Page 17
Cycle 24 – Time-Stree and Well-Being Page 17 CMR_D110 Confirmed marital status of respondent IF ( ( CMR_Q100 = Yes ) OR ( CMR_Q100 = NONRESPONSE ) ) THEN CMR_D110 := piSelRespMarS ELSE IF CMR_Q110 = RESPONSE THEN CMR_D110 := CMR_Q110 ELSE IF CMR_Q110 = NONRESPONSE THEN CMR_D110 := piSelRespMarS End of module { Confirm Marital Status of Respondent }
Cycle 24-Time-Stree and Well-Being Section 1:General Time Use Module:General Time Use(GTU) 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 Respondents entering module: All respondents ?GTU R110 I will start with a few general questions related to time. INTERVIEWER: Press <1>to continue. GTU Q110 How often do you feel rushed?Would you say it is: INTERVIEWER: Include times when being pressed for time was a positive stimulant as well as times the respondent felt stress because of the number of activities he/she had to do in a day. Read categories to respondent. 1 ...every day? 2 ..a few times a week? 3 ..about once a week? 4 ..about once a month? 5 ..less than once a month? 6 ...never Don't know Refusal Page 18
Cycle 24 – Time-Stree and Well-Being Page 18 Section 1: General Time Use Module: General Time Use (GTU) 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 Respondents entering module: All respondents ?GTU_R110 I will start with a few general questions related to time. INTERVIEWER: Press <1> to continue. GTU_Q110 How often do you feel rushed? Would you say it is: INTERVIEWER: Include times when being pressed for time was a positive stimulant as well as times the respondent felt stress because of the number of activities he/she had to do in a day. Read categories to respondent. 1 ... every day? 2 ... a few times a week? 3 ... about once a week? 4 ... about once a month? 5 ... less than once a month? 6 ... never Don’t know Refusal
Cycle 24-Time-Stree and Well-Being GTU Q130 How often do you feel you have time on your hands that you don't know what to do with?Would you say it is: INTERVIEWER: Exclude: -times when the respondent chooses to do nothing; times when the respondent had to think for a few minutes about what to do next. Select"never"if the respondent can always think of something to do. Read categories to respondent. 1 ..every day? 2 ..a few times a week? 3 ..about once a week? 4 about once a month? 5 ..less than once a month? 6 ..never Don't know Refusal End of module {General Time Use Page 19
Cycle 24 – Time-Stree and Well-Being Page 19 GTU_Q130 How often do you feel you have time on your hands that you don't know what to do with? Would you say it is: INTERVIEWER: Exclude: - times when the respondent chooses to do nothing; - times when the respondent had to think for a few minutes about what to do next. Select "never" if the respondent can always think of something to do. Read categories to respondent. 1 ... every day? 2 ... a few times a week? 3 ... about once a week? 4 ... about once a month? 5 ... less than once a month? 6 ... never Don’t know Refusal End of module { General Time Use }
Cycle 24-Time-Stree and Well-Being Section 2:Time Use Diary Module:Time Use Introduction(TUI) 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 piSelRespGend piSelRespGender Gender of respondent piNumChild piNumRespChild Number of respondent's children in the household piPartnerGend piPartnerGend Gender of the respondent's spouse/partner piMarStat CMR.CMR D110 Confirmed marital status of respondent Respondents entering module:All respondents ?TUI R110 To find out exactly how people spend their time,we are going to ask about your activities over a 24-hour period.We will start at 4 in the morning because most people are asleep at that time. Let me give you an example. INTERVIEWER:Press <1>to continue. TUI_C120 IF (piNumChild >=1)AND piSelRespGend Male )AND ((piMarStat Commonlaw )OR (piMarStat Married ))AND piPartnerGend=Male )THEN Go to TU∥R120B ELSE IF((piNumChild >=1)AND piSelRespGend Female AND ((piMarStat Commonlaw )OR (piMarStat Married ))AND piPartnerGend Female ))THEN Go to TUI R120C ELSE IF((piNumChild >=1)AND piSelRespGend Male )AND ((piMarStat Commonlaw )OR (piMarStat Married )))THEN Go to TUI R120C ELSE IF((piNumChild >=1)AND piSelRespGend Female )AND ((piMarStat Commonlaw )OR (piMarStat Married )))THEN Go to TU∥R120B ELSE IF((piNumChild =0)AND ((piMarStat Commonlaw )OR (piMarStat=Married )))THEN G0toTU∥R120A ELSE Go to TUI R120D Page 20
Cycle 24 – Time-Stree and Well-Being Page 20 Section 2: Time Use Diary Module: Time Use Introduction (TUI) 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 piSelRespGend piSelRespGender Gender of respondent piNumChild piNumRespChild Number of respondent’s children in the household piPartnerGend piPartnerGend Gender of the respondent’s spouse/partner piMarStat CMR.CMR_D110 Confirmed marital status of respondent Respondents entering module: All respondents ?TUI_R110 To find out exactly how people spend their time, we are going to ask about your activities over a 24-hour period. We will start at 4 in the morning because most people are asleep at that time. Let me give you an example. INTERVIEWER: Press <1> to continue. TUI_C120 IF ( ( piNumChild >= 1 ) AND ( piSelRespGend = Male ) AND ( (piMarStat = Commonlaw ) OR (piMarStat = Married ) ) AND ( piPartnerGend = Male ) ) THEN Go to TUI_R120B ELSE IF ( ( piNumChild >= 1 ) AND ( piSelRespGend = Female ) AND ( (piMarStat = Commonlaw ) OR (piMarStat = Married ) ) AND ( piPartnerGend = Female ) ) THEN Go to TUI_R120C ELSE IF ( ( piNumChild >= 1 ) AND ( piSelRespGend = Male ) AND ( (piMarStat = Commonlaw ) OR (piMarStat = Married ) ) ) THEN Go to TUI_R120C ELSE IF ( ( piNumChild >= 1 ) AND ( piSelRespGend = Female ) AND ( (piMarStat = Commonlaw ) OR (piMarStat = Married ) ) ) THEN Go to TUI_R120B ELSE IF ( ( piNumChild = 0 ) AND ( (piMarStat = Commonlaw ) OR (piMarStat = Married ) ) ) THEN Go to TUI_R120A ELSE Go to TUI_R120D
Cycle 24-Time-Stree and Well-Being TUI R120A Yesterday morning I was asleep until 6.From 6 to 6:15 I got dressed while listening to the radio. From 6:15 until 6:25 I made breakfast.Then from 6:25 to 6:35 I ate breakfast with my spouse and son,while watching the news. INTERVIEWER:Press <1>to continue. Go to TUI R130 TUI_R120B Yesterday morning I was asleep until 7:15.From 7:15 to 7:30 I got dressed, while listening to the radio. From 7:30 to 7:45 I made breakfast.Then from 7:45 until 8:10 I ate breakfast with my spouse. INTERVIEWER:Press <1>to continue. Go to TU∥R130 TUI R120C Yesterday morning I was asleep until 7:15.From 7:15 to 7:30 I got dressed. Then from 7:30 to 7:45 I made breakfast.Then I ate breakfast with my spouse and children until 8:10. INTERVIEWER:Press <1>to continue. Go to TUI R130 TUI_R120D Yesterday morning I was asleep until 8:30.From 8:30 to 8:40 I had a shower and got dressed. Then from 8:40 until 8:55,I made breakfast.I ate breakfast from 8:55 until 9:15,while reading the paper. INTERVIEWER:Press <1>to continue. TUI R130 You do not need to report activities of less than 5 minutes unless they involve travel or a change in the person you were with. Let's begin. INTERVIEWER: Press <1>to continue. Page 21
Cycle 24 – Time-Stree and Well-Being Page 21 TUI_R120A Yesterday morning I was asleep until 6. From 6 to 6:15 I got dressed while listening to the radio. From 6:15 until 6:25 I made breakfast. Then from 6:25 to 6:35 I ate breakfast with my spouse and son, while watching the news. INTERVIEWER: Press <1> to continue. Go to TUI_R130 TUI_R120B Yesterday morning I was asleep until 7:15. From 7:15 to 7:30 I got dressed, while listening to the radio. From 7:30 to 7:45 I made breakfast. Then from 7:45 until 8:10 I ate breakfast with my spouse. INTERVIEWER: Press <1> to continue. Go to TUI_R130 TUI_R120C Yesterday morning I was asleep until 7:15. From 7:15 to 7:30 I got dressed. Then from 7:30 to 7:45 I made breakfast. Then I ate breakfast with my spouse and children until 8:10. INTERVIEWER: Press <1> to continue. Go to TUI_R130 TUI_R120D Yesterday morning I was asleep until 8:30. From 8:30 to 8:40 I had a shower and got dressed. Then from 8:40 until 8:55, I made breakfast. I ate breakfast from 8:55 until 9:15, while reading the paper. INTERVIEWER: Press <1> to continue. TUI_R130 You do not need to report activities of less than 5 minutes unless they involve travel or a change in the person you were with. Let’s begin. INTERVIEWER: Press <1> to continue