NLSY79 Young Adults YAdult Round 24 YA2010
Q13-ROS-TIME [] | Section: Section 13: Children in the Household |
TIME(0)
COMMENT: START TIME FOR NEW ROSTER
Q13-ROS-A [] | Section: Section 13: Children in the Household |
CLEAN ROSTER ({*KIDSINHH*})
COMMENT: CLEAN KIDSINHH ROSTER BEFORE RELOADING
Q13-ROS-2A [] | Section: Section 13: Children in the Household |
XFER OUT {*HHI*} WHERE ((RELCODE==20) || (RELCODE==21) || (RELCODE==70) || (RELCODE==71) || (RELCODE==72) || (RELCODE==73) || (RELCODE==83) || (RELCODE==84)) && (AGE < 18) FIELDS NAME={^NBIOINHH_NAME^}, GENCODE={^NBIOINHH_GENDER^}, AGE={^NBIOINHH_AGE^}, RELCODE={^NBIOINHH_RELATION^}
COMMENT: COPY NBIO INFO FROM HHI ROSTER
Q13-ROS-3 [] | Section: Section 13: Children in the Household |
{NUMNONBIO}>0
COMMENT: WERE ANY NON-BIO CHILDREN REPORTED IN THE HOUSEHOLD IN THE HHI SECTION?
If Answer = 1 Then Go To Q13-ROS4-LOOP-INIT
Q13-ROS4-LOOP-INIT [] | Section: Section 13: Children in the Household |
0
Q13-ROS4-LOOP-BEGIN [] | Section: Section 13: Children in the Household |
REPEAT
COMMENT: BEGIN LOOP TO LOAD KIDSINHH ROSTER
Q13-ROS4-LOOP-INCREMENT [] | Section: Section 13: Children in the Household |
{Q13-ROS-LOOP1} + 1
Q13-ROS-5 [] | Section: Section 13: Children in the Household |
{^HHI_AGE({Q13-ROS-LOOP1})^}
COMMENT: SKIP ACCORDING TO AGE OF HOUSEHOLD MEMBER
If Answer >= 0 AND Answer <= 17 Then Go To Q13-ROS-6
Q13-ROS-6 [] | Section: Section 13: Children in the Household |
({^HHI_RELCODE({Q13-ROS-LOOP1})^}==20) || ({^HHI_RELCODE({Q13-ROS-LOOP1})^}==21) || ({^HHI_RELCODE({Q13-ROS-LOOP1})^}==70) || ({^HHI_RELCODE({Q13-ROS-LOOP1})^}==71) || ({^HHI_RELCODE({Q13-ROS-LOOP1})^}==72) || ({^HHI_RELCODE({Q13-ROS-LOOP1})^}==73) || ({^HHI_RELCODE({Q13-ROS-LOOP1})^}==83) || ({^HHI_RELCODE({Q13-ROS-LOOP1})^}==84)
COMMENT: IS THIS A NON-BIOLOGICAL CHILD OR THE CHILD OF A PARTNER?
If Answer = 1 Then Go To Q13-ROS-7
Q13-ROS-7 [] | Section: Section 13: Children in the Household |
{Q13-ROS-LOOP1}+50
COMMENT: SET VALUE FOR HHI ID FOR NON-BIO KID
Default Next: | Q13-ROS-7A | Type: | Internal Function | Save Symbol: | ^KIDSINHH_ID({Q13‑ROS-LOOP1})^ |
Lead-In: | Q13-ROS-6 [1:1] | Mask: | 9999 | | |
Q13-ROS-7A [] | Section: Section 13: Children in the Household |
SWITCH ({^HHI_GENCODE({Q13-ROS-LOOP1})^}) BEGIN
CASE 1: {^HHI_GENDER({Q13-ROS-LOOP1})^} = "Boy";
CASE 2: {^HHI_GENDER({Q13-ROS-LOOP1})^} = "Girl";
DEFAULT: {^HHI_GENDER({Q13-ROS-LOOP1})^} = "Boy or Girl"; END
COMMENT: TEXT SUB BASED ON GENDER OF BIO CHILD
Q13-ROS-7B [] | Section: Section 13: Children in the Household |
SWITCH ({^HHI_RELCODE({Q13-ROS-LOOP1})^}) BEGIN
CASE 20: {^HHI_RELATION({Q13-ROS-LOOP1})^} = "Step-Son";
CASE 21: {^HHI_RELATION({Q13-ROS-LOOP1})^} = "Step-Daughter";
CASE 70: {^HHI_RELATION({Q13-ROS-LOOP1})^} = "Partner's Son";
CASE 71: {^HHI_RELATION({Q13-ROS-LOOP1})^} = "Partner's Adopted/Step Son";
CASE 72: {^HHI_RELATION({Q13-ROS-LOOP1})^} = "Partner's Daughter";
CASE 73: {^HHI_RELATION({Q13-ROS-LOOP1})^} = "Partner's Adopted/Step Daughter";
CASE 83: {^HHI_RELATION({Q13-ROS-LOOP1})^} = "Adopted Son";
CASE 73: {^HHI_RELATION({Q13-ROS-LOOP1})^} = "Adopted Daughter";
DEFAULT: {^HHI_RELATION({Q13-ROS-LOOP1})^} = "Non-Biological Child"; END
COMMENT: TEXT SUB BASED ON GENDER OF BIO CHILD
Q13-ROS-8 [] | Section: Section 13: Children in the Household |
XFER INTO {*KIDSINHH*} TO {Q13-ROS-LOOP1} FIELDS NAME={^HHI_NAME({Q13-ROS-LOOP1})^}, RELATION={^HHI_RELATION({Q13-ROS-LOOP1})^}, AGE={^HHI_AGE({Q13-ROS-LOOP1})^}, GENDER={^HHI_GENDER({Q13-ROS-LOOP1})^}, ID={^KIDSINHH_ID({Q13-ROS-LOOP1})^}, GENCODE={^HHI_GENCODE({Q13-ROS-LOOP1})^}, RELCODE={^HHI_RELCODE({Q13-ROS-LOOP1})^}
COMMENT: XFER NAME OF NONBIO CHILD ONTO KIDSINHH ROSTER
Q13-ROS9-LOOP-END [] | Section: Section 13: Children in the Household |
UNTIL ({Q13-ROS-LOOP1}=={NUMINHHI})
COMMENT: REPEAT LOOP UNTIL ALL HOUSEHOLD MEMBERS ACCOUNTED FOR
Q13-ROS-9A [] | Section: Section 13: Children in the Household |
XFER OUT {*KIDSINHH*} FIELDS NAME={^KIDSINHHT_NAME^}, GENDER={^KIDSINHHT_GENDER^}, AGE={^KIDSINHHT_AGE^}, RELATION={^KIDSINHHT_RELATION^}, ID={^KIDSINHHT_ID^}, GENCODE={^KIDSINHHT_GENCODE^}, RELCODE={^KIDSINHHT_RELCODE^}
COMMENT: COPY NBIO INFO FROM KIDSINHH ROSTER
Q13-ROS-9B [] | Section: Section 13: Children in the Household |
CLEAN ROSTER ({*KIDSINHH*})
COMMENT: CLEAN KIDSINHH ROSTER BEFORE RELOADING
Q13-ROS-9C [] | Section: Section 13: Children in the Household |
XFER INTO {*KIDSINHH*} FIELDS NAME={^KIDSINHHT_NAME^}, GENDER={^KIDSINHHT_GENDER^}, AGE={^KIDSINHHT_AGE^}, RELATION={^KIDSINHHT_RELATION^}, ID={^KIDSINHHT_ID^}, GENCODE={^KIDSINHHT_GENCODE^}, RELCODE={^KIDSINHHT_RELCODE^}
COMMENT: COPY INFO BACK ON TO KIDSINHH ROSTER
Q13-ROS-10 [] | Section: Section 13: Children in the Household |
{TOTBIO4}>0
COMMENT: WERE ANY BIO CHILDREN REPORTED?
If Answer = 1 Then Go To Q13-ROS-10A
Q13-ROS-10A [] | Section: Section 13: Children in the Household |
{*KIDSINHH~R*}
COMMENT: COUNT NUMBER OF NBIO CHILDREN REPORTED
Q13-ROS11-LOOP-INIT [] | Section: Section 13: Children in the Household |
0
Q13-ROS11-LOOP-BEGIN [] | Section: Section 13: Children in the Household |
REPEAT
COMMENT: BEGIN LOOP TO LOAD BIO CHILDREN ONTO KIDSINHH ROSTER
Q13-ROS11-LOOP-INCREMENT [] | Section: Section 13: Children in the Household |
{Q13-ROS-LOOP2} + 1
Q13-ROS-11A [] | Section: Section 13: Children in the Household |
RECCOUNT ({*KIDSINHH*})
COMMENT: ESTABLISH COUNT FOR ROSTER LOADING LINE IN NEXT LOOP
Q13-ROS-11AA [] | Section: Section 13: Children in the Household |
{^HHKIDSTMP({Q13-ROS-LOOP2})^}+1
COMMENT: ESTABLISH COUNT FOR ROSTER LOADING LINE IN NEXT LOOP
Default Next: | Q13-ROS-12 | Type: | Internal Function | Save Symbol: | ^HHKIDSTMP({Q13‑ROS-LOOP2})^ |
Lead-In: | Q13-ROS-11A [Default] | Mask: | 9999 | | |
Q13-ROS-12 [] | Section: Section 13: Children in the Household |
(({^BIOCHILD_HHIFLAG({Q13-ROS-LOOP2})^}==1) || ({^BIOCHILD_HHIFLAG({Q13-ROS-LOOP2})^}==9) || ({^BIOCHILD_HHIFLAG({Q13-ROS-LOOP2})^}==10))
COMMENT: IS THIS BIO CHILD LIVING IN RESPONDENT HOUSEHOLD AT LEAST PART-TIME?
If Answer = 1 Then Go To Q13-ROS-12AA
Q13-ROS-12AA [] | Section: Section 13: Children in the Household |
({^BIOCHILD_AGE({Q13-ROS-LOOP2})^}<=18)
COMMENT: IS THIS BIO CHILD LIVING IN RESPONDENT HOUSEHOLD AT LEAST PART-TIME?
If Answer = 1 Then Go To Q13-ROS-12A
Q13-ROS-12A [] | Section: Section 13: Children in the Household |
SWITCH ({^BIOCHILD_GENCODE({Q13-ROS-LOOP2})^}) BEGIN
CASE 1: {^BIOCHILD_RELATION({Q13-ROS-LOOP2})^} = "Son";
CASE 2: {^BIOCHILD_RELATION({Q13-ROS-LOOP2})^} = "Daughter";
DEFAULT: {^BIOCHILD_RELATION({Q13-ROS-LOOP2})^} = "Son or Daughter"; END
COMMENT: TEXT SUB BASED ON GENDER OF BIO CHILD
Q13-ROS-12B [] | Section: Section 13: Children in the Household |
{^BIOCHILD_GENCODE({Q13-ROS-LOOP2})^}
COMMENT: MACHINE CHECK: SKIP BASED ON GENDER TO ASSIGN RELATIONSHIP CODE
If Answer = 1 Then Go To Q13-ROS-12C
Q13-ROS-12C [] | Section: Section 13: Children in the Household |
2
Default Next: | Q13-ROS-13 | Type: | Internal Function | Save Symbol: | ^BIOCHILD_RELCODE({Q13‑ROS-LOOP2})^ |
Lead-In: | Q13-ROS-12B [1:1] | Mask: | 99 | | |
Q13-ROS-12D [] | Section: Section 13: Children in the Household |
3
Default Next: | Q13-ROS-13 | Type: | Internal Function | Save Symbol: | ^BIOCHILD_RELCODE({Q13‑ROS-LOOP2})^ |
Lead-In: | Q13-ROS-12B [Default] | Mask: | 99 | | |
Q13-ROS-13 [] | Section: Section 13: Children in the Household |
XFER INTO {*KIDSINHH*} TO {^HHKIDSTMP({Q13-ROS-LOOP2})^} FIELDS NAME={^BIOCHILD_NAME({Q13-ROS-LOOP2})^}, RELATION={^BIOCHILD_RELATION({Q13-ROS-LOOP2})^}, AGE={^BIOCHILD_AGE({Q13-ROS-LOOP2})^}, GENDER={^BIOCHILD_GENDER({Q13-ROS-LOOP2})^}, ID={^BIOCHILD_ID({Q13-ROS-LOOP2})^}, RELCODE={^BIOCHILD_RELCODE({Q13-ROS-LOOP2})^}, GENCODE={^BIOCHILD_GENCODE({Q13-ROS-LOOP2})^}
COMMENT: XFER NAME OF BIO CHILD ONTO KIDSINHH ROSTER
Q13-ROS15-LOOP-END [] | Section: Section 13: Children in the Household |
UNTIL ({Q13-ROS-LOOP2}=={TOTBIO4})
COMMENT: REPEAT LOOP UNTIL ALL BIO CHILDREN ACCOUNTED FOR
Q13-ROS-17 [] | Section: Section 13: Children in the Household |
XFER OUT {*KIDSINHH*} FIELDS NAME={^KIDSINHH_NAME^}, AGE={^KIDSINHH_AGE^}, ID={^KIDSINHH_ID^}, RELATION={^KIDSINHH_RELATION^}, GENDER={^KIDSINHH_GENDER^},
RELCODE={^KIDSINHH_RELCODE^}, GENCODE={^KIDSINHH_GENCODE^}
COMMENT: transfer back into save arrays so names appear in sect 13
Q13-ROS-17A [] | Section: Section 13: Children in the Household |
SORT {*KIDSINHH*} ON ID /A
COMMENT: SORT KIDSINHH ROSTER BY ID - BIO CHILDREN FIRST
Q13-ROS-18 [] | Section: Section 13: Children in the Household |
{*KIDSINHH~R*}
COMMENT: ESTABLISH COUNT OF CHILDREN IN HOUSEHOLD
Default Next: | Q13-ROS-19 | Type: | Internal Function | Save Symbol: | KIDSINHHCNT |
Lead-In: | Q13-ROS-17A [Default] | Mask: | 9999 | | |
Q13-ROS-19 [] | Section: Section 13: Children in the Household |
{KIDSINHHCNT}>0
COMMENT: SKIP OUT IF NO CHILDREN IN HOUSEHOLD
If Answer = 1 Then Go To Q13-ROS-19A
Q13-ROS-19A [] | Section: Section 13: Children in the Household |
SORT {*KIDSINHH*} ON AGE /D
COMMENT: SORT KIDSINHH ROSTER BY AGE - OLDEST CHILD FIRST
Q13-ROS-19B [] | Section: Section 13: Children in the Household |
XFER OUT {*KIDSINHH*} FIELDS NAME={^KIDSINHH_NAME^}, ID={^KIDSINHH_ID^}, GENDER={^KIDSINHH_GENDER^}, AGE={^KIDSINHH_AGE^}, RELATION={^KIDSINHH_RELATION^}, GENCODE={^KIDSINHH_GENCODE^}, RELCODE={^KIDSINHH_RELCODE^}
COMMENT: COPY AGE-SORTED KIDS IN HH INFO FROM KIDSINHH ROSTER
Q13-ROS-19C [] | Section: Section 13: Children in the Household |
RECCOUNT ({*KIDSINHH*})
COMMENT: COPY BDAY-SORTED BIO INFO FROM BIOCHILD4 ROSTER
Q13-ROS-19D [] | Section: Section 13: Children in the Household |
{SKIDSINHH} > 0
COMMENT: Is there at least one child on KIDSINHH roster?
If Answer = 1 Then Go To Q13-ROS-19E
Default Next: | Q13-TIME | Type: | Internal Function | Save Symbol: | TB4GTZ |
Lead-In: | Q13-ROS-19C [Default] | Mask: | 99 | | |
Q13-ROS-19E [] | Section: Section 13: Children in the Household |
SYMBOL({oldestkid}={^KIDSINHH_name({tb4gtz})^}=CHAR, {oldestkidage}={^KIDSINHH_AGE({tb4gtz})^}=INT,{yngstkid}={^KIDSINHH_name({SKIDSINHH})^}=CHAR, {yngstkidage}={^KIDSINHH_AGE({SKIDSINHH})^}=INT)
COMMENT: Fix name and birthdate of oldest and youngest child.
Q13-TIME [] | Section: Section 13: Children in the Household |
TIME(0)
COMMENT: END OF ROSTERING FOR SECTION 13 - CHILD CARE
Q13-0 [] | Section: Section 13: Children in the Household |
{KIDSINHHCNT}
COMMENT: SKIP ACCORDING TO NUMBER OF CHILDREN IN HOUSEHOLD
If Answer = 1 Then Go To Q13-INITA
If Answer >= 2 AND Answer <= 99 Then Go To Q13-INITB
Q13-INITA [] | Section: Section 13: Children in the Household |
"child"
COMMENT: INITIALIZE TEXT SUBSTITUTION
Default Next: | Q13-INITC | Type: | Internal Function | Save Symbol: | CHILD_CHILDREN |
Lead-In: | Q13-0 [1:1] | Mask: | A80 | | |
Q13-INITB [] | Section: Section 13: Children in the Household |
"children"
COMMENT: INITIALIZE TEXT SUBSTITUTION
Default Next: | Q13-INITC | Type: | Internal Function | Save Symbol: | CHILD_CHILDREN |
Lead-In: | Q13-0 [2:99] | Mask: | A80 | | |
Q13-INITC [] | Section: Section 13: Children in the Household |
SWITCH ({MARCODE}) BEGIN
CASE 1 : {YOU_SPPTR} = "you or your spouse";
CASE 7 : {YOU_SPPTR} = "you or your partner";
DEFAULT: {YOU_SPPTR} = "you"; END
COMMENT: text subst based on marital status
Q13-1 [] | Section: Section 13: Children in the Household |
**********************SECTION 13 ABOUT CHILDREN********************************
Now I have some questions about the {CHILD_CHILDREN} living in your household.
(INTERVIEWER: ROSTER IS PRESENTED FOR YOUR INFORMATION. DO NOT READ TO RESPONDENT.)
Q13-LOOP-INIT [] | Section: Section 13: Children in the Household |
0
Default Next: | Q13-LOOP-BEGIN | Type: | Internal Function | Save Symbol: | Q13‑LOOP |
Lead-In: | Q13-1 [Default] | Mask: | 9999 | | |
Q13-LOOP-BEGIN [] | Section: Section 13: Children in the Household |
REPEAT
Q13-LOOP-INCREMENT [] | Section: Section 13: Children in the Household |
{Q13-LOOP} + 1
Q13-0AA [] | Section: Section 13: Children in the Household |
SWITCH ({^KIDSINHH_GENCODE({Q13-LOOP})^})
BEGIN
CASE 1: {^KIDSINHH_HISHER({Q13-LOOP})^} = "his";
CASE 2: {^KIDSINHH_HISHER({Q13-LOOP})^} = "her";
DEFAULT: {^KIDSINHH_HISHER({Q13-LOOP})^} = "his or her";
END
Q13-0AB [] | Section: Section 13: Children in the Household |
SWITCH ({^KIDSINHH_GENCODE({Q13-LOOP})^})
BEGIN
CASE 1: {^KIDSINHH_HIMHER({Q13-LOOP})^} = "him";
CASE 2: {^KIDSINHH_HIMHER({Q13-LOOP})^} = "her";
DEFAULT: {^KIDSINHH_HIMHER({Q13-LOOP})^} = "him or her";
END
Default Next: | Q13-0A | Type: | Internal Function | | |
Lead-In: | Q13-0AA [Default] | Mask: | 99 | | |
Q13-0A [] | Section: Section 13: Children in the Household |
{^KIDSINHH_AGE({Q13-LOOP})^}
COMMENT: Machine Check: Branch on age of child
If Answer >= 0 AND Answer <= 2 Then Go To Q13-0B
If Answer >= 3 AND Answer <= 5 Then Go To Q13-0C
If Answer >= 6 AND Answer <= 9 Then Go To Q13-0D
Default Next: | Q13-2A1 | Type: | Internal Function | | |
Lead-In: | Q13-0AB [Default] | Mask: | 99 | | |
Q13-0B [] | Section: Section 13: Children in the Household |
"get a chance to read stories to"
Default Next: | Q13-0E | Type: | Internal Function | Save Symbol: | READ_SUB |
Lead-In: | Q13-0A [0:2] | Mask: | A80 | | |
Q13-0C [] | Section: Section 13: Children in the Household |
"read stories to"
Default Next: | Q13-0E | Type: | Internal Function | Save Symbol: | READ_SUB |
Lead-In: | Q13-0A [3:5] | Mask: | A80 | | |
Q13-0D [] | Section: Section 13: Children in the Household |
"read aloud to"
Default Next: | Q13-0E | Type: | Internal Function | Save Symbol: | READ_SUB |
Lead-In: | Q13-0A [6:9] | Mask: | A80 | | |
Q13-0E [] | Section: Section 13: Children in the Household |
{^KIDSINHH_AGE({Q13-LOOP})^}
COMMENT: Machine Check: Branch on age of child
If Answer >= 0 AND Answer <= 5 Then Go To Q13-0F
If Answer >= 6 AND Answer <= 9 Then Go To Q13-0G
Q13-0F [] | Section: Section 13: Children in the Household |
"play together with"
Default Next: | Q13-2A | Type: | Internal Function | Save Symbol: | PLAY_SUB |
Lead-In: | Q13-0E [0:5] | Mask: | A80 | | |
Q13-0G [] | Section: Section 13: Children in the Household |
"play together with games or toys with"
Default Next: | Q13-2A | Type: | Internal Function | Save Symbol: | PLAY_SUB |
Lead-In: | Q13-0E [6:9] | Mask: | A80 | | |
Q13-2A [] | Section: Section 13: Children in the Household |
How often do you {READ_SUB} {^KIDSINHH_NAME({Q13-LOOP})^}?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY)
| 6 Every day |
| 5 About 3 times a week |
| 4 Once a week |
| 3 Several times a month |
| 2 Several times a year |
| 1 Never |
Default Next: | Q13-2A2 | Type: | Select One Entry | | |
Lead-In: | Q13-0F [Default], Q13-0G [Default] | Mask: | AUTO‑SELECTED | | |
Q13-2A1 [] | Section: Section 13: Children in the Household |
About how often does {^KIDSINHH_NAME({Q13-LOOP})^} read for enjoyment?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY)
| 1 Every day |
| 2 Several times a week |
| 3 Several times a month |
| 4 Several times a year |
| 5 Never |
Default Next: | Q13-2AA | Type: | Select One Entry | | |
Lead-In: | Q13-0A [Default], Q13-0E [Default] | Mask: | AUTO‑SELECTED | | |
Q13-2A2 [] | Section: Section 13: Children in the Household |
{^KIDSINHH_AGE({Q13-LOOP})^}
COMMENT: fixed question- child's idnumber.
If Answer >= 0 AND Answer <= 2 Then Go To Q13-2A3
Default Next: | Q13-2A4 | Type: | Internal Function | | |
Lead-In: | Q13-2A [Default] | Mask: | 99 | | |
Q13-2A3 [] | Section: Section 13: Children in the Household |
How often do you bathe or dress {^KIDSINHH_NAME({Q13-LOOP})^}?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY)
| 6 Every day |
| 5 About 3 times a week |
| 4 Once a week |
| 3 Several times a month |
| 2 Several times a year |
| 1 Never |
Default Next: | Q13-2AA | Type: | Select One Entry | | |
Lead-In: | Q13-2A2 [0:2] | Mask: | AUTO‑SELECTED | | |
Q13-2A4 [] | Section: Section 13: Children in the Household |
How often do you {PLAY_SUB} {^KIDSINHH_NAME({Q13-LOOP})^}?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY)
| 6 Every day |
| 5 About 3 times a week |
| 4 Once a week |
| 3 Several times a month |
| 2 Several times a year |
| 1 Never |
Default Next: | Q13-2AA | Type: | Select One Entry | | |
Lead-In: | Q13-2A2 [Default] | Mask: | AUTO‑SELECTED | | |
Q13-2AA [] | Section: Section 13: Children in the Household |
{^KIDSINHH_AGE({Q13-LOOP})^}
COMMENT: fixed question- child's idnumber.
If Answer >= 0 AND Answer <= 5 Then Go To Q13-2AB
Q13-2AB [] | Section: Section 13: Children in the Household |
Please tell me which of the following you (or someone else) have helped {^KIDSINHH_NAME({Q13-LOOP})^} learn at home.
Do you or have you helped with...
| - Numbers |
| - The alphabet |
| - Colors |
| - Shapes and sizes |
Q13-2AC [] | Section: Section 13: Children in the Household |
How often have {YOU_SPPTR} taken, or arranged to take, {^KIDSINHH_NAME({Q13-LOOP})^} to any type of museum (children's, scientific, art, historical, etc.) or to any type of musical or theatrical performance within the past year?
| 1 Never |
| 2 Once or twice |
| 3 Several times |
| 4 About once a month |
| 5 About once a week or more often |
Default Next: | Q13-2AD | Type: | Select One Entry | | |
Lead-In: | Q13-2AA [Default] | Mask: | AUTO‑SELECTED | | |
Q13-2AD [] | Section: Section 13: Children in the Household |
{^KIDSINHH_AGE({Q13-LOOP})^}>=15
COMMENT: If child is 15 or older, skip spanking question
If Answer = 1 Then Go To Q13-2DA
Default Next: | Q13-2B | Type: | Internal Function | | |
Lead-In: | Q13-2AC [Default] | Mask: | 99 | | |
Q13-2B [] | Section: Section 13: Children in the Household |
Sometimes kids mind pretty well and sometimes they don't. Sometimes they do things that make you feel good. How many times in the past week have you ...
had to spank {^KIDSINHH_NAME({Q13-LOOP})^}?
(ENTER NUMBER OF TIMES:)
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 99 | Soft Max: | 10 |
Q13-2C [] | Section: Section 13: Children in the Household |
{^KIDSINHH_AGE({Q13-LOOP})^}<=3
COMMENT: IS CHILD AGED THREE OR YOUNGER?
If Answer = 1 Then Go To Q13-2G
Default Next: | Q13-2DA | Type: | Internal Function | | |
Lead-In: | Q13-2B [Default] | Mask: | 99 | | |
Q13-2DA [] | Section: Section 13: Children in the Household |
(How many times in the past week have you ...)
grounded {^KIDSINHH_NAME({Q13-LOOP})^}, taken away {^KIDSINHH_HISHER({Q13-LOOP})^} TV or other privileges, or taken away {^KIDSINHH_HISHER({Q13-LOOP})^} allowance?
(ENTER NUMBER OF TIMES:)
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 99 | Soft Max: | 10 |
Q13-2G [] | Section: Section 13: Children in the Household |
(How many times in the past week have you ...)
praised {^KIDSINHH_NAME({Q13-LOOP})^} for doing something worthwhile?
(ENTER NUMBER OF TIMES:)
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 99 | Soft Max: | 50 |
Q13-2H [] | Section: Section 13: Children in the Household |
(How many times in the past week have you ...)
shown {^KIDSINHH_NAME({Q13-LOOP})^} physical affection (kiss, hug, stroke hair, etc.)?
(ENTER NUMBER OF TIMES:)
Default Next: | Q13-2I | Type: | Numeric Entry | | |
Lead-In: | Q13-2G [Default] | Mask: | 99 | | |
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 99 | Soft Max: | 50 |
Q13-2I [] | Section: Section 13: Children in the Household |
{^KIDSINHH_AGE({Q13-LOOP})^}<=1
COMMENT: IS CHILD AGED ONE OR YOUNGER?
If Answer = 1 Then Go To Q13-LOOP-END
Default Next: | Q13-2IA | Type: | Internal Function | | |
Lead-In: | Q13-2H [Default] | Mask: | 99 | | |
Q13-2IA [] | Section: Section 13: Children in the Household |
(How many times in the past week have you ...)
spent time with {^KIDSINHH_NAME({Q13-LOOP})^} doing one of {^KIDSINHH_HISHER({Q13-LOOP})^} favorite activities?
(ENTER NUMBER OF TIMES:)
Default Next: | Q13-2J | Type: | Numeric Entry | | |
Lead-In: | Q13-2I [Default] | Mask: | 99 | | |
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 99 | Soft Max: | 50 |
Q13-2J [] | Section: Section 13: Children in the Household |
(How many times in the past week have you ...)
sent {^KIDSINHH_NAME({Q13-LOOP})^} to {^KIDSINHH_HISHER({Q13-LOOP})^} room or put {^KIDSINHH_HIMHER({Q13-LOOP})^} in a time out?
(ENTER NUMBER OF TIMES:)
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 99 | Soft Max: | 10 |
Q13-LOOP-END [] | Section: Section 13: Children in the Household |
UNTIL({Q13-LOOP}=={KIDSINHHCNT})
COMMENT: end loop.
Default Next: | Q13-9 | Type: | Internal Function | | |
Lead-In: | Q13-2I [1:1], Q13-2J [Default] | Mask: | 9999 | | |
Q13-9 [] | Section: Section 13: Children in the Household |
SWITCH ({MARCODE}) BEGIN
CASE 1: {CCAREFILL} = "you or your spouse";
CASE 7: {CCAREFILL} = "you or your partner";
DEFAULT: {CCAREFILL} = "YOU"; END
COMMENT: TEXT SUBSTITUTION
Q13-9A [] | Section: Section 13: Children in the Household |
{yngstkidage}>=15
COMMENT: Is the youngest child in the household age 15 or older?
If Answer = 1 Then Go To Q14-TIME-BEGIN
Default Next: | Q13-10A | Type: | Internal Function | | |
Lead-In: | Q13-9 [Default] | Mask: | 99999 | | |
Q13-10A [] | Section: Section 13: Children in the Household |
(Not counting tuition for kindergarten, elementary, or secondary school, or overnight camp), did {ccarefill} usually pay for ANY of the child care that your {child_children} received in the last four weeks?
(INTERVIEWER: RESPONDENTS SHOULD INCLUDE EXPENSES FOR ALL CHILDREN.)
Default Next: | Q13-11 | Type: | Select One Entry | | |
Lead-In: | Q13-9A [Default] | Mask: | AUTO‑SELECTED | | |
Q13-10B [] | Section: Section 13: Children in the Household |
(Not counting tuition for kindergarten, elementary, or secondary school, or overnight camp), how much do {ccarefill} usually pay, per week, for child care?
(INTERVIEWER: RESPONDENTS SHOULD INCLUDE EXPENSES FOR ALL CHILDREN.)
Default Next: | Q13-11 | Type: | Numeric Entry | | |
Lead-In: | Q13-10A [1:1] | Mask: | 999,999.99 | | |
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 9999.99 | Soft Max: | 1000 |
Q13-11 [] | Section: Section 13: Children in the Household |
During the last four weeks, did {ccarefill} lose any time from work because the person who usually took care of the {child_children} was not available?
Default Next: | Q13-16 | Type: | Select One Entry | | |
Lead-In: | Q13-10A [Default], Q13-10B [Default] | Mask: | AUTO‑SELECTED | | |
Q13-16 [] | Section: Section 13: Children in the Household |
Have you had to turn down a job offer in the last four weeks because of difficulties in arranging child care for your {child_children}?