Cycle 24-Time-Stree and Well-Being INT_R01 We are calling you for a survey on time-stress and well-being.The information will be used to better understand time-related stresses on Canadians.We would like to know more about things such as commuting times,use of paid childcare and participation in sport and leisure. INTERVIEWER:Press <Enter>to continue. INT_R02 This study is being conducted under the authority of the Statistics Act and your answers will be kept strictly confidential and used only for statistical purposes.While your participation is voluntary,your cooperation is essential to ensure that the information collected in this study is as accurate and as comprehensive as possible. (Registration Number:STC/HFS-027-75095) INTERVIEWER:Press <Enter>to continue. Page 12
Cycle 24 – Time-Stree and Well-Being Page 12 INT_R01 We are calling you for a survey on time-stress and well-being. The information will be used to better understand time-related stresses on Canadians. We would like to know more about things such as commuting times, use of paid childcare and participation in sport and leisure. INTERVIEWER: Press <Enter> to continue. INT_R02 This study is being conducted under the authority of the Statistics Act and your answers will be kept strictly confidential and used only for statistical purposes. While your participation is voluntary, your cooperation is essential to ensure that the information collected in this study is as accurate and as comprehensive as possible. (Registration Number: STC/HFS-027-75095) INTERVIEWER: Press <Enter> to continue
Cycle 24-Time-Stree and Well-Being Social and Aboriginal Statistics Division General Social Survey,2010 Time Use Questionnaire Ages 15 Years and over GSS 24-2-Questionnaire Confidential when completed.Collected under the authority of the Statistics Act,Revised Statutes of Canada, 1985,Chapter S19. STC/HFS-027-75095 Section A:Confirmation of Birth Date and Marital Status Module:Birth Date of Respondent(BDR) 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 piSelRespAge piSelRespAge Age of respondent Respondents entering module:All respondents ?BDR Q100 What is your date of birth? INTERVIEWER: Enter the birth day of the respondent. 1.31 Don't know Refusal BDR Q105 What is your date of birth? INTERVIEWER: Enter the birth month of the respondent. 1 January 2 February 3 March 4 April 5 May 6 June 7 July 8 August 9 September 10 October 11 November 12 December Don't know Refusal BDR D105 Numerical month of date of birth. Page 13
Cycle 24 – Time-Stree and Well-Being Page 13 Social and Aboriginal Statistics Division General Social Survey, 2010 Time Use Questionnaire Ages 15 Years and over GSS 24-2 – Questionnaire Confidential when completed. Collected under the authority of the Statistics Act, Revised Statutes of Canada, 1985, Chapter S19. STC/HFS-027-75095 Section A: Confirmation of Birth Date and Marital Status Module: Birth Date of Respondent (BDR) 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 piSelRespAge piSelRespAge Age of respondent Respondents entering module: All respondents ?BDR_Q100 What is your date of birth? INTERVIEWER: Enter the birth day of the respondent. 1..31 Don’t know Refusal BDR_Q105 What is your date of birth? INTERVIEWER: Enter the birth month of the respondent. 1 January 2 February 3 March 4 April 5 May 6 June 7 July 8 August 9 September 10 October 11 November 12 December Don’t know Refusal BDR_D105 Numerical month of date of birth
Cycle 24-Time-Stree and Well-Being IF BDR_Q105 January THEN BDRD105:=1 ELSE IF BDR Q105=February THEN BDR_D105:=2 ELSE IF BDR_Q105 December THEN BDRD105:=12 BDR Q110 What is your date of birth? INTERVIEWER: Enter the birth year of the respondent. 1889.1995 Don't know Refusal BDR_D120 Age of respondent derived from date of birth(1...120). IF((BDR_Q100=NONRESPONSE )OR( BDR_Q105=NONRESPONSE)OR (BDR Q110=NONRESPONSE))THEN BDR D120:=piSelRespAge ELSE IF((BDR_Q100=RESPONSE) AND(BDR_Q105=RESPONSE)AND (BDR Q110=RESPONSE))THEN aMonthCurrent:= MONTH(STARTDATE) aDayCurrent : DAY(STARTDATE) IF ((BDR_Q110>=1889)AND BDR_Q110<=1995))THEN IF BDR D105< aMonthCurrent THEN BDRD120:=(2010-BDR_Q110) ELSEIF BDR D105= aMonthCurrent THEN IF BDR_Q100<= aDayCurrent THEN BDRD120:=(2010-BDRQ110) ELSE BDRD120:=(2009-BDRQ110) ELSE IF BDR D105> aMonthCurrent THEN BDR_D120:=(2009-BDRQ110) BDR Q120 So your age is ^BDR_D120.Is that correct? 1 Yes No,return and correct date of birth 3 No,collect age Don't know Refusal CHECK_A.1 Any condition contrary to the following will produce the edit below (BDR_Q120=Yes )OR(BDR_Q120=NoCollectAge )OR BDR Q120=NONRESPONSE)) A response inconsistent with a response to a previous question has been entered.Please return and correct. Page 14
Cycle 24 – Time-Stree and Well-Being Page 14 IF BDR_Q105 = January THEN BDR_D105 := 1 ELSE IF BDR_Q105 = February THEN BDR_D105 := 2 … ELSE IF BDR_Q105 = December THEN BDR_D105 := 12 BDR_Q110 What is your date of birth? INTERVIEWER: Enter the birth year of the respondent. 1889..1995 Don’t know Refusal BDR_D120 Age of respondent derived from date of birth (1...120). IF ( ( BDR_Q100 = NONRESPONSE ) OR ( BDR_Q105 = NONRESPONSE ) OR ( BDR_Q110 = NONRESPONSE ) ) THEN BDR_D120 := piSelRespAge ELSE IF ( ( BDR_Q100 = RESPONSE ) AND ( BDR_Q105 = RESPONSE ) AND ( BDR_Q110 = RESPONSE ) ) THEN aMonthCurrent := MONTH ( STARTDATE) aDayCurrent := DAY ( STARTDATE) IF ( ( BDR_Q110 >= 1889) AND ( BDR_Q110 <= 1995) ) THEN IF BDR_D105< aMonthCurrent THEN BDR_D120:= (2010 - BDR_Q110 ) ELSEIF BDR_D105 = aMonthCurrent THEN IF BDR_Q100 <= aDayCurrent THEN BDR_D120:= ( 2010 - BDR_Q110 ) ELSE BDR_D120:= ( 2009 - BDR_Q110 ) ELSE IF BDR_D105 > aMonthCurrent THEN BDR_D120:= ( 2009- BDR_Q110 ) BDR_Q120 So your age is ^BDR_D120. Is that correct? 1 Yes 2 No, return and correct date of birth 3 No, collect age Don’t know Refusal CHECK_A.1 Any condition contrary to the following will produce the edit below ( ( BDR_Q120 = Yes ) OR ( BDR_Q120 = NoCollectAge ) OR ( BDR_Q120 = NONRESPONSE ) ) A response inconsistent with a response to a previous question has been entered. Please return and correct
Cycle 24-Time-Stree and Well-Being BDR C130 IF ((BDR_Q120=NoCollectAge)OR BDR Q120 NONRESPONSE))THEN Go to BDR_Q130 ELSE Go to BDR D130 BDR_Q130 What is your age? INTERVIEWER: Enter the age of the respondent. 1.120 Don't know Refusal BDR_D130 Confirmed age of respondent(1..120) IF BDR_Q120=Yes THEN BDR_D130:=BDR_D120 ELSE IF BDR Q130=RESPONSE THEN BDR_D130:=BDR_Q130 ELSE IF BDR_Q130=NONRESPONSE THEN BDR D130:=piSelRespAge BDR C140 If BDR D130 15 years THEN Go to BDR R140 Else Go to End of module BDR R140 This survey is for persons aged 15 and older.So,for this household,the survey is now completed.Thank you for your co-operation. INTERVIEWER: Please choose the final outcome codes list and select code 61 (Ineligible due to age). End of module Birth Date of Respondent Page 15
Cycle 24 – Time-Stree and Well-Being Page 15 BDR_C130 IF ( ( BDR_Q120 = NoCollectAge ) OR ( BDR_Q120 = NONRESPONSE ) ) THEN Go to BDR_Q130 ELSE Go to BDR_D130 BDR_Q130 What is your age? INTERVIEWER: Enter the age of the respondent. 1..120 Don’t know Refusal BDR_D130 Confirmed age of respondent (1..120) IF BDR_Q120 = Yes THEN BDR_D130 := BDR_D120 ELSE IF BDR_Q130 = RESPONSE THEN BDR_D130 := BDR_Q130 ELSE IF BDR_Q130 = NONRESPONSE THEN BDR_D130 := piSelRespAge BDR_C140 If BDR_D130 < 15 years THEN Go to BDR_R140 Else Go to End of module BDR_R140 This survey is for persons aged 15 and older. So, for this household, the survey is now completed. Thank you for your co-operation. INTERVIEWER: Please choose the final outcome codes list and select code 61 (Ineligible due to age). End of module { Birth Date of Respondent }
Cycle 24-Time-Stree and Well-Being Module:Confirm Marital Status of Respondent(CMR) 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 piSelRespMarS piSelRespMarS Marital status of the respondent Respondents entering module:All respondents CMR C100 IF piSelRespMarS RESPONSE THEN Go to CMR Q100 ELSE Go to CMR C110 ?CMR_Q100 I'd like to confirm your marital status.Are you marital status % 1 Yes Go to CMR D110 2 No Don't know Go to CMR D110 Refusal Go to CMR D110 CMR_C110 IF((piSelRespMarS NONRESPONSE) Go to CMR_Q110 OR(CMR Q100=No))THEN ELSE Go to CMR_D110 CMR_Q110 What is your marital status?Are you: INTERVIEWER: Read categories to respondent. 1 ...married? 2 ...living common-law? 3 ...widowed? ...separated? 6 ...divorced? 6 ..single,never married? Don't know Refusal Page 16
Cycle 24 – Time-Stree and Well-Being Page 16 Module: Confirm Marital Status of Respondent (CMR) 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 piSelRespMarS piSelRespMarS Marital status of the respondent Respondents entering module: All respondents CMR_C100 IF piSelRespMarS = RESPONSE THEN Go to CMR_Q100 ELSE Go to CMR_C110 ?CMR_Q100 I’d like to confirm your marital status. Are you % marital status %? 1 Yes Go to CMR_D110 2 No Don’t know Go to CMR_D110 Refusal Go to CMR_D110 CMR_C110 IF ( ( piSelRespMarS = NONRESPONSE ) OR ( CMR_Q100 = No ) ) THEN Go to CMR_Q110 ELSE Go to CMR_D110 CMR_Q110 What is your marital status? Are you: INTERVIEWER: Read categories to respondent. 1 … married? 2 … living common-law? 3 … widowed? 4 … separated? 5 … divorced? 6 … single, never married? Don’t know Refusal