Q8-TEMP2 [] | Section: Y18 Training |
XFER (ROS=EMPLOYER,DIR=OUT,COND=(PDLIFLAG=1),KEEP=NAME,FIELDS=(NAME=[Names of employers who may have sponsored training enrolled in at date of last interview ],ID=[ID numbers from last interview (if any) of employers who may have sponsored training enrolled in at date of last interview]))
COMMENT: Transfer names of employers ON last interview date to save arrays
| 0 0 ...(Go To Q8-TEMP3) |
| 1 1 |
| 2 2 |
| 3 3 |
| 4 4 |
| 5 5 |
| 6 6 |
| 7 7 |
| 8 8 |
| 9 9 |
| 10 10 |
Q8-TEMP3 [] | Section: Y18 Training |
XFER (ROS=EMPLOYER,DIR=OUT,COND=(DLIFLAG=1),KEEP=NAME,
FIELDS=(NAME=[name of dli employers who may have sponsored dli training ],ID=[ID number of dli employers who may have sponsored dli training ]))
COMMENT: Transfer names of employers ON last interview date to save arrays
| 0 0 ...(Go To Q8-TEMP4) |
| 1 1 |
| 2 2 |
| 3 3 |
| 4 4 |
| 5 5 |
| 6 6 |
| 7 7 |
| 8 8 |
| 9 9 |
| 10 10 |
Q8-TEMP4 [] | Section: Y18 Training |
XFER (ROS=EMPLOYER,DIR=OUT,KEEP=NAME,FIELDS=(NAME=[employer name for those to be listed on training roster],UID=[employer id number for those to be listed on training roster]))
COMMENT: Transfer names of employers ON last interview date to save arrays
| 0 0 ...(Go To Q8-1) |
| 1 1 |
| 2 2 |
| 3 3 |
| 4 4 |
| 5 5 |
| 6 6 |
| 7 7 |
| 8 8 |
| 9 9 |
| 10 10 |
Q8-1 [] | Section: Y18 Training |
I would now like to ask you about OTHER TYPES of schooling and training you may have had, excluding regular schooling we have already talked about...
Q8-1A [] | Section: Y18 Training |
Some sources of occupational training programs include government training programs, business schools, apprenticeship programs, vocational or technical institutes, correspondence courses, company or military training, seminars, and adult education courses.
Q8-1A-LOOP-BEGIN [] | Section: Y18 Training |
REPEAT ([TRAINING_LOOP1 counter])
COMMENT: start the loop through the infosheet training programs
Q8-1AB [R61595.00] | Section: Y18 Training |
([TRAINING_LOOP1 counter] =1)
COMMENT: is this the first time in the loop
| 1 CONDITION APPLIES ...(Go To Q8-2) |
| 0 CONDITION DOES NOT APPLY |
Q8-2 [R61597.00] | Section: Y18 Training |
([Number of training programs coming in from info sheet] > 0)
COMMENT: Are there any training programs on the information sheet?
| 1 CONDITION APPLIES ...(Go To Q8-3) |
| 0 CONDITION DOES NOT APPLY |
Q8-3 [R61598.00] | Section: Y18 Training |
When we (last) talked with you on [Date of last interview], you were (also) receiving training (in/from) (a) [Type of training dli (text) (possible update)()].
Is that correct?
| 1 YES |
| 0 NO ...(Go To Q8-5) |
Q8-4 [R61600.00] | Section: Y18 Training |
When we (last) talked with you on [Date of last interview], you were not participating in any training programs.
Is that correct?
| 1 YES |
| 0 NO ...(Go To Q8-5) |
Q8-5 [R61601.00] | Section: Y18 Training |
(IF R WAS NOT RECEIVING TRAINING, SELECT 'NONE'. OTHERWISE ASK:)
(HAND CARD L) Where were you receiving the training that you were enrolled in on [Date of last interview]?
| 0 None ...(Go To Q8-7-LOOP-END) |
| 1 Business school |
| 3 Apprenticeship program |
| 4 A vocational or technical institute |
| 7 A correspondence course |
| 8 Formal company training run by employer |
| 9 Seminar or training program at work run by someone other than employer |
| 10 Seminars or training programs outside of work |
| 11 Vocational rehabilitation center |
| 12 Other (SPECIFY) |
| 13 Government training program |
Q8-6 [R61602.00] | Section: Y18 Training |
[Q8-5()]
COMMENT: Enter code of 1st training program specified (information sheet incorrect).
| 0 None |
| 1 Business school |
| 3 Apprenticeship program |
| 4 A vocational or technical institute |
| 7 A correspondence course |
| 8 Formal company training run by employer |
| 9 Seminar or training program at work run by someone other than employer |
| 10 Seminars or training programs outside of work |
| 11 Vocational rehabilitation center |
| 12 Other (SPECIFY) |
| 13 Government training program |
Q8-7-LOOP-END [] | Section: Y18 Training |
UNTIL ([TRAINING_LOOP1 counter],([exit_loop1 counter] = 1) OR ([TRAINING_LOOP1 counter] >= [Number of training programs coming in from info sheet]))
Q8-7A-LOOP-BEGIN [] | Section: Y18 Training |
REPEAT ([CHECK_TRAINCODE_LOOP counter])
COMMENT: loop to check the value of the training code
Q8-7B [R61603.00] | Section: Y18 Training |
([type of training dli (code)()()] > 0) AND ([type of training dli (code)()()] < 13)
COMMENT: check if value is 1 - 13
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY |
Q8-7B-LOOP-END [] | Section: Y18 Training |
UNTIL ([CHECK_TRAINCODE_LOOP counter],[CHECK_TRAINCODE_LOOP counter] = [TRAINING_LOOP1 counter] OR [check if value is 1 - 13 for training prg] = 1)
Q8-7C [R61604.00] | Section: Y18 Training |
([check if value is 1 - 13 for training prg] = 1 )
COMMENT: check if any training value was between 1 and 13
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY ...(Go To Q8-19) |
Q8-7D_LOOP-BEGIN [] | Section: Y18 Training |
REPEAT ([TRAINING_LOOP2 counter])
COMMENT: check the second training loop
Q8-7A [R61605.00] | Section: Y18 Training |
([type of training dli (code)()()] > 0) AND ([type of training dli (code)()()] < 13)
COMMENT: Is there a 1ST training program on the information sheet?
| 1 CONDITION APPLIES ...(Go To Q8-8) |
| 0 CONDITION DOES NOT APPLY |
Q8-8 [R61607.00] | Section: Y18 Training |
{train_code()}
COMMENT: CODE BELOW THE TYPE OF TRAINING PROGRAM.
Q8-8A [R61609.00] | Section: Y18 Training |
Now, we would like to ask you a few questions about the training that you were receiving on [Date of last interview], (in/from) (a/the) [Type of training dli (text) (possible update)()].
Was this training program paid for or provided by one of your employers?
| 1 YES |
| 0 NO ...(Go To Q8-8G) |
Q8-8B [R61611.00] | Section: Y18 Training |
We have as your employer(s) at the date of the last interview...(READ EMPLOYER NAMES BELOW). (Is this/Are any of these) the employer that sponsored this training program?
(INTERVIEWER: MOVE THE HIGHLIGHT BAR USING THE <UP-ARROW> AND
<DN-ARROW> KEYS UNTIL THE MATCHING EMPLOYER IS
HIGHLIGHTED. IF NO MATCH, HIGHLIGHT THE FIRST LINE
"NO EMPLOYER MATCH". PRESS <ENTER>)
If Answer = 1 Then Go To Q8-8C
Q8-8C [R61613.00] | Section: Y18 Training |
What is the name of the employer that sponsored this training program?
(INTERVIEWER: LOOK FOR A MATCH FROM EMPLOYERS AT LAST INTERVIEW DATE.
VERIFY WITH RESPONDENT. MOVE THE HIGHLIGHT BAR USING THE
<UP-ARROW>AND <DN-ARROW> KEYS UNTIL THE MATCHING
EMPLOYER IS HIGHLIGHTED. IF NO MATCH, HIGHLIGHT THE
FIRST LINE "NO EMPLOYER MATCH". PRESS <ENTER>.)
If Answer = 1 Then Go To Q8-8D
Q8-8D [R61615.00] | Section: Y18 Training |
INTERVIEWER: LOOK FOR A MATCH FROM EMPLOYERS PREVIOUS TO LAST
INTERVIEW DATE.
VERIFY WITH RESPONDENT. MOVE THE HIGHLIGHT BAR USING THE <UP-ARROW>AND
<DN-ARROW> KEYS UNTIL THE MATCHING EMPLOYER IS HIGHLIGHTED. IF NO MATCH,
HIGHLIGHT THE FIRST LINE "NO EMPLOYER MATCH". PRESS <ENTER>.
If Answer = 1 Then Go To Q8-8F
Q8-8F [] | Section: Y18 Training |
INTERVIEWER: NO EMPLOYER MATCH WAS FOUND.
RECORD THE EMPLOYER WHICH SPONSORED THE TRAINING PROGRAM
BELOW.
Q8-8G [R61616.00] | Section: Y18 Training |
([type of training dli (code)()()]=8) OR ([type of training dli (code)()()]=9) OR ([type of training dli (code)()()]=10) OR ([Q8-8A()] = 1)
COMMENT: Was this training run by employer or outside work, or did an employer
specifically sponsor this training program?
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY ...(Go To Q8-9) |
Q8-8H [R61618.00] | Section: Y18 Training |
Did you have to be with (that/an) employer a certain period of time before
this training was made available to you?
| 1 YES ...(Go To Q8-8I) |
| 0 NO |
Q8-8I [R61620.00] | Section: Y18 Training |
How long did you have to be with that employer?
(INTERVIEWER: RECORD AMOUNT OF TIME BELOW. PRESS <ENTER> TO RECORD
TIME UNIT.)
Q8-8J [R61622.00] | Section: Y18 Training |
(How long did you have to be with that employer?)
(INTERVIEWER: ENTER TIME UNIT OF AMOUNT:)
| 1 DAYS |
| 2 WEEKS |
| 3 MONTHS |
| 4 YEARS |
Q8-9 [R61624.00] | Section: Y18 Training |
Are you still enrolled in this program or have you finished or left the program (in/from)(a/the) [Type of training dli (text) (possible update)()]?
| 1 FINISHED OR LEFT PROGRAM ...(Go To Q8-10) |
| 0 STILL ENROLLED |
Q8-10 [R61626.00] | Section: Y18 Training |
When did you finish or leave the training program (in/from) (a/the) [Type of training dli (text) (possible update)()]?
(INTERVIEWER: ENTER DATE R FINISHED OR LEFT THIS TRAINING PROGRAM.)
Q8-10-A [R65026.00] | Section: Y18 Training |
SYMBOLEXIST ([Did family pay for training program in 96?()])
COMMENT: SYMBOL INDICATING WHETHER FAMILY OR R PAID FOR TRAINING EXIST?
| 1 CONDITION APPLIES ...(Go To Q8-10A) |
| 0 CONDITION DOES NOT APPLY |
Q8-10A [R61628.00] | Section: Y18 Training |
([Did family pay for training program in 96?()]=1)
COMMENT: Did R or family pay for some or all of this training?
| 1 CONDITION APPLIES ...(Go To Q8-10AA) |
| 0 CONDITION DOES NOT APPLY |
Q8-10A2 [] | Section: Y18 Training |
Did you or your family pay for this training?
Q8-10AA [R61630.00] | Section: Y18 Training |
You mentioned during the previous interview that (you and/or your family) paid for this training program. How much did (you/they) pay for this training program?
Q8-10AB [R61631.00] | Section: Y18 Training |
Did you take out a guaranteed student loan (Stafford Loan), a Pell grant, or any other type of loan to help pay for this training?
| 1 Guaranteed Student Loan (Stafford Loan) |
| 2 Pell Grant |
| 3 Other (SPECIFY) |
| 4 No loans or grants |
Q8-10BA [R61632.00] | Section: Y18 Training |
([Q8-10Ab()] =1 OR [Q8-10Ab()]=3)
COMMENT: Did R take out guaranteed Student loan or other type of loan to pay
for training?
| 1 CONDITION APPLIES ...(Go To Q8-10BB) |
| 0 CONDITION DOES NOT APPLY |
Q8-10BB [R61633.00] | Section: Y18 Training |
What was the amount of the loan?
Q8-10BC [R61634.00] | Section: Y18 Training |
([Q8-10Ab()]=2)
COMMENT: Did R take out Pell Grant to pay for training?
| 1 CONDITION APPLIES ...(Go To Q8-10BD) |
| 0 CONDITION DOES NOT APPLY |
Q8-10BD [] | Section: Y18 Training |
What was the amount of the Pell Grant?
Q8-11 [R61635.00] | Section: Y18 Training |
Altogether, for how many weeks did you attend this training?
(ENTER '00' IF LESS THAN ONE WEEK.)
Q8-12 [R61637.00] | Section: Y18 Training |
Did you complete this training or not?
| 1 Completed |
| 0 Did not complete |
Q8-13 [R61639.00] | Section: Y18 Training |
(Do/Did) you use this training on your (most recent) job?
Q8-17 [R61641.00] | Section: Y18 Training |
How many hours per week (do/did) you usually spend in this training?
If Answer = 0 Then Go To Q8-18-LOOP-END
Q8-17A [R61643.00] | Section: Y18 Training |
How many hours per week of the [number of hours per week r spent in training()] hours per week were usually spent at work or on company time in this training?
(ENTER NUMBER OF HOURS)
Q8-18-LOOP-END [] | Section: Y18 Training |
UNTIL ([TRAINING_LOOP2 counter],([TRAINING_LOOP2 counter] = [Number of training programs coming in from info sheet]))
Q8-18 [R61645.00] | Section: Y18 Training |
Besides the training programs we've already talked about, SINCE [Date of last interview], did you attend any other training program or any other on-the-job training designed to help people find a job, improve job skills,
or learn a new job?
Q8-19 [R61646.00] | Section: Y18 Training |
SINCE [Date of last interview] did you attend any training program or any on-the-job training designed to improve job skills, help people find a job, or learn a new job?
Q8-19-LOOP-BEGIN [] | Section: Y18 Training |
REPEAT ([TRAINING_LOOP3 counter])
COMMENT: start the 3rd training loops
Q8-20 [R61647.00] | Section: Y18 Training |
(HAND CARD L) Which category on this card best describes where you received this training?
(CODE ONE ONLY.)
| 0 None |
| 1 Business school |
| 3 Apprenticeship program |
| 4 A vocational or technical institute |
| 7 A correspondence course |
| 8 Formal company training run by employer |
| 9 Seminar or training program at work run by someone other than employer |
| 10 Seminars or training programs outside of work |
| 11 Vocational rehabilitation center |
| 12 Other (SPECIFY) |
| 13 Government training program |
Q8-21 [R61653.07] | Section: Y18 Training |
(HAND CARD M)
Who paid for this training program?
(SELECT ALL THAT APPLY.)
| 1 Self or family |
| 2 Employer |
| 3 Job Training Partnership Act (JTPA) |
| 4 Trade Adjustment Act (TAA) |
| 5 Job Corps Program |
| 6 Work Incentive Program (WIN) |
| 7 Veteran's Administration |
| 8 Vocation Rehabilitation |
| 9 Other (SPECIFY) |
Q8-21B [R61659.00] | Section: Y18 Training |
INLIST ([Q8-21()] ,2)
COMMENT: Did employer pay for some or all of this training?
| 1 CONDITION APPLIES ...(Go To Q8-21C) |
| 0 CONDITION DOES NOT APPLY |
Q8-21C [R61665.00] | Section: Y18 Training |
Which one of your employers paid for this training?
(INTERVIEWER: MOVE THE HIGHLIGHT BAR USING THE <UP-ARROW>AND <DN-ARROW>
KEYS UNTIL THE MATCHING EMPLOYER IS HIGHLIGHTED. IF NO MATCH,
HIGHLIGHT THE FIRST LINE "NO EMPLOYER MATCH". PRESS <ENTER>.)
If Answer = 1 Then Go To Q8-21D
Q8-21D [] | Section: Y18 Training |
INTERVIEWER: NO EMPLOYER MATCH WAS FOUND.
RECORD THE EMPLOYER WHICH SPONSORED THE TRAINING PROGRAM
BELOW.
Q8-21DA [R61671.00] | Section: Y18 Training |
([Q8-20()]=8) OR ([Q8-20()]=9) OR ([Q8-20()]=10) OR ([Employer paid for training?()] = 1)
COMMENT: Was this training run by employer or outside work, or did an employer
specifically sponsor this training program?
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY ...(Go To Q8-21E) |
Q8-21DB [R61677.00] | Section: Y18 Training |
Did you have to be with (that/an) employer a certain period of time before
this training was made available to you?
Q8-21DC [R61683.00] | Section: Y18 Training |
How long did you have to be with that employer?
(INTERVIEWER: RECORD AMOUNT OF TIME BELOW. PRESS <ENTER> TO RECORD
TIME UNIT.)
Q8-21DD [R61689.00] | Section: Y18 Training |
(How long did you have to be with that employer?)
(INTERVIEWER: ENTER TIME UNIT OF AMOUNT:)
| 1 DAYS |
| 2 WEEKS |
| 3 MONTHS |
| 4 YEARS |
Q8-21E [R61695.00] | Section: Y18 Training |
INLIST ([Q8-21()],1)
COMMENT: Did R or family pay for some or all of this training?
| 1 CONDITION APPLIES ...(Go To Q8-21EA) |
| 0 CONDITION DOES NOT APPLY |
Q8-21EA [R61701.00] | Section: Y18 Training |
You mentioned that (you and/or your family) paid for this training program.
How much did (you/they) pay for this training program?
(ENTER AMOUNT)
Q8-21F [R61704.00] | Section: Y18 Training |
Did you take out a guaranteed student loan (Stafford Loan), a Pell Grant,
or any other type of loan to help pay for this training?
| 1 Guaranteed Student Loan (Stafford Loan) |
| 2 Pell Grant |
| 3 Other (SPECIFY) |
| 4 No loans or grants |
Q8-21FA [R61707.00] | Section: Y18 Training |
([Q8-21F()] =1) OR ([Q8-21F()] =3)
COMMENT: Did R take out guaranteed Student loan or other type of loan to pay
for training?
| 1 CONDITION APPLIES ...(Go To Q8-21FB) |
| 0 CONDITION DOES NOT APPLY |
Q8-21FB [R61710.00] | Section: Y18 Training |
What was the amount of the loan?
Q8-21FC [R61713.00] | Section: Y18 Training |
([Q8-21F()] =2)
COMMENT: Did R take out Pell Grant to pay for training?
| 1 CONDITION APPLIES ...(Go To Q8-21FD) |
| 0 CONDITION DOES NOT APPLY |
Q8-21FD [R61716.00] | Section: Y18 Training |
What was the amount of the Pell Grant?
Q8-22 [R61717.00] | Section: Y18 Training |
When did you start this training?
(ENTER MONTH AND YEAR)
Q8-23 [R61723.00] | Section: Y18 Training |
Are you still enrolled, or have you finished or left this program?
| 1 FINISHED OR LEFT PROGRAM ...(Go To Q8-24) |
| 0 STILL ENROLLED |
Q8-24 [R61729.00] | Section: Y18 Training |
When did you finish or leave this program?
(INTERVIEWER: ENTER DATE R FINISHED OR LEFT THIS TRAINING PROGRAM.)
Q8-25 [R61735.00] | Section: Y18 Training |
Altogether, for how many weeks did you attend this training?
(ENTER '00' IF LESS THAN ONE WEEK.)
Q8-26 [R61741.00] | Section: Y18 Training |
Did you complete this training or not?
| 1 Completed |
| 0 Did not complete |
Q8-27 [R61747.00] | Section: Y18 Training |
(Do/Did) you use this training on your (most recent) job?
Q8-31 [R61753.00] | Section: Y18 Training |
How many hours per week (do/did) you usually spend in this training?
If Answer = 0 Then Go To Q8-32A
Q8-31A [R61759.00] | Section: Y18 Training |
How many hours of the [number of hours per week r spent in training()] hours per week were usually spent at work or on company time in this training?
(ENTER NUMBER OF HOURS)
Q8-32A [R61765.00] | Section: Y18 Training |
Was this training required by your employer or did you voluntarily choose to participate in this training program?
Q8-32B [R61771.00] | Section: Y18 Training |
(HAND CARD N)
Which of the reasons on this card was the MAIN reason for this training?
| 1 The training was associated with promotion or job advancement opportunity |
| 2 New methods or processes were introduced -- additional training was required to continue doing the same job |
| 3 The training was part of a regular program to maintain and upgrade employee skills |
| 4 The training was necessary when I began a job |
| 5 The training was necessary for a license or a certificate |
| 6 The training was associated with looking for a new job |
| 7 Other (SPECIFY) |
Q8-33A [] | Section: Y18 Training |
People learn a variety of skills in (employer-provided) training. We would like to ask you about the skills you learned in this training....
Q8-33B [R61777.11] | Section: Y18 Training |
(HAND CARD O)
Please look at this card and tell me which of the skills listed you learned at this training.
(SELECT ALL THAT APPLY)
| 1 operate or repair equipment |
| 2 aquire/upgrade computer skills |
| 3 more effective sales person |
| 4 improve/upgrade readng/writing skills |
| 5 improve/upgrade math skills |
| 6 better supervisor/manager |
| 7 new product or service of company |
| 8 statistical process/quality management |
| 9 wider range jobs/cross-training |
| 10 upgrade skills working as team/problem solving |
| 11 new company information system |
| 12 company financial situation/long range |
| 13 company compensation, benefits, pensions |
| 14 new hire orientation |
| 15 health or safety procedures |
| 16 equal opportunity/diversity sensitivity |
Q8-34 [R61783.00] | Section: Y18 Training |
Since [Date of last interview], have you attended any other training program or on-the-job training?
Q8-34-LOOP-END [] | Section: Y18 Training |
UNTIL ([TRAINING_LOOP3 counter],[any other training programs?()] = 0)
Q8-35 [R61789.00] | Section: Y18 Training |
([Total number of employers reported] > 0)
COMMENT: Did R report at least one employer since last interview?
Q8-35-LOOP-BEGIN [] | Section: Y18 Training |
REPEAT ([TRAINING_LOOP4 counter])
Q8-35A1 [R61790.00] | Section: Y18 Training |
([TRAINING_LOOP4 counter] = 1)
COMMENT: Is this the first time through the loop?
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY ...(Go To Q8-35BB) |
Q8-35A2 [R61802.00] | Section: Y18 Training |
([Did r attend any other training program?]=1) OR ([Did r attend any other training program?]=1)
COMMENT: Did R report any training programs since last interview?
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY ...(Go To Q8-35BB) |
Q8-35BA [] | Section: Y18 Training |
We have already talked about various types of schooling and training that you have had in the past year. Next, I would like to ask you a few questions about other ways of learning to do jobs.
Q8-35BB [] | Section: Y18 Training |
The questions I will ask you now are about any additional learning activities that you have participated in at your job with [name of employer()] since [Date of last interview].
Q8-35C [R61803.00] | Section: Y18 Training |
CHECK ([occupation code of employer()])
COMMENT: Did R start working for this employer or at this occupation before date of last interview?
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY |
Q8-36B [R61815.01] | Section: Y18 Training |
Earlier we talked about your main activities or duties for [name of employer()]. Thinking of the main activities or duties you do now, what month and year did you start doing this kind of work for [name of employer()]?
Q8-36BB [] | Section: Y18 Training |
([month duties were started (code)()] <= 0)
COMMENT: IS MONTH FOR DUTIES DATE INVALID?
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY ...(Go To Q8-36BE) |
Q8-36BE [] | Section: Y18 Training |
([year duties were started (code)()] <= 0)
COMMENT: IS YEAR FOR DUTIES DATE INVALID?
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY ...(Go To Q8-36BG) |
Q8-36BG [] | Section: Y18 Training |
([month duties were started (code)()] <= 0) or ([year duties were started (code)()] <= 0)
COMMENT: WAS EITHER THE MONTH OR YEAR INVALID FOR DUTIES DATE?
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY ...(Go To QES1-59D) |
QES1-59D [R61827.00] | Section: Y18 Training |
{lintdate} < {duties_date2()}
COMMENT: DID R START CURRENT DUTIES AFTER LAST INTERVIEW DATE?
If Answer = 0 Then Go To Q8-40D
Q8-40D [R61839.00] | Section: Y18 Training |
([Is this job current?()] = 1)
COMMENT: Is R currently working for employer?
| 1 CONDITION APPLIES ...(Go To Q8-40EA) |
| 0 CONDITION DOES NOT APPLY |
Q8-40EA [R61851.00] | Section: Y18 Training |
(([used to calculate tenure()]/7) >=4)
COMMENT: Convert date started duties/occupation to week number.
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY ...(Go To Q8-49-LOOP-END) |
Q8-40ED [R61860.00] | Section: Y18 Training |
([TRAINING_LOOP4 counter] = 1)
COMMENT: check if first time through the loop
| 1 CONDITION APPLIES ...(Go To Q8-40FD) |
| 0 CONDITION DOES NOT APPLY |
Q8-40FD [R61866.00] | Section: Y18 Training |
{lintdate} =< {duties_date2()}
COMMENT: (linkwk-duties_date3) Subtract week of lintdate from week R started current duties. Did R start current duties prior to last interview date (0 or negative #)?
Q8-40FF [R61872.00] | Section: Y18 Training |
([amount of time r has been at current job()])
COMMENT: ((%duties_date4()%) - (%lintwk%)) / 4.3; Calculate number of months of tenure since date of last interview. Weeks since last interview date divided by 4.3 (weeks/month)
Q8-40FG [R61878.00] | Section: Y18 Training |
CHECK ([occupation code of employer()])
COMMENT: Did R start working for this employer or at this occupation before date of last interview?
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY |
Q8-40G [] | Section: Y18 Training |
Job skills can also be acquired informally from supervisors, coworkers, or be self-taught. These informal on-the-job training activities are designed to help you learn how to do your job and help you upgrade your job skills. The questions I will now ask you concern the last 4 weeks at [name of employer()].
Q8-45 [R61884.00] | Section: Y18 Training |
(Besides the schooling and training programs we've just talked about,) During the last 4 weeks while working at [name of employer()], did you receive any informal on-the-job training from your supervisor, your coworker(s) or both?
| 1 SUPERVISOR ONLY ...(Go To Q8-45CAA) |
| 2 COWORKER(S) ...(Go To Q8-45DA) |
| 3 BOTH SUPERVISOR AND COWORKER(S) ...(Go To Q8-45CAA) |
| 0 NEITHER ...(Go To Q8-45DA) |
Q8-45CAA [R61890.00] | Section: Y18 Training |
Over the last 4 weeks, how many weeks did you spend with your supervisor in informal training?
(INTERVIEWER: ENTER NUMBER OF WEEKS. IF LESS THAN ONE WEEK, CODE "1"
WEEK AND PRESS <ENTER> TO CONTINUE.)
If Answer = 0 Then Go To Q8-45CB
If Answer >= 2 AND Answer <= 4 Then Go To Q8-45CAC
Q8-45CAB [R61893.00] | Section: Y18 Training |
How many hours in informal training did you spend with your supervisor?
(ENTER HOURS)
Q8-45CAC [R61896.00] | Section: Y18 Training |
During the [How many weeks of informal training out of last 4?()] weeks you spent with your supervisor learning how to do your new duties, how many hours per week did you spend?
(ENTER HOURS:)
Q8-45CB [R61898.00] | Section: Y18 Training |
Would you say that the amount of informal training given to you by your supervisor during the last 4 weeks is typical of any month over the last [amount of time r has been at current job()] months?
Q8-45CC [R61901.00] | Section: Y18 Training |
Is the amount of informal training given to you by your supervisor during the last 4 weeks higher or lower than any given month over the last [amount of time r has been at current job()] months.
Q8-45DA [R61904.00] | Section: Y18 Training |
([Q8-45()]=2) OR ([Q8-45()]=3)
COMMENT: Did R also report spending time with coworkers?
| 1 CONDITION APPLIES ...(Go To Q8-45DD) |
| 0 CONDITION DOES NOT APPLY |
Q8-45DD [] | Section: Y18 Training |
Next I will be asking you some questions about the informal on-the-job training from your coworkers during the last 4 weeks.
Q8-45EA [R61910.00] | Section: Y18 Training |
Over the last 4 weeks, during how many weeks did you spend time with (a) coworker(s)?
(INTERVIEWER: ENTER NUMBER OF WEEKS. IF LESS THAN ONE WEEK, CODE "1"TO
WEEK AND PRESS <ENTER> TO CONTINUE.)
If Answer >= 0 AND Answer <= 1 Then Go To Q8-45EB
Q8-45EB [R61914.00] | Section: Y18 Training |
How many hours in informal training did you spend with (a) coworker(s)?
(ENTER HOURS)
Q8-45EC [R61918.00] | Section: Y18 Training |
During the [How much time with co-worker in last 4 weeks()] weeks you spent with (a) coworker(s) how many hours per week did you spend?
(ENTER HOURS)
Q8-45HA [R61921.00] | Section: Y18 Training |
Would you say that the amount of informal training given to you by your coworker(s) during the last 4 weeks is typical of any month over the last [amount of time r has been at current job()] months?
Q8-45HB [R61925.00] | Section: Y18 Training |
Is the amount of informal training given to you by your coworker(s) during the last 4 weeks higher or lower than any given month over the last [amount of time r has been at current job()] months.
Q8-46 [R61928.00] | Section: Y18 Training |
(Besides the schooling and training we've talked about) During the last 4 weeks while working at [name of employer()], did you receive any informal on-the-job training by making use of any self-study material or self-instructional packages, such as manuals, workbooks or computer-assisted teaching programs?
Q8-46BA [R61934.00] | Section: Y18 Training |
Over the last 4 weeks, how many weeks did you spend time using self-teaching packages?
(INTERVIEWER: ENTER NUMBER OF WEEKS. IF LESS THAN ONE WEEK, CODE "1" WEEK
AND PRESS <ENTER> TO CONTINUE.)
If Answer = 0 Then Go To Q8-46DA
Q8-46BC [R61937.00] | Section: Y18 Training |
During the [How much time spent with self teaching packages in last 4 weeks?()] week(s) you spent with (this/these) self-teaching materials how many hours per week did you spend?
(ENTER HOURS)
Q8-46DA [R61940.00] | Section: Y18 Training |
Would you say that the amount of time you spent with these self-study materials or self-instructional packages during the last 4 weeks is typical of any given month over the last [amount of time r has been at current job()] months?
Q8-46DB [R61943.00] | Section: Y18 Training |
Is the amount of time you spent with these self-study materials or self-instructional packages during the last 4 weeks higher or lower than any given month over the last [amount of time r has been at current job()] months.
Q8-47PD [R61945.00] | Section: Y18 Training |
([Number of activities] >=3)
COMMENT: Did R report more than 1 informal training activity?
| 1 CONDITION APPLIES |
| 0 CONDITION DOES NOT APPLY ...(Go To Q8-49-LOOP-END) |
Q8-47QA [] | Section: Y18 Training |
Which of the activities that we have talked about would you say was the MOST important during the last 4 weeks?
(INTERVIEWER: PRESS <ENTER> TO CONTINUE. IF NECESSARY, READ LIST OF
ACTIVITIES MENTIONED FROM ROSTER ON NEXT SCREEN.)
Q8-47QC [R61951.00] | Section: Y18 Training |
(INTERVIEWER: MOVE <UP-ARROW> OR <DN-ARROW> TO HIGHLIGHT ACTIVITY. IF MORE THAN ONE ACTIVITY MENTIONED, HIGHLIGHT FIRST LINE. IF ONLY ONE ACTIVITY LISTED, HIGHLIGHT THAT ACTIVITY. PRESS <ENTER> TO CONTINUE.)
(PROBE IF NECESSARY:) Which activity do you feel was MOST IMPORTANT to you during the last 4 weeks?
If Answer = 1 Then Go To Q8-47RA
Q8-47RA [R61955.00] | Section: Y18 Training |
What ONE activity mentioned would you say was the MOST important during the last 4 weeks?
(INTERVIEWER: MOVE <UP-ARROW> OR <DN-ARROW> TO HIGHLIGHT ACTIVITY MENTIONED AND PRESS <ENTER>.)
Q8-49-LOOP-END [] | Section: Y18 Training |
UNTIL ([TRAINING_LOOP4 counter],[TRAINING_LOOP4 counter] = [Total number of employers reported])
COMMENT: loop until number of employers are covered