Navigation

go back

Group
[ id = CI_PERSID | response condition = All | layout = list ]
[CI_PERSID]
Interviewer Instruction
Enter the 12-digit sampled person ID
Responses
[ Min Length = 1 | Max Length = 12 | layout = radioButton ]
00 Sampled Person ID:[FTE] [Size = 12]
Help
Enter the sampled person operational ID.
Group
[ id = CI_start | response condition = All | Hidden | layout = list ]
[CI_start]

routing

[id = CI_start_routing ]
IF (^skipInitialization = "01" ) THEN Goto DC_CI_automaticAssignment
ELSE Goto CI
Group
[ id = CI | response condition = All | layout = table ]
[CI_Lead] I need to verify a few pieces of information:
[CI_Name] Your First Name
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00 Respondent first name:[FTE]
[CI_Gender] Your gender
Responses
[ layout = radioButton ]
01 Male
02 Female
[CI_Month] The month of your birth
Responses
[ layout = radioButton ]
01 January
02 February
03 March
04 April
05 May
06 June
07 July
08 August
09 September
10 October
11 November
12 December
DK
RF
[CI_Year] The year of your birth
Responses
[ Min = 1933 | Max = 1999 | layout = radioButton ]
00 Year:[FTE]
[CI_Age] Your age
Responses
[ Min = 0 | Max = 110 | layout = radioButton ]
00 Respondent age:[FTE]
[CI_Telephone] Your telephone number
Interviewer Instruction
Do not enter the country code, enter the area code and the full number in a continuous sequence
Responses
[ Min Length = 1 | Max Length = 20 | layout = radioButton ]
00 Respondent telephone number:[FTE] [Size = 20]
[CI_Address] Your address
Interviewer Instruction
Enter the respondent address in the following way: Number, Street, Zip code, Locality
Responses
[ Min Length = 1 | Max Length = 150 | layout = radioButton ]
00 Address:[FTE] [Size = 150]
Group
[ id = DC_CI_automaticAssignment | response condition = All | Hidden | layout = list ]
[DC_CI_automaticAssignment]

inference rule

[before]
IF ( "TRUE" = "TRUE" ) THEN ^DISP_CI = "01"
Group
[ id = DC_CI_automatic | response condition = All | Hidden | layout = list ]
[DC_CI_automatic]

routing

IF (^DISP_CI = "01" ) THEN Goto StateBQ
ELSE Goto DC_CI_manual
Group
[ id = DC_CI_manual | response condition = All | layout = list ]
[DISP_CI]
Interviewer Instruction
Select the appropriate disposition code for this part of the survey.
Responses
[ layout = radioButton ]
03 Partial complete/breakoff
04 Refusal - Sample person
05 Refusal - other
07 Language problem
08 Reading and writing difficulty
09 Learning/mental disability
12 Hearing impairment
13 Blindness/visual impairment
14 Speech impairment
15 Physical disability
16 Other disability
17 Other (unspecified), such as sickness or unusual circumstances
18 Death
21 Maximum number of calls
24 Temporarily absent/unavailable during field period
25 Ineligible (for designs without a screener)
27 Duplication - already interviewed
90 Technical problem

routing

IF (^DISP_CI = "25" ) THEN Goto DISP_CI_IN
ELSE Goto ENDING

inference rule

IF ( "TRUE" = "TRUE" ) THEN ^GLOBALDISPCODE = ^DISP_CI
ELSE ^GLOBALDISPCODE = ^DISP_CI
Group
[ id = DISP_CI_IN | response condition = All | layout = list ]
[DISP_CI_IN]
Interviewer Instruction
Enter the reason for ineligibility
Responses
[ layout = radioButton ]
00 [Size = 200]

routing

IF ( "TRUE" = "TRUE" ) THEN Goto ENDING
ELSE Goto ENDING
Group
[ id = StateBQ | response condition = All | Hidden | layout = list ]
[StateBQ]

inference rule

[before]
IF ( "TRUE" = "TRUE" ) THEN ^Active_Section = "BQ"
ELSE ^Active_Section = "BQ"
Group
[ id = BQINTRO | response condition = All | layout = list ]
[BQINTRO] Now I would like to ask you some questions about your background, including questions about your country of birth, language experience, education, work, and other activities. Please try to answer each question as accurately and as completely as possible. I will be recording your answers in the computer.
Group
[ id = testIfskipBQlang | response condition = All | Hidden | layout = list ]
[testIfskipBQlang]

routing

[id = testIfskipBQlang_routing ]
IF (^skipBQLang = "01" ) THEN Goto BQ_STARTH
ELSE Goto A_START

inference rule

IF (^CI_Gender = "01" ) THEN ^A_N01 = "01"
ELSE ^A_N01 = "02"
Group
[ id = A_START | response condition = All | layout = list ]
[BQLANG] In which language would you like me to ask these questions?
Responses
[ layout = radioButton ]
01 English
02 German
03 Turkish
04 Serbian/Croatian/Bosnian
05 Dutch
06 Spanish
07 French
08 Greek
09 Czech
10 Danish
11 Estonian
12 Russian
13 Finnish
14 Swedish (MS ONLY)
15 German
16 Hungarian
17 Italian
18 Japanese
19 Korean
20 Dutch
21 Norwegian (Bokmål)
22 Polish
23 Portuguese
24 Russian
25 Hungarian
26 Slovak
27 Slovenian
28 Basque
29 Catalan
30 Galician
31 Valencian
32 Swedish
33 Welsh
34
35
36
37
38
39
40
41
42
43
44
Group
[ id = BQ_STARTH | response condition = All | Hidden | layout = list ]
[BQ_STARTH]
Group
[ id = A_D01a1 | response condition = All | Hidden | layout = list ]
[A_D01a1]
Group
[ id = A_D01a2 | response condition = All | Hidden | layout = list ]
[A_D01a2]
Group
[ id = A_D01a3 | response condition = All | Hidden | layout = list ]
[A_D01a3]
Group
[ id = A_D01a4 | response condition = Exactly One | Hidden | layout = list ]
[A_D01a4]

inference rule

[id = A_D01a4_1 | after]
IF (^A_D01a1 = "1" ) THEN ^MonthYear = "January " .^A_D01a2
ELSE
IF (^A_D01a1 = "2" ) THEN ^MonthYear = "February " .^A_D01a2
ELSE
IF (^A_D01a1 = "3" ) THEN ^MonthYear = "March " .^A_D01a2
ELSE
IF (^A_D01a1 = "4" ) THEN ^MonthYear = "April " .^A_D01a2
ELSE
IF (^A_D01a1 = "5" ) THEN ^MonthYear = "May " .^A_D01a2
ELSE
IF (^A_D01a1 = "6" ) THEN ^MonthYear = "June " .^A_D01a2
ELSE
IF (^A_D01a1 = "7" ) THEN ^MonthYear = "July " .^A_D01a2
ELSE
IF (^A_D01a1 = "8" ) THEN ^MonthYear = "August " .^A_D01a2
ELSE
IF (^A_D01a1 = "9" ) THEN ^MonthYear = "September " .^A_D01a2
ELSE
IF (^A_D01a1 = "10" ) THEN ^MonthYear = "October " .^A_D01a2
ELSE
IF (^A_D01a1 = "11" ) THEN ^MonthYear = "November " .^A_D01a2
ELSE
IF (^A_D01a1 = "12" ) THEN ^MonthYear = "December " .^A_D01a2
[id = A_D01a4_2 | after]
IF (^A_D01a1 = "1" ) THEN ^MonthYearES = "Enero de " .^A_D01a2
ELSE
IF (^A_D01a1 = "2" ) THEN ^MonthYearES = "Febrero de " .^A_D01a2
ELSE
IF (^A_D01a1 = "3" ) THEN ^MonthYearES = "Marzo de " .^A_D01a2
ELSE
IF (^A_D01a1 = "4" ) THEN ^MonthYearES = "Abril de " .^A_D01a2
ELSE
IF (^A_D01a1 = "5" ) THEN ^MonthYearES = "Mayo de " .^A_D01a2
ELSE
IF (^A_D01a1 = "6" ) THEN ^MonthYearES = "Junio de " .^A_D01a2
ELSE
IF (^A_D01a1 = "7" ) THEN ^MonthYearES = "Julio de " .^A_D01a2
ELSE
IF (^A_D01a1 = "8" ) THEN ^MonthYearES = "Agosto de " .^A_D01a2
ELSE
IF (^A_D01a1 = "9" ) THEN ^MonthYearES = "Septiembre de " .^A_D01a2
ELSE
IF (^A_D01a1 = "10" ) THEN ^MonthYearES = "Octubre de " .^A_D01a2
ELSE
IF (^A_D01a1 = "11" ) THEN ^MonthYearES = "Noviembre de " .^A_D01a2
ELSE ^MonthYearES = "Diciembre de " .^A_D01a2
[id = A_D01a4_3]
IF ( "true" = "true" ) THEN ^Year = (^A_D01a3 − "5" )
Group
[ id = A_Q01a | response condition = Exactly One | layout = list ]
[A_Q01a] I would like to start with some general questions. Can you please tell me in which year you were born?
Interviewer Instruction
1. This question is crucial for the routing. Don't knows or refusals are to be minimised. Please probe for an answer. 2. If the year of birth is out of range (for interviews conducted in 2013, this range is lower than 1939 or higher than 1997; for interviews conducted in 2014, this range is lower than 1940 or higher than 1998), please check the eligibility of the respondent. If the respondent is not eligible, you should break off the interview and set disposition code to <25> in the DISP_BQ screen.
Responses
[ Min = 1939 | Max = 1998 | layout = radioButton ]
00 Year: [FTE]
DK
RF
Group
[ id = A_Q01b | response condition = Exactly One | layout = list ]
[A_Q01b] And in which month was that?
Responses
[ layout = radioButton ]
01 January
02 February
03 March
04 April
05 May
06 June
07 July
08 August
09 September
10 October
11 November
12 December
DK
RF
Group
[ id = A_D01b | response condition = Exactly One | Hidden | layout = list ]
[A_D01b]

inference rule

[id = A_D01b_1 | after]
IF ( ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) AND (^A_D01a1 ≤ ^A_Q01b) ) THEN ^AgeEdu = ( (^A_D01a3 − ^A_Q01a) − "1" )
ELSE
IF ( ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) AND (^A_D01a1 > ^A_Q01b) ) THEN ^AgeEdu = (^A_D01a3 − ^A_Q01a)
ELSE
IF ( ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) AND ( (^A_Q01b = "DK" ) OR (^A_Q01b = "RF" ) ) ) THEN ^AgeEdu = (^A_D01a3 − ^A_Q01a)
Group
[ id = A_N01 | response condition = Exactly One | layout = list ]
[A_N01] Is the respondent male or female?
Interviewer Instruction
Ask only if uncertain.
Responses
[ layout = radioButton ]
01 Male
02 Female
DK
RF
Group
[ id = A_END | response condition = Exactly One | Hidden | layout = list ]
[A_END]

routing

[id = A_END_1 ]
IF ( "true" = "true" ) THEN Goto B_START
Group
[ id = B_START | response condition = Exactly One | Hidden | layout = list ]
[B_START] Education and Training
Group
[ id = B_R01a | response condition = Exactly One | layout = list ]
[B_R01a] I would now like to ask you some questions about your education.
Interviewer Instruction
Hand show card P-1.
Group
[ id = B_Q01aUS | response condition = Exactly One | layout = list ]
[B_Q01aUS] Looking at this card, what is the highest level of education you have completed?
Interviewer Instruction
1. If the respondent is currently enrolled in an educational program, emphasize that the question refers to education that has been completed, and that current education will be addressed in a later question.
Responses
[ layout = radioButton ]
01 Pre-primary or no schooling
02 Grades 1-6
03 Grades 7-9
04 High School Diploma or GED
05 Pre-associate education. Attended trade school, college, or university; no certificate or degree received
07 A certificate from a college or trade school for completion of a program prior to the associate/bachelor's degree
08 Associate degree
09 Bachelor's degree (e.g. BA, AB, BS)
10 Master's degree (e.g. MA, MS, MEng, MEd, MSW, MBA)
11 Professional degree (e.g. MD, DDS, DVM, LLB, JD)
12 Doctorate degree (e.g. PhD, EdD)
13 Foreign degree
DK
RF
Group
[ id = B_D01aUS | response condition = Exactly One | Hidden | layout = list ]
[B_D01aUS]

inference rule

[id = B_D01aUS_1 | after]
IF ( (^B_Q01aUS = "1" ) OR ( (^B_Q01aUS = "2" ) OR (^B_Q01aUS = "3" ) ) ) THEN ^EDLEVEL3 = "1"
ELSE
IF ( (^B_Q01aUS = "4" ) OR ( (^B_Q01aUS = "5" ) OR ( (^B_Q01aUS = "7" ) OR ( (^B_Q01aUS = "DK" ) OR (^B_Q01aUS = "RF" ) ) ) ) ) THEN ^EDLEVEL3 = "2"
ELSE
IF ( (^B_Q01aUS = "8" ) OR ( (^B_Q01aUS = "9" ) OR ( (^B_Q01aUS = "10" ) OR ( (^B_Q01aUS = "11" ) OR (^B_Q01aUS = "12" ) ) ) ) ) THEN ^EDLEVEL3 = "3"
Group
[ id = B_C01aUS | response condition = Exactly One | Hidden | layout = list ]
[B_C01aUS]

routing

[id = B_C01aUS_1 ]
IF (^B_Q01aUS = "13" ) THEN Goto B_S01a1
ELSE
IF ( (^B_Q01aUS = "1" ) OR ( (^B_Q01aUS = "DK" ) OR (^B_Q01aUS = "RF" ) ) ) THEN Goto B_Q02a
ELSE
IF ( (^B_Q01aUS = "2" ) OR ( (^B_Q01aUS = "3" ) OR (^B_Q01aUS = "4" ) ) ) THEN Goto B_Q01c1
ELSE Goto B_Q01bUSX
Group
[ id = B_S01a1 | response condition = Exactly One | layout = list ]
[B_S01a1] What is the name of this degree or certificate?
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = B_Q01a2US | response condition = Exactly One | layout = list ]
[B_Q01a2US] In which country did you earn this degree or certificate?
Interviewer Instruction
Please specify the CURRENT name of the country.
Responses
[ layout = radioButton ]
01 Mexico
02 China
03 Philippines
04 India
05 Russia
06 Colombia
07 Other country
DK
RF

routing

[id = B_Q01a2US_1 ]
IF (^B_Q01a2US = "7" ) THEN Goto B_S01a2
ELSE Goto B_Q01a3US
Group
[ id = B_S01a2 | response condition = Exactly One | layout = list ]
[B_S01a2] What country was that?
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = B_Q01a3US | response condition = Exactly One | layout = list ]
[B_Q01a3US] Can you indicate which level in our national education system corresponds most closely with the level of this degree or certificate?
Interviewer Instruction
Hand show card 1.
Responses
[ layout = radioButton ]
01 Pre-primary or no schooling
02 Grades 1-6
03 Grades 7-9
04 High school Diploma
05 Pre-associate education. Attended trade school, college, or university; no certificate or degree received
07 A certificate from a college or trade school for completion of a program prior to the associate/bachelor's degree
08 Associate degree
09 Bachelor's degree (e.g. BA, AB, BS)
10 Master's degree (e.g. MA, MS, MEng, MEd, MSW, MBA)
11 Professional degree (e.g. MD, DDS, DVM, LLB, JD)
12 Doctorate degree (e.g. PhD, EdD)
DK
RF
Group
[ id = B_D01a3US | response condition = Exactly One | Hidden | layout = list ]
[B_D01a3US]

inference rule

[id = B_D01a3US_1 | before]
IF ( (^B_Q01a3US = "1" ) OR ( (^B_Q01a3US = "2" ) OR (^B_Q01a3US = "3" ) ) ) THEN ^EDLEVEL3 = "1"
ELSE
IF ( (^B_Q01a3US = "4" ) OR ( (^B_Q01a3US = "5" ) OR ( (^B_Q01a3US = "7" ) OR ( (^B_Q01a3US = "DK" ) OR (^B_Q01a3US = "RF" ) ) ) ) ) THEN ^EDLEVEL3 = "2"
ELSE
IF ( (^B_Q01a3US = "8" ) OR ( (^B_Q01a3US = "9" ) OR ( (^B_Q01a3US = "10" ) OR ( (^B_Q01a3US = "11" ) OR (^B_Q01a3US = "12" ) ) ) ) ) THEN ^EDLEVEL3 = "3"
Group
[ id = B_C01a3US | response condition = Exactly One | Hidden | layout = list ]
[B_C01a3US]

routing

[id = B_C01a3US_1 ]
IF ( (^B_Q01a3US = "1" ) OR ( (^B_Q01a3US = "DK" ) OR (^B_Q01a3US = "RF" ) ) ) THEN Goto B_Q02a
ELSE
IF ( (^B_Q01a3US = "2" ) OR ( (^B_Q01a3US = "3" ) OR (^B_Q01a3US = "4" ) ) ) THEN Goto B_Q01c1
ELSE Goto B_Q01bUSX
Group
[ id = B_Q01bUSX | response condition = Exactly One | layout = list ]
[B_Q01bUSX] What was the area of study, emphasis or major for your highest level of education?
Responses
[ Min Length = 1 | Max Length = 60 | layout = radioButton ]
00
DK
RF
Group
[ id = B_Q01b | response condition = Exactly One | layout = list ]
[B_Q01b] Now, looking at this card, in which category would you place ^B_Q01bUSX ? Again, if there was more than one, please choose the one you consider most important.
Interviewer Instruction
1. Hand show card 2. 2. If there was more than one area of study associated with the one degree, this refers to the most important. 3. If there was more than one degree at this level, this question refers to the area of study for the most recent.
Responses
[ layout = radioButton ]
01 General programs
02 Teacher training and education studies
03 Humanities, languages and arts
04 Social sciences, business and law
05 Science, mathematics and computing
06 Engineering, manufacturing and construction
07 Agriculture and veterinary
08 Health and welfare
09 Services
DK
RF
Group
[ id = B_Q01c1 | response condition = Exactly One | layout = list ]
[B_Q01c1] When you completed “this degree or certificate”, how old were you, or what year was it?
Interviewer Instruction
1. Enter age OR year. 2. If there was more than one degree at this level, this refers to the most recent. 3. If highest level of education completed is less than High School Diploma, replace "this degree or certificate" with "your last year of schooling".
Responses
[ Min = 6 | Max = 74 | layout = radioButton ]
00 Age [FTE]
DK
RF
[B_Q01c2]
Responses
[ Min = 1945 | Max = 2014 | layout = radioButton ]
00 Year [FTE]
DK
RF

inference rule

[id = B_Q01c1_1 | after]
IF ( ( (^B_Q01c1 ≠ "DK" ) AND (^B_Q01c1 ≠ "RF" ) ) AND ( (^B_Q01c1 ≠ "NULL" ) AND ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) ) ) THEN ^B_Q01c2 = (^A_Q01a + ^B_Q01c1)
ELSE
IF ( ( (^B_Q01c2 ≠ "DK" ) AND (^B_Q01c2 ≠ "RF" ) ) AND ( (^B_Q01c2 ≠ "NULL" ) AND ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) ) ) THEN ^B_Q01c1 = (^B_Q01c2 − ^A_Q01a)
Group
[ id = B_E01c | response condition = Exactly One | Hidden | layout = list ]
[B_E01c]

routing

[id = B_E01c_1 ]
IF ( (^A_D01a3 − ^B_Q01c2) < "2" ) THEN Goto B_Q01d
ELSE Goto B_D01d

consistencyCheck

[id = B_E01c_1 | Soft ]
IF ( ( (^B_Q01c2 − ^A_Q01a) < "10" ) OR ( ( (^B_Q01c2 − ^A_Q01a) > "50" ) OR ( (^B_Q01c1 + ^A_Q01a) > ^A_D01a3) ) )
Group
[ id = B_Q01d | response condition = Exactly One | layout = list ]
[B_Q01d] And in which month was that?
Responses
[ layout = radioButton ]
01 January
02 February
03 March
04 April
05 May
06 June
07 July
08 August
09 September
10 October
11 November
12 December
DK
RF
Group
[ id = B_D01d | response condition = Exactly One | Hidden | layout = list ]
[B_D01d]

inference rule

[before]
IF (^B_Q01d = "01" ) THEN ^MonthHighLevelEducation = "1"
ELSE
IF (^B_Q01d = "02" ) THEN ^MonthHighLevelEducation = "2"
ELSE
IF (^B_Q01d = "03" ) THEN ^MonthHighLevelEducation = "3"
ELSE
IF (^B_Q01d = "04" ) THEN ^MonthHighLevelEducation = "4"
ELSE
IF (^B_Q01d = "05" ) THEN ^MonthHighLevelEducation = "5"
ELSE
IF (^B_Q01d = "06" ) THEN ^MonthHighLevelEducation = "6"
ELSE
IF (^B_Q01d = "07" ) THEN ^MonthHighLevelEducation = "7"
ELSE
IF (^B_Q01d = "08" ) THEN ^MonthHighLevelEducation = "8"
ELSE
IF (^B_Q01d = "09" ) THEN ^MonthHighLevelEducation = "9"
ELSE
IF (^B_Q01d = "10" ) THEN ^MonthHighLevelEducation = "10"
ELSE
IF (^B_Q01d = "11" ) THEN ^MonthHighLevelEducation = "11"
ELSE ^MonthHighLevelEducation = "12"
[id = B_D01d_1 | before]
IF ( (^B_Q01aUS = "1" ) OR ( (^B_Q01aUS = "DK" ) OR (^B_Q01aUS = "RF" ) ) ) THEN ^B_D01d = "999"
ELSE
IF ( (^B_Q01c2 = "DK" ) OR ( (^B_Q01c2 = "RF" ) OR (^B_Q01c2 = "NI" ) ) ) THEN ^B_D01d = "999"
ELSE
IF ( ( (^B_Q01d = "DK" ) OR ( (^B_Q01d = "RF" ) OR ( (^B_Q01d = "NI" ) OR (^B_Q01d = "NULL" ) ) ) ) AND (^B_Q01c2 = ^A_D01a3) ) THEN ^B_D01d = "12"
ELSE
IF ( (^B_Q01d = "DK" ) OR ( (^B_Q01d = "RF" ) OR ( (^B_Q01d = "NI" ) OR (^B_Q01d = "NULL" ) ) ) ) THEN ^B_D01d = "999"
ELSE ^B_D01d = ( ( (^A_D01a3 x "12" ) + ^A_D01a1) − ( (^B_Q01c2 x "12" ) + ^MonthHighLevelEducation) )
Group
[ id = B_Q02a | response condition = Exactly One | layout = list ]
[B_Q02a] Are you currently studying for any kind of formal degree or certificate?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Help
1. If the respondent is unsure what is meant by 'formal degree', explain that this question refers to the same concept as referred to in the preceding questions. 2. If the respondent is still in doubt, already hand over the SHOW CARD P-2 intended for question B_Q02b, asking 'Are you currently pursuing any of the degrees or certificates listed on this card?'. 3. If the respondent replies by mentioning one of the degrees or certificates on the list, mark the answer "yes", and then mark the appropriate program on the next screen.

routing

[id = B_Q02a_1 ]
IF (^B_Q02a = "1" ) THEN Goto B_Q02bUS
ELSE
IF ( (^B_Q02a = "2" ) AND ( (^B_Q01aUS ≤ "5" ) OR (^B_Q01a3US ≤ "7" ) ) ) THEN Goto B_R27aUSX
ELSE
IF ( ( ( ( ( ( ( (^B_Q01aUS = "9" ) OR (^B_Q01aUS = "10" ) ) OR (^B_Q01aUS = "11" ) ) OR (^B_Q01aUS = "12" ) ) OR (^B_Q01a3US = "9" ) ) OR (^B_Q01a3US = "10" ) ) OR (^B_Q01a3US = "11" ) ) OR (^B_Q01a3US = "12" ) ) THEN Goto B_Q03a
ELSE Goto P_Q050
Group
[ id = B_Q02bUS | response condition = Exactly One | layout = list ]
[B_Q02bUS] What type of degree or certificate are you currently studying for?
Interviewer Instruction
1. Hand show card P-2. 2. In the case of a foreign degree, ask the respondent to indicate the level using the national categories.
Responses
[ layout = radioButton ]
01 Grades 1-6
02 Grades 7-9
03 High school Diploma or GED
04 Pre-associate education. Attended trade school, college, or university; no certificate or degree received
06 A certificate from a college or trade school for completion of a program prior to the associate/bachelor's degree
07 Associate degree
08 Bachelor's degree (e.g. BA, AB, BS)
09 Master's degree (e.g. MA, MS, MEng, MEd, MSW, MBA)
10 Professional degree (e.g. MD, DDS, DVM, LLB, JD)
11 Doctorate degree (e.g. PhD, EdD)
DK
RF

routing

[id = B_Q02bUS_1 ]
IF ( (^B_Q02bUS = "1" ) OR ( (^B_Q02bUS = "2" ) OR ( (^B_Q02bUS = "DK" ) OR (^B_Q02bUS = "RF" ) ) ) ) THEN Goto B_R27aUSX
ELSE
IF (^B_Q02bUS = "3" ) THEN Goto P_Q010a
ELSE Goto B_Q02cUSX
Group
[ id = B_Q02cUSX | response condition = Exactly One | layout = list ]
[B_Q02cUSX] What was the area of study, emphasis or major for this degree or certificate?
Responses
[ Min Length = 1 | Max Length = 60 | layout = radioButton ]
00
DK
RF
Group
[ id = B_Q02c | response condition = Exactly One | layout = list ]
[B_Q02c] Now, looking at this card, in which category would you place ^B_Q02cUSX ?
Interviewer Instruction
Hand show card 2
Responses
[ layout = radioButton ]
01 General programs
02 Teacher training and education studies
03 Humanities, languages and arts
04 Social sciences, business and law
05 Science, mathematics and computing
06 Engineering, manufacturing and construction
07 Agriculture and veterinary
08 Health and welfare
09 Services
DK
RF
Group
[ id = P_Q010a | response condition = All | layout = list ]
[P_Q010a] During the last 12 moths or since your current incarceration, how much time do you spend in classes for this degree or certificate? Was it....
Interviewer Instruction
Collect the time spent in classes for this program of study in the last 12 months. If incarcerated within the last 12 months, collect total time spent in classes since date of incarceration.
Responses
[ Min Length = 1 | Max Length = 60 | layout = radioButton ]
00
DK
RF
[P_Q010b]
Responses
[ layout = radioButton ]
01 Hours
02 Days
03 Weeks
04 Months
DK
RF
Group
[ id = P_Q020 | response condition = Exactly One | layout = list ]
[P_Q020] Is this degree or certificate program ....
Interviewer Instruction
Hand Show card P-3
Responses
[ layout = radioButton ]
01 offered in this prison, jail or another correctional facility
02 offered by a four-year college or university
03 offered by a community college
04 offered by a high school or vocational secondary school
05 offered through independent study
06 offered through correspondence or distance education
07 other
DK
RF

routing

[id = P_Q020 ]
IF ( ( (^B_Q01aUS = "1" ) OR ( (^B_Q01aUS = "2" ) OR ( (^B_Q01aUS = "3" ) OR ( (^B_Q01aUS = "4" ) OR (^B_Q01aUS = "5" ) ) ) ) ) OR ( (^B_Q01a3US = "1" ) OR ( (^B_Q01a3US = "2" ) OR ( (^B_Q01a3US = "3" ) OR ( (^B_Q01a3US = "4" ) OR ( (^B_Q01a3US = "5" ) OR ( (^B_Q01a3US = "6" ) OR (^B_Q01a3US = "7" ) ) ) ) ) ) ) ) THEN Goto B_R27aUSX
ELSE
IF ( ( ( ( ( ( ( (^B_Q01aUS = "9" ) OR (^B_Q01aUS = "10" ) ) OR (^B_Q01aUS = "11" ) ) OR (^B_Q01aUS = "12" ) ) OR (^B_Q01a3US = "9" ) ) OR (^B_Q01a3US = "10" ) ) OR (^B_Q01a3US = "11" ) ) OR (^B_Q01a3US = "12" ) ) THEN Goto B_Q03a
ELSE Goto P_Q050
Group
[ id = B_C27aUSX | response condition = Exactly One | Hidden | layout = list ]
[B_C27aUSX]
Group
[ id = B_R27aUSX | response condition = All | layout = table ]
[B_R27aUSX] During your current period of incarceration, did you take any classes or have a tutor ...
[B_Q27aUSX] to improve your basic reading, writing, and math skills?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
[B_Q27bUSX] to prepare to take the General Educational Development test, or GED?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = B_R27aUSX ]
IF (^B_Q27bUSX = "1" ) THEN Goto B_Q27eUSX
ELSE Goto B_Q27cUSX
Group
[ id = B_Q27cUSX | response condition = Exactly One | layout = list ]
[B_Q27cUSX] During your current period of incarceration, did you take any classes or have a tutor in some other high school equivalency program or adult high school program?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = B_C27cUSX | response condition = Exactly One | Hidden | layout = list ]
[B_C27cUSX]

routing

[id = B_C27cUSX_1 ]
IF ( (^B_Q27aUSX = "2" ) AND ( (^B_Q27bUSX = "2" ) AND (^B_Q27cUSX = "2" ) ) ) THEN Goto P_Q050
ELSE Goto B_Q27eUSX
Group
[ id = B_Q27eUSX | response condition = All | layout = list ]
[B_Q27eUSX] Thinking about the length of the basic skills or high school completion class (you are attending/attended), how many days, weeks, or months did you attend the classes in the past 12 months?
Interviewer Instruction
1. If respondent has been incarcerated for less than 12 months, collect total time spent in basic skills classes during period of current incarceration. 2. Do not round. Use decimal if needed.
[B_Q27eUSXa]
Responses
[ Min = 0 | Max = 9999 | layout = radioButton ]
00 Number [FTE]
DK
RF
[B_Q27eUSXb]
Responses
[ layout = radioButton ]
01 Day
02 Week
03 Month
04 Semester
05 Quarter
06 Other specify
DK
RF

routing

[id = B_Q27eUSX_1 ]
IF (^B_Q27eUSXb = "6" ) THEN Goto B_S27eUSX
ELSE Goto P_Q030
Group
[ id = B_S27eUSX | response condition = Exactly One | layout = list ]
[B_S27eUSX] Could you please specify the length of the class?
Responses
[ Min Length = 1 | Max Length = 99 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q030 | response condition = Exactly One | layout = list ]
[P_Q030] Where did you take the basic skills class?
Responses
[ layout = radioButton ]
01 At this correctional facility
02 At another correctional facility
03 Other - for example, online
DK
RF
Group
[ id = P_Q040 | response condition = Exactly One | layout = list ]
[P_Q040] Which ONE of the following statements best describes the reason you participated in this activity?
Interviewer Instruction
Hand Show Card P-4
Responses
[ layout = radioButton ]
01 I was required to participate
02 To increase my knowledge or skills on a subject that interests me
03 To obtain a certificate
05 To increase my possibilities of getting a job when I am released
06 To increase possibilities of getting a job assignment
08 Family related reasons
09 Other
DK
RF

routing

[id = P_Q040 ]
IF (^P_Q040 = "9" ) THEN Goto P_Q040_S
ELSE Goto P_Q050
Group
[ id = P_Q040_S | response condition = Exactly One | layout = list ]
[P_Q040_S] Other, specify
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
DK
Group
[ id = P_Q050 | response condition = Exactly One | layout = list ]
[P_Q050] Now I want you to think about your education prior to prison. What was the main reason you stopped your public or private schooling when you did? Please choose from the following:
Interviewer Instruction
Hand Show card P-5
Responses
[ layout = radioButton ]
01 Financial problems
02 Did not do well in school
03 Did not like school or was bored in school
05 Expelled from school or asked to leave
06 Wanted to work
07 Wanted to go into the military
08 Personal illness, disability, or pregnancy
09 Family reasons such as illness or death of one of your parents, or child care responsibilities
10 School not available or not accessible
11 Did not feel safe in school
12 Sent to jail, prison or detention center
13 Other
DK
RF

routing

[id = P_Q050 ]
IF (^P_Q050 = "13" ) THEN Goto P_Q050_S
ELSE Goto B_Q03a
Group
[ id = P_Q050_S | response condition = Exactly One | layout = list ]
[P_Q050_S] Other, specify
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = B_Q03a | response condition = Exactly One | layout = list ]
[B_Q03a] Did you ever start studying for any formal degree, but leave before completing it?
Interviewer Instruction
1. This question refers to programs as a whole (for example a bachelors program at university). 2. If the respondent had a temporary break, but continued the program later, this should not be counted as 'leaving before completing'.
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = B_Q03a_1 ]
IF (^B_Q03a = "1" ) THEN Goto B_Q03bUS
ELSE Goto P_Q060
Group
[ id = B_Q03bUS | response condition = Exactly One | layout = list ]
[B_Q03bUS] What was the type of degree or certificate you began to study for but did not complete? If there was more than one, please report the one with the highest level.
Interviewer Instruction
1. Hand show card P-2. 2. In the case of a foreign degree, ask the respondent to indicate the level using the national categories.
Responses
[ layout = radioButton ]
01 Grades 1-6
02 Grades 7-9
03 High school Diploma or GED
04 Pre-associate education. Attended trade school, college, or university; no certificate or degree received
06 A certificate from a college or trade school for completion of a program prior to the associate/bachelor's degree
07 Associate degree
08 Bachelor's degree (e.g. BA, AB, BS)
09 Master's degree (e.g. MA, MS, MEng, MEd, MSW, MBA)
10 Professional degree (e.g. MD, DDS, DVM, LLB, JD)
11 Doctorate degree (e.g. PhD, EdD)
DK
RF

routing

[id = B_Q03bUS ]
IF (^B_Q02a = "1" ) THEN Goto P_Q120
ELSE Goto P_Q060
Group
[ id = P_Q060 | response condition = Exactly One | layout = list ]
[P_Q060] Do you want to enroll in an academic class or program of study?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q060 ]
IF (^P_Q060 = "1" ) THEN Goto P_Q070
ELSE Goto P_Q100
Group
[ id = P_Q070 | response condition = Exactly One | layout = list ]
[P_Q070] Are you on a waiting list to enroll in an academic class or program of study?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = P_Q080 | response condition = Exactly One | layout = list ]
[P_Q080] Which one of the following degree or certificate programs would you like to enroll in? Please select from the following...
Interviewer Instruction
Hand show card P-2.
Responses
[ layout = radioButton ]
01 Grades 1-6
02 Grades 7-9
03 High School Diploma or GED
04 Pre-associate education. Attended trade school, college, or university; no certificate or degree received
06 A certificate from a college or trade school for completion of a program prior to the associate/bachelor's degree
07 Associate degree
08 Bachelor's degree (e.g. BA, AB, BS)
09 Master's degree (e.g. MA, MS, MEng, MEd, MSW, MBA)
10 Professional degree (e.g. MD, DDS, DVM, LLB, JD)
11 Doctorate Degree (e.g. PhD, EdD)
DK
RF
Group
[ id = P_Q090 | response condition = Exactly One | layout = list ]
[P_Q090] Which ONE of the following statements best describes the reason you would like to enroll in this program of study?
Interviewer Instruction
Hand Show Card P-4
Responses
[ layout = radioButton ]
01 I am required to participate
02 To increase my knowledge or skills on a subject that interests me
03 To obtain a certificate
05 To increase my possibilities of getting a job when I am released
06 To increase possibilities of getting a job assignment
08 Family related reasons
09 Other
DK
RF

routing

[id = P_Q090 ]
IF (^P_Q090 = "9" ) THEN Goto P_Q090_S
ELSE Goto P_Q120
Group
[ id = P_Q090_S | response condition = Exactly One | layout = list ]
[P_Q090_S] Other, Specify
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF

routing

[id = P_Q090_S ]
IF ( "true" = "true" ) THEN Goto P_Q120
ELSE Goto P_Q120
Group
[ id = P_Q100 | response condition = Exactly One | layout = list ]
[P_Q100] What is the main reason you did not want to enroll in an academic class or program of study? Please select from the following.
Interviewer Instruction
Hand Show card P-6
Responses
[ layout = radioButton ]
01 I do not have the qualifications necessary to enroll in this prison's program
02 I want to enroll in a higher level of classes than are available in this prison's program
03 I have a volunteer/work assignment I do not want to give up to attend classes
04 The waiting list is too long
05 The quality of the program being offered is poor
06 The academic classes/programs offered are not useful
07 Other
DK
RF

routing

[id = P_Q100 ]
IF (^P_Q100 = "7" ) THEN Goto P_Q100_S
ELSE Goto P_Q120
Group
[ id = P_Q100_S | response condition = Exactly One | layout = list ]
[P_Q100_S] Other, Specify
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q120 | response condition = Exactly One | layout = list ]
[P_Q120] During your current period of incarceration, what is the highest level of education you completed?
Interviewer Instruction
Hand show card P-2.
Responses
[ layout = radioButton ]
01 Grades 1-6
02 Grades 7-9
03 High School Diploma or GED
05 Pre-associate education. Attended trade school, college, or university; no certificate or degree received
06 A certificate from a college or trade school for completion of a program prior to the associate/bachelor's degree
07 Associate degree
08 Bachelor's degree (e.g. BA, AB, BS)
09 Master's degree (e.g. MA, MS, MEng, MEd, MSW, MBA)
10 Professional degree (e.g. MD, DDS, DVM, LLB, JD)
11 Doctorate degree (e.g. PhD, EdD)
12 No further education level completed
DK
RF

routing

[id = P_Q120 ]
IF (^P_Q120 = "12" ) THEN Goto P_Q160_1
ELSE Goto P_Q130
Group
[ id = P_Q130 | response condition = Exactly One | layout = list ]
[P_Q130] Was this course of study....
Interviewer Instruction
Hand Show card P-3
Responses
[ layout = radioButton ]
01 offered in this prison, jail or another correctional facility
02 offered by a four-year college or university
03 offered by a community college
04 offered by a high school or vocational secondary school
05 offered through independent study
06 offered through correspondence or distance education
07 other
DK
RF

routing

[id = P_Q130 ]
IF (^P_Q130 = "7" ) THEN Goto P_Q130_S
ELSE Goto P_Q140a
Group
[ id = P_Q130_S | response condition = Exactly One | layout = list ]
[P_Q130_S] Other, specify
Interviewer Instruction
Collect the total time spent in classes for this program of study.
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q140a | response condition = All | layout = list ]
[P_Q140a] During your current incarceration, how much time did you spend in classes to complete this degree or certificate?
Interviewer Instruction
Collect the total time spent in classes for this program of study.
Responses
[ layout = radioButton ]
00
DK
RF
[P_Q140b]
Responses
[ layout = radioButton ]
01 Hours
02 Days
03 Weeks
04 Years
DK
RF
Group
[ id = P_Q150 | response condition = Exactly One | layout = list ]
[P_Q150] Which ONE of the following statements best describes the reason you attended classes to complete this degree or certificate?
Interviewer Instruction
Hand Show card P-7
Responses
[ layout = radioButton ]
01 I was required to attend
02 To increase my knowledge or skills on a subject that interests me
03 To obtain a certificate
04 To increase my possibilities of getting a job when I am released
05 To increase possibilities of getting a job assignment
06 Family related reasons
07 Other
DK
RF

routing

[id = P_Q150 ]
IF (^P_Q150 = "7" ) THEN Goto P_Q150_S
ELSE Goto P_Q160_1
Group
[ id = P_Q150_S | response condition = Exactly One | layout = list ]
[P_Q150_S] Other, Specify
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q160_1 | response condition = All | layout = list ]
[P_Q160_1] In what month and year were you incarcerated most recently?
Responses
[ layout = radioButton ]
01 January
02 February
03 March
04 April
05 May
06 June
07 July
08 August
09 September
10 October
11 November
12 December
DK
RF
[P_Q160_2]
Responses
[ Min = 1940 | Max = 2014 | layout = radioButton ]
00 Year: [FTE]
DK
RF
Group
[ id = P_D160a | response condition = Exactly One | Hidden | layout = list ]
[P_D160a]

inference rule

[id = P_D160a | before]
IF (^P_Q160_1 = "01" ) THEN ^IncarMonth = "1"
ELSE
IF (^P_Q160_1 = "02" ) THEN ^IncarMonth = "2"
ELSE
IF (^P_Q160_1 = "03" ) THEN ^IncarMonth = "3"
ELSE
IF (^P_Q160_1 = "04" ) THEN ^IncarMonth = "4"
ELSE
IF (^P_Q160_1 = "05" ) THEN ^IncarMonth = "5"
ELSE
IF (^P_Q160_1 = "06" ) THEN ^IncarMonth = "6"
ELSE
IF (^P_Q160_1 = "07" ) THEN ^IncarMonth = "7"
ELSE
IF (^P_Q160_1 = "08" ) THEN ^IncarMonth = "8"
ELSE
IF (^P_Q160_1 = "09" ) THEN ^IncarMonth = "9"
ELSE
IF (^P_Q160_1 = "10" ) THEN ^IncarMonth = "10"
ELSE
IF (^P_Q160_1 = "11" ) THEN ^IncarMonth = "11"
ELSE ^IncarMonth = "12"
[id = P_D160b | after]
IF ( "TRUE" = "TRUE" ) THEN ^P_D160b = ( ( (^A_D01a3 x "12" ) + ^A_D01a1) − ( (^P_Q160_2 x "12" ) + ^IncarMonth) )
ELSE ^P_D160b = ( ( (^A_D01a3 x "12" ) + ^A_D01a1) − ( (^P_Q160_2 x "12" ) + ^IncarMonth) )
Group
[ id = P_Q170 | response condition = Exactly One | layout = list ]
[P_Q170] Before your current incarceration, did you ever serve time in prison, jail, or some other correctional facility?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = P_Q180 | response condition = Exactly One | layout = list ]
[P_Q180] When do you expect to be released from prison?
Interviewer Instruction
Hand Show card P-8
Responses
[ layout = radioButton ]
01 Less than 6 months
02 6 to 12 months
03 1 to 2 years
04 More than 2 years
05 2 to 5 years
06 More than 5 years
07 Never
DK
RF
Group
[ id = P_R190 | response condition = Exactly One | layout = list ]
[P_R190] Now I want to ask you a few questions about your participation in non-academic programs. This includes classes for job training, and non-job classes - for example, parenting classes.
Group
[ id = P_Q190a | response condition = Exactly One | layout = list ]
[P_Q190a] During your current incarceration, have you attended... Employment readiness or re-entry classes (including how to find a job or interviewing skills)
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q190a ]
IF (^P_Q190a = "1" ) THEN Goto P_Q190a_1
ELSE Goto P_Q190b
Group
[ id = P_Q190a_1 | response condition = Exactly One | layout = list ]
[P_Q190a_1] During your current incarceration, how many hours have you attended employment readiness or re-entry classes?
Responses
[ Min = 0 | Max = 10000 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190a_2 | response condition = Exactly One | layout = list ]
[P_Q190a_2] What was your main reason for attending this class?
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = radioButton ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF
Group
[ id = P_Q190b | response condition = Exactly One | layout = list ]
[P_Q190b] During your current incarceration, have you attended.... Classes in parenting or child rearing skills
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q190b ]
IF (^P_Q190b = "1" ) THEN Goto P_Q190b_1
ELSE Goto P_Q190c
Group
[ id = P_Q190b_1 | response condition = Exactly One | layout = list ]
[P_Q190b_1] During your current incarceration, how many hours have you attended classes in parenting or child rearing skills?
Responses
[ Min = 0 | Max = 10000 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190b_2 | response condition = Exactly One | layout = list ]
[P_Q190b_2] What was your main reason for attending this class?
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = radioButton ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF
Group
[ id = P_Q190c | response condition = Exactly One | layout = list ]
[P_Q190c] During your current incarceration, have you attended.... Classes in life skills such as personal finance, problem solving, decision making?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q190c ]
IF (^P_Q190c = "1" ) THEN Goto P_Q190c_1
ELSE Goto P_Q190d
Group
[ id = P_Q190c_1 | response condition = Exactly One | layout = list ]
[P_Q190c_1] During your current incarceration, how many hours have you attended classes in life skills?
Responses
[ Min = 0 | Max = 10000 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190c_2 | response condition = Exactly One | layout = list ]
[P_Q190c_2] What was your main reason for attending this class?
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = radioButton ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF
Group
[ id = P_Q190d | response condition = Exactly One | layout = list ]
[P_Q190d] During your current incarceration, have you attended.... Classes in community adjustment including anger management, conflict resolution?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q190d ]
IF (^P_Q190d = "1" ) THEN Goto P_Q190d_1
ELSE Goto P_Q190e
Group
[ id = P_Q190d_1 | response condition = Exactly One | layout = list ]
[P_Q190d_1] During your current incarceration, how many hours have you attended community adjustment classes?
Responses
[ Min = 0 | Max = 10000 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190d_2 | response condition = Exactly One | layout = list ]
[P_Q190d_2] What was your main reason for attending this class?
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = radioButton ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF
Group
[ id = P_Q190e | response condition = Exactly One | layout = list ]
[P_Q190e] During your current incarceration, have you attended.... Drug or alcohol groups for example, Alcoholics Anonymous, Al-Anon, Narcotics Anonymous, or other drug or alcohol related groups?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q190e ]
IF (^P_Q190e = "1" ) THEN Goto P_Q190e_1
ELSE Goto P_Q190f
Group
[ id = P_Q190e_1 | response condition = Exactly One | layout = list ]
[P_Q190e_1] During your current incarceration, how many hours have you attended drug or alcohol groups?
Responses
[ Min = 0 | Max = 10000 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190e_2 | response condition = Exactly One | layout = list ]
[P_Q190e_2] What was your main reason for attending this group?
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = radioButton ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF
Group
[ id = P_Q190f | response condition = Exactly One | layout = list ]
[P_Q190f] During your current incarceration, have you attended.... Mental health groups that are run by a professional?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q190f ]
IF (^P_Q190f = "1" ) THEN Goto P_Q190f_1
ELSE Goto P_Q190g
Group
[ id = P_Q190f_1 | response condition = Exactly One | layout = list ]
[P_Q190f_1] During your current incarceration, how many hours have you attended mental health groups?
Responses
[ Min = 0 | Max = 10000 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190f_2 | response condition = Exactly One | layout = list ]
[P_Q190f_2] What was your main reason for attending this group?
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = radioButton ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF
Group
[ id = P_Q190g | response condition = Exactly One | layout = list ]
[P_Q190g] During your current incarceration, have you attended.... Inmate assistance groups, for example, inmate liaison, advisory or inmate councils?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q190g ]
IF (^P_Q190g = "1" ) THEN Goto P_Q190g_1
ELSE Goto P_Q190h
Group
[ id = P_Q190g_1 | response condition = Exactly One | layout = list ]
[P_Q190g_1] During your current incarceration, how many hours have you attended inmate assistance groups?
Responses
[ Min = 0 | Max = 10000 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190g_2 | response condition = Exactly One | layout = list ]
[P_Q190g_2] What was your main reason for attending this group?
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = radioButton ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF
Group
[ id = P_Q190h | response condition = Exactly One | layout = list ]
[P_Q190h] During your current incarceration, have you attended.... A religious study group?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q190h ]
IF (^P_Q190h = "1" ) THEN Goto P_Q190h_1
ELSE Goto P_Q190i
Group
[ id = P_Q190h_1 | response condition = Exactly One | layout = list ]
[P_Q190h_1] During your current incarceration, how many hours have you attended a religious study group?
Responses
[ Min = 0 | Max = 10000 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190h_2 | response condition = Exactly One | layout = list ]
[P_Q190h_2] What was your main reason for attending this group?
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = radioButton ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF
Group
[ id = P_Q190i | response condition = Exactly One | layout = list ]
[P_Q190i] During your current incarceration, have you attended.... An ethnic/racial organization, for example, NAACP, African American or Black Culture group, Hispanic Committee, Aztlan, or Lakota?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q190i ]
IF (^P_Q190i = "1" ) THEN Goto P_Q190i_1
ELSE Goto P_Q190j
Group
[ id = P_Q190i_1 | response condition = Exactly One | layout = list ]
[P_Q190i_1] During your current incarceration, how many hours have you attended an ethnic/racial organization?
Responses
[ Min = 0 | Max = 10000 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190i_2 | response condition = Exactly One | layout = list ]
[P_Q190i_2] What was your main reason for attending this group?
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = radioButton ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF
Group
[ id = P_Q190j | response condition = Exactly One | layout = list ]
[P_Q190j] During your current incarceration, have you attended.... Any other classes, programs or groups?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q190j ]
IF (^P_Q190j = "1" ) THEN Goto P_Q190j_1
ELSE Goto P_Q220
Group
[ id = P_Q190j_1 | response condition = Exactly One | layout = list ]
[P_Q190j_1] Please specify the names of these classes, programs or groups.
Responses
[ Min Length = 0 | Max Length = 500 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190j_2 | response condition = Exactly One | layout = list ]
[P_Q190j_2] During your current incarceration, how many hours have you attended these classes, programs or groups?
Responses
[ Min = 0 | Max = 10000 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q190j_3 | response condition = Exactly One | layout = list ]
[P_Q190j_3] What was your main reason for attending these classes, programs or groups?
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = radioButton ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF
Group
[ id = P_Q220 | response condition = Exactly One | layout = list ]
[P_Q220] During your current period of incarceration, have you participated in a job skills or job training program, for example, a computer skills program that teaches Microsoft Word? Please exclude prison jobs.
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q220 ]
IF (^P_Q220 = "1" ) THEN Goto P_Q240
ELSE Goto P_Q230
Group
[ id = P_Q230 | response condition = Exactly One | layout = list ]
[P_Q230] Are you on a waiting list for any job skills or job training course or program?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q230 ]
IF (^P_Q230 = "1" ) THEN Goto P_Q240
ELSE Goto P_Q250
Group
[ id = P_Q240 | response condition = Exactly One | layout = list ]
[P_Q240] What were/are your main reason(s) for wanting to participate in this program? Please select all that apply.
Interviewer Instruction
Hand Show card P-9
Responses
[ layout = checkBox ]
01 Self improvement
02 Family related reasons
03 To increase possibilities of getting a job assignment
04 To increase possibilities of getting a job when I am released
05 I was required to participate
06 Other
DK
RF

routing

[id = P_Q240 ]
IF (^P_Q240 = "6" ) THEN Goto P_Q240_S
ELSE Goto P_Q260
Group
[ id = P_Q240_S | response condition = Exactly One | layout = list ]
[P_Q240_S] Other, specify
Responses
[ Min Length = 0 | Max Length = 500 | layout = radioButton ]
00
DK
RF

routing

[id = P_Q240_S ]
IF ( "true" = "true" ) THEN Goto P_Q260
ELSE Goto P_Q260
Group
[ id = P_Q250 | response condition = Exactly One | layout = list ]
[P_Q250] What is the main reason you did not attend a course or program to learn job skills or job training? Please select from the following:
Interviewer Instruction
Hand Show card P-10
Responses
[ layout = radioButton ]
01 I do not have the educational qualifications to attend
02 I am not eligible to attend
03 I am currently on a waiting list to attend a course or program
04 I am not interested in the programs offered
05 Other
DK
RF

routing

[id = P_Q250 ]
IF (^P_Q250 = "5" ) THEN Goto P_Q250_S
ELSE Goto P_Q290
Group
[ id = P_Q250_S | response condition = Exactly One | layout = list ]
[P_Q250_S] Other, specify
Responses
[ Min Length = 0 | Max Length = 500 | layout = radioButton ]
00
DK
RF

routing

[id = P_Q250_S ]
IF ( "true" = "true" ) THEN Goto P_Q290
ELSE Goto P_Q290
Group
[ id = P_Q260 | response condition = Exactly One | layout = list ]
[P_Q260] Will/Did this job skills or job training course or program include instruction intended to....
Responses
[ Min Length = 0 | Max Length = 500 | layout = radioButton ]
01 Improve your English reading skills
02 Improve your English writing skills
03 Improve your arithmetic or mathematics skills
04 Improve your computer skills
05 Help you communicate or work better with other people
DK
RF
Group
[ id = P_Q270 | response condition = Exactly One | layout = list ]
[P_Q270] In the week ending last Sunday, how many hours did you spend in this job training course as a student?
Responses
[ Min = 0 | Max = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q280 | response condition = Exactly One | layout = list ]
[P_Q280] In the week ending last Sunday, how many hours were you scheduled to spend in this job training course as a student?
Responses
[ Min = 0 | Max = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q290 | response condition = Exactly One | layout = list ]
[P_Q290] Have you received any type of IT certification, that is, certification for information technology skills?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q290 ]
IF (^P_Q290 = "01" ) THEN Goto P_Q300
ELSE Goto P_Q320
Group
[ id = P_Q300 | response condition = Exactly One | layout = list ]
[P_Q300] Did you have to pass a test to get the certification?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q300 ]
IF (^P_Q300 = "02" ) THEN Goto P_Q320
ELSE Goto P_Q310
Group
[ id = P_Q310 | response condition = Exactly One | layout = list ]
[P_Q310] How did you prepare for this test? Was it....
Interviewer Instruction
Hand Show card P-11
Responses
[ layout = radioButton ]
01 A class offered in this prison, jail or another correctional facility
02 A class offered by a four-year college or university
03 A class offered by a community college
04 A class offered by a technical school or vendor
05 A class offered by a high school or vocational secondary school
06 A class offered directly by a hardware or software manufacturer, such as Microsoft, Oracle, Novell or Cisco
07 On the job training or apprenticeship
08 Independent study
09 Other
DK
RF

routing

[id = P_Q310 ]
IF (^P_Q310 = "09" ) THEN Goto P_Q310_S
ELSE Goto P_Q320
Group
[ id = P_Q310_S | response condition = Exactly One | layout = list ]
[P_Q310_S] Other, specify
Responses
[ layout = radioButton ]
00
DK
RF
Group
[ id = P_Q320 | response condition = Exactly One | layout = list ]
[P_Q320] Other than IT, have you ever received any type of job-related skill certification?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q320 ]
IF (^P_Q320 = "01" ) THEN Goto P_Q330
ELSE Goto P_Q350a
Group
[ id = P_Q330 | response condition = Exactly One | layout = list ]
[P_Q330] Did you have to pass a test to get the certification?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q330 ]
IF (^P_Q330 = "02" ) THEN Goto P_Q350a
ELSE Goto P_Q340
Group
[ id = P_Q340 | response condition = Exactly One | layout = list ]
[P_Q340] How did you prepare for the test? Was it....
Interviewer Instruction
Hand Show card P-12
Responses
[ layout = radioButton ]
01 A class offered in this prison, jail or other correctional facility
02 A class offered by a four-year college or university
03 A class offered by a community college
04 A class offered by a technical school or private vendor
05 A class offered by a high school or vocational secondary school
06 On the job training or apprenticeship
07 Independent study
08 Other
DK
RF

routing

[id = P_Q340 ]
IF (^P_Q340 = "08" ) THEN Goto P_Q340_S
ELSE Goto P_Q350a
Group
[ id = P_Q340_S | response condition = Exactly One | layout = list ]
[P_Q340_S] How did you prepare for the test? (Specify)
Responses
[ Min Length = 1 | Max Length = 500 | layout = radioButton ]
00 [FTE]
DK
RF
Group
[ id = P_Q350a | response condition = All | layout = list ]
[P_Q350a] Since your most recent incarceration (and previous incarceration, if applies) how long have you spent altogether in any job training course or program?
Responses
[ Min = 0 | Max = 500 | layout = radioButton ]
00 [FTE] Number
DK
RF
[P_Q350b] ...
Responses
[ layout = radioButton ]
01 Hours
02 Days
03 Weeks
04 Months
05 Years
DK
RF
Group
[ id = P_Q360 | response condition = Exactly One | layout = list ]
[P_Q360] Do you have access to library services, other than a legal library?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q360 ]
IF (^P_Q360 = "01" ) THEN Goto P_Q370
ELSE Goto P_Q390
Group
[ id = P_Q370 | response condition = Exactly One | layout = list ]
[P_Q370] How often do you use the services of a library for any reason? Would you say...
Responses
[ layout = radioButton ]
01 Daily
02 Weekly
03 Monthly
04 Once or twice a year
05 Never
DK
RF
Group
[ id = P_Q380 | response condition = Exactly One | layout = list ]
[P_Q380] How long does it usually take you to get access to the library when you want to use it? Would you say....
Responses
[ layout = radioButton ]
01 Less than two days
02 Two to six days
03 Seven to 10 days
04 More than 10 days
DK
RF
Group
[ id = P_R390 | response condition = Exactly One | layout = list ]
[P_R390] Now I would like to ask some questions about your job at prison; these do not include any time you spent assigned to a treatment program, or as a student in class, or in education programs.
Group
[ id = P_Q390 | response condition = Exactly One | layout = list ]
[P_Q390] The next question is about jobs during your current incarceration. Do you currently have any prison job?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q390 ]
IF (^P_Q390 = "02" ) THEN Goto P_Q400
ELSE Goto D_Q01a
Group
[ id = P_Q400 | response condition = Exactly One | layout = list ]
[P_Q400] Are you on a waiting list to start a prison job?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = P_Q410 | response condition = Exactly One | layout = list ]
[P_Q410] Have you ever had any prison jobs? Please include your current or any past incarceration.
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = P_Q410 ]
IF (^P_Q410 = "02" ) THEN Goto P_Q430
ELSE Goto D_Q01a
Group
[ id = D_Q01a | response condition = Exactly One | layout = list ]
[D_Q01a] What is/was your job title?
Interviewer Instruction
Descriptions must always reflect the respondent's most important duties. For example, clerk would be production clerk or shipping clerk; other job title examples include forklift operator, laborer, sweeper, library aide, kitchen crew member.
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = D_Q01b | response condition = Exactly One | layout = list ]
[D_Q01b] What are/were your most important responsibilities? (Please give full description, e.g. preparing food, assisting in the library, making license tags and highway signs.)
Interviewer Instruction
Descriptions must always reflect the respondent's most important activities or duties. For example, stocking shelves, keeping track of costs and payments, looking after sick animals, caring for sick people, fixing sore teeth, building roads and bridges.
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = D_Q10 | response condition = Exactly One | layout = list ]
[D_Q10] How many hours do/did you usually work per week in this job?
Responses
[ Min = 1 | Max = 150 | layout = radioButton ]
00
DK
RF
Group
[ id = P_Q420 | response condition = Exactly One | layout = list ]
[P_Q420] Is/Was your prison job at your current prison or off-site?
Responses
[ layout = radioButton ]
01 current prison
02 off-site
DK
RF
Group
[ id = P_Q430 | response condition = Exactly One | layout = list ]
[P_Q430] In the year before your current incarceration, did you receive income from any of the following? Select all that apply.
Interviewer Instruction
Hand Show card P-13
Responses
[ layout = checkBox ]
01 Pay from jobs or wages
02 Educational scholarship or grant
03 Family or friends
04 Unemployment insurance compensation and/or workman's compensation
05 Social security or other pensions (e.g. Veterans, Supplemental Security Income, Disability)
06 Welfare, charity
07 Illegal sources
08 Other
DK
RF

routing

[id = P_Q430 ]
IF (^P_Q430 = "08" ) THEN Goto P_Q430_S
ELSE Goto P_C430
Group
[ id = P_Q430_S | response condition = Exactly One | layout = list ]
[P_Q430_S] Other, Specify
Responses
[ Min Length = 0 | Max Length = 500 | layout = radioButton ]
00
DK
RF
Group
[ id = P_C430 | response condition = Exactly One | Hidden | layout = list ]
[P_C430]

routing

[id = P_C430 ]
IF (^P_Q390 = "02" ) THEN Goto C_Q07
ELSE Goto P_G_R01
Group
[ id = P_G_R01 | response condition = Exactly One | layout = list ]
[P_G_R01] The following questions are about reading activities that you undertake as part of your current job. Please consider a prison job while incarcerated as your current job. Please only report reading that is part of your current job, not reading you do in your non-work time. Include any reading you might do on computer screens or other electronic displays.
Group
[ id = P_G_Q01_1 | response condition = All | layout = table ]
[P_G_Q01_1] In your current job, how often do you usually ...
Interviewer Instruction
Hand show card 12.
[P_G_Q01a] read directions or instructions?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q01b] read letters or memos?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q01c] read articles in newspapers, magazines or newsletters?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q01d] read articles in professional journals or scholarly publications?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = P_G_Q01_2 | response condition = All | layout = table ]
[P_G_Q01_2] In your current job, how often do you usually ...
[P_G_Q01e] read books?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q01f] read manuals or reference materials?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q01g] read bills, invoices, bank statements or other financial statements?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q01h] read diagrams, maps or schematics?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = P_G_R02 | response condition = Exactly One | layout = list ]
[P_G_R02] The following questions are about writing activities that you undertake as part of your current job. Include any writing you might do on computers or other electronic devices.
Group
[ id = P_G_Q02 | response condition = All | layout = table ]
[P_G_Q02] In your current job, how often do you usually ...
[P_G_Q02a] write letters or memos?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q02b] write articles for newspapers, magazines or newsletters?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q02c] write reports?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q02d] fill in forms?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = P_G_R03 | response condition = Exactly One | layout = list ]
[P_G_R03] The following questions are about activities that you do as part of your current job and that involve numbers, quantities, numerical information, statistics or mathematics.
Group
[ id = P_G_Q03_1 | response condition = All | layout = table ]
[P_G_Q03_1] In your current job, how often do you usually ...
[P_G_Q03b] calculate prices, costs or budgets?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q03c] use or calculate fractions, decimals or percentages?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q03d] use a calculator - either hand-held or computer-based?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = P_G_Q03_2 | response condition = All | layout = table ]
[P_G_Q03_2] In your current job, how often do you usually ...
[P_G_Q03f] prepare charts, graphs or tables?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q03g] use simple algebra or formulas?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Help
By simple algebra or formula, we mean a mathematical rule that enables us to find an unknown number or quantity, for example a rule for finding an area when knowing length and width, or for working out how much more time is needed to travel a certain distance if speed is reduced.
[P_G_Q03h] use more advanced math or statistics such as calculus, complex algebra, trigonometry or use of regression techniques?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = P_G_Q04 | response condition = Exactly One | layout = list ]
[P_G_Q04] Do you use a computer in your current job?
Interviewer Instruction
This includes cell-phones and other hand-held electronic devices that are used to connect to the internet, check e-mails etc.
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Help
By computer we mean a mainframe, desktop or laptop computer, or any other device that can be used to do such things as sending or receiving e-mail messages, processing data or text, or finding things on the internet.

routing

[id = P_G_Q04_1 ]
IF (^P_G_Q04 = "01" ) THEN Goto P_G_R05
ELSE Goto P_G_Q08
Group
[ id = P_G_R05 | response condition = Exactly One | layout = list ]
[P_G_R05] The following questions are about the use of computers as part of your current job. They do not refer to the use of computers or internet in any jobs you may have held prior to your current job.
Group
[ id = P_G_Q05_2 | response condition = All | layout = table ]
[P_G_Q05_2] In your current job, how often do you usually ...
[P_G_Q05e] use spreadsheet software, for example Excel?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q05f] use a word processor, for example Word?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[P_G_Q05g] use a programming language to program or write computer code?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = P_G_N05h | response condition = Exactly One | layout = list ]
[P_G_N05h]
Interviewer Instruction
Take back show card 12 from the respondent.
Group
[ id = P_G_Q06 | response condition = Exactly One | layout = list ]
[P_G_Q06] What level of computer use is needed to perform your current job?
Interviewer Instruction
Hand show card 15.
Responses
[ layout = radioButton ]
01 STRAIGHTFORWARD, for example using a computer for straightforward routine tasks such as data entry or sending and receiving e-mails
02 MODERATE, for example word-processing, spreadsheets or database management
03 COMPLEX, for example developing software or modifying computer games, programming using languages like java, sql, php or perl, or maintaining a computer network
DK
RF
Group
[ id = P_G_Q07 | response condition = Exactly One | layout = list ]
[P_G_Q07] Do you think you have the computer skills you need to do your current job well?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = P_G_Q08 | response condition = Exactly One | layout = list ]
[P_G_Q08] Has a lack of computer skills affected your chances of getting a prison job?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = C_R07 | response condition = Exactly One | layout = list ]
[C_R07] Now I would like to ask a few questions about your situation prior to your current incarceration.
Group
[ id = C_Q07 | response condition = Exactly One | layout = list ]
[C_Q07] Please look at this card and tell me which ONE of the statements best describes your situation before your current incarceration. If more than one statement applies to you, please indicate the statement that best describes how you see yourself.
Interviewer Instruction
Hand show card 9.
Responses
[ layout = radioButton ]
01 Full-time employed (self-employed, employee)
02 Part-time employed (self-employed, employee)
03 Unemployed
04 Pupil, student
05 Apprentice, internship
06 In retirement or early retirement
07 Permanently disabled
08 In compulsory military or community service
09 Fulfilling domestic tasks or looking after children/family
10 Other
DK
RF

routing

[id = C_Q07 ]
IF ( (^C_Q07 = "01" ) OR (^C_Q07 = "02" ) ) THEN Goto C_Q09
ELSE Goto C_Q08a
Group
[ id = C_Q08a | response condition = Exactly One | layout = list ]
[C_Q08a] Have you ever had paid work? Please include self-employment.
Interviewer Instruction
Unpaid work for family business should be excluded.
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Help
1. Paid work means any work for pay or profit, even for as little as one hour. Pay includes cash payments or "payment in kind" (payment in goods or services rather than money). Also counted as working for pay is anyone who receives wages for on-the-job training that involves the production of goods or services. 2. Self-employed: a person who works directly for himself/herself. A self-employed person may or may not have personnel.

routing

[id = C_Q08a ]
IF (^C_Q08a = "02" ) THEN Goto H_R01
ELSE Goto C_Q09
Group
[ id = C_Q09 | response condition = Exactly One | layout = list ]
[C_Q09] In total, approximately how many years have you had paid work? Only include those years where 6 months or more was spent in either full-time or part-time work.
Interviewer Instruction
1. Count each year whether full-time or part-time (see example in HELP). 2. Include periods of self-employment and paid internships. 3. Do not include in this total any years where more than 6 months was spent away from work due to for example unemployment, education, childcare or long-term sickness. 4. Unpaid work for family business should be excluded. 5. If necessary, round answers off to the nearest full year.
Responses
[ Min = 0 | Max = 64 | layout = radioButton ]
00 Approximately [FTE] years
DK
RF
Help
1. Paid work means any work for pay or profit, even for as little as one hour. Pay includes cash payments or "payment in kind" (payment in goods or services rather than money). Also counted as working for pay is anyone who receives wages for on-the-job training that involves the production of goods or services. 2. Self-employed: a person who works directly for himself/herself. A self-employed person may or may not have personnel. 3. Example: someone who worked 2 years part-time (for more than 6 months) and 2 years fulltime, would have 4 years of work experience).
Group
[ id = C_C09 | response condition = Exactly One | Hidden | layout = list ]
[C_C09]

routing

[id = C_D09_1 ]
IF (^P_D160b > "24" ) THEN Goto E_R01a
ELSE Goto C_Q10a
Group
[ id = C_Q10a | response condition = Exactly One | layout = list ]
[C_Q10a] In the last 5 years, since ^Year, for how many different firms or organizations did you work? Include your own business or businesses in the case of self-employment.
Interviewer Instruction
In the case that the formal status of an organization changed while the respondent was working there, for example as a result of a merger or reorganization, respondents should report the full period of time he/she has been working for the organization or part thereof as a single firm or organization.
Responses
[ Min = 1 | Max = 90 | layout = radioButton ]
00 [FTE] firms or organizations
DK
RF
Help
1. All jobs should be counted, even short-term jobs and jobs involving only a few hours of work per week. 2. An unbroken spell of employment with the same temporary work agency should be counted as having worked for one firm, irrespective of how many different firms the person worked in during that period. Similarly, an unbroken spell of employment as a consultant or freelance worker should be counted as having worked for one firm, irrespective of how many different firms the person worked in during that period. 3. 'Business' refers to more or less continuous and coherent settings within which one works for oneself. It could refer to an actual business enterprise like a farm or a factory, but also in the case of freelancers to a line of work whereby one provides a similar set of products or services to one or more clients. Short periods in which the respondent is idle because no orders have been received, but is available to perform the same kind of work, should be counted as part of the same 'business'. If the respondent returns to the same kind of work after a significant period in which he or she has not been available, this should be counted as a different 'business'.
Group
[ id = E_START | response condition = Exactly One | Hidden | layout = list ]
[E_START] Last job
Group
[ id = E_C01a | response condition = Exactly One | Hidden | layout = list ]
[E_C01a]

routing

[id = E_C01a ]
IF ( ( ( (^C_Q07 = "01" ) OR (^C_Q07 = "02" ) ) OR (^C_Q08a = "01" ) ) AND (^P_D160b ≤ "24" ) ) THEN Goto E_R01a
ELSE Goto H_R01
Group
[ id = E_R01a | response condition = Exactly One | layout = list ]
[E_R01a] The next questions are about the last job or business you held. This is the job or business you had prior to your current incarceration.
Interviewer Instruction
If the respondent worked for a temporary employment agency, the questions refer to the firm or organisation where he or she actually carried out the work.
Help
For external consultants brought in to advise a firm or organization on specific aspects of its operations the questions refer to the firm providing the consultancy services (including the respondent if he/she was a freelance consultant).
Group
[ id = E_Q01a | response condition = Exactly One | layout = list ]
[E_Q01a] What was your job title?
Interviewer Instruction
1. Avoid vague occupational titles such as manager, clerk, or farmer. 2. Descriptions must always reflect the respondent's most important duties. For example, accountant would be certified industrial accountant, clerk would be sales clerk, farmer would be dairy farmer, and manager would be regional sales manager.
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = E_Q01b | response condition = Exactly One | layout = list ]
[E_Q01b] What were your most important responsibilities? Please give a full description.
Interviewer Instruction
Descriptions must always reflect the respondent's most important activities or duties. For example, stocking shelves, keeping track of costs and payments, looking after sick animals, caring for sick people, fixing sore teeth, building roads and bridges.
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = E_Q02a | response condition = Exactly One | layout = list ]
[E_Q02a] In what kind of business, industry or service did you work? Please give a full description.
Interviewer Instruction
1. Describe specifically the kind of business, industry or service where the respondent worked. 2. Give an exact description of the industry, indicating both a general and specific function for the employer. For example: copper mine, fountain pen manufacturer, wholesale grocery supplier, retail bookstore, road construction, shoe repair service.
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Help
For external consultants brought in to advise a firm or organization on specific aspects of its operations the questions refer to the firm providing the consultancy services (including the respondent if he/she was a freelance consultant).
Group
[ id = E_Q02b | response condition = Exactly One | layout = list ]
[E_Q02b] What did your firm or organization mainly make or do? Please give a full description.
Interviewer Instruction
Describe specifically the type of products or services that the respondent's workplace provides.
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Help
For external consultants brought in to advise a firm or organization on specific aspects of its operations the questions refer to the firm providing the consultancy services (including the respondent if he/she was a freelance consultant).
Group
[ id = E_Q03US | response condition = Exactly One | layout = list ]
[E_Q03US] In which sector of the economy did you work? Was it ...
Interviewer Instruction
1. Read categories to respondent 2. If the respondent worked for a temporary employment agency the questions refer to the firm or organization where he/she actually carried out his/her work. 3. Private companies in which the government is minority shareholder should be classified as belonging to the private sector.
Responses
[ layout = radioButton ]
01 The private sector (for example a company)
02 The public sector (for example the local government or a state school)
03 A non-profit organization (for example a charity, professional association or religious organization)
DK
RF
Help
1. The private sector includes all companies and organisations that are not in public ownership. 2. The public sector includes all parts of the public administration at national, regional or local level as well as public services provided by the state or from state funds (including publicly run schools, hospitals, universities, etc.). 3. The non-profit sector includes all organizations that are not publicly funded but whose principle aim is not to generate a profit and would include charities, many NGOs, etc.4. For external consultants brought in to advise a firm or organization on specific aspects of its operations the questions refer to the firm providing the consultancy services (including the respondent if he/she was a freelance consultant).
Group
[ id = E_Q04 | response condition = Exactly One | layout = list ]
[E_Q04] Were you working as an employee or were you self-employed?
Interviewer Instruction
Someone who worked as an employee for his or her own business should be coded as self-employed.
Responses
[ layout = radioButton ]
01 Employee
02 Self-employed
DK
RF
Help
1. By employee we mean someone who gets a salary or wage from an employer or a temporary employment agency. 2. Self-employed includes people who have their own business or are partners in a business as well as freelancers. A self-employed person may or may not have personnel.

routing

[id = E_Q04_1 ]
IF (^E_Q04 = "2" ) THEN Goto E_Q05b1
ELSE Goto E_Q05a1
Group
[ id = E_Q05a1 | response condition = Exactly One | layout = list ]
[E_Q05a1] Still talking about the job you left before you last stopped working: At what age or in which year did you start working for your former employer?
Interviewer Instruction
Enter age OR year.
Responses
[ Min = 6 | Max = 74 | layout = radioButton ]
00 Age [FTE]
DK
RF
Help
1. In the case that the respondent has returned to working for an employer after a period in which he/she did not work for that employer, only the last episode should be counted, except in the following cases: *When people were temporarily away from their job because of holiday, sickness, maternity leave, sabbatical etc. * When people were temporarily laid off, but received at least 50% of their wage or salary from their employer. In these latter two cases the start of the episode before the temporary break should be indicated. 2. In the case that the formal status of the organization has changed since the respondent started working there, for example as a result of a merger or reorganization, respondents should report the full period of time he/she has been working for the organization or part thereof.
[E_Q05a2]
Responses
[ Min = 1945 | Max = 2014 | layout = radioButton ]
00 Year [FTE]
DK
RF

routing

[id = E_Q05a1_1 ]
IF ( "true" = "true" ) THEN Goto E_Q06
ELSE Goto E_Q06

inference rule

[id = E_Q05a1_1 | after]
IF ( ( (^E_Q05a1 ≠ "DK" ) AND (^E_Q05a1 ≠ "RF" ) ) AND ( (^E_Q05a1 ≠ "NULL" ) AND ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) ) ) THEN ^E_Q05a2 = (^A_Q01a + ^E_Q05a1)
ELSE
IF ( ( (^E_Q05a2 ≠ "DK" ) AND (^E_Q05a2 ≠ "RF" ) ) AND ( (^E_Q05a2 ≠ "NULL" ) AND ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) ) ) THEN ^E_Q05a1 = (^E_Q05a2 − ^A_Q01a)
Group
[ id = E_Q05b1 | response condition = Exactly One | layout = list ]
[E_Q05b1] Still talking about the job or business you had prior to your current incarceration: At what age or in which year did you start working in your former business?
Interviewer Instruction
Enter age OR year.
Responses
[ Min = 6 | Max = 74 | layout = radioButton ]
00 Age [FTE]
DK
RF
Help
1. In the case that the respondent has returned to running a business after a period in which he/she did not run that business, only the last episode should be counted, except when people were temporarily away from their business because of holiday, sickness, maternity leave, sabbatical etc. 2. In the case that the formal status of the business has changed since the respondent started running this, for example as a result of a merger or reorganization, respondents should report the full period of time he/she has been working in this business or part thereof.
[E_Q05b2]
Responses
[ Min = 1945 | Max = 2014 | layout = radioButton ]
00 Year [FTE]
DK
RF

routing

[id = E_Q05b1_1 ]
IF (^E_Q04 = "2" ) THEN Goto E_Q07a
ELSE Goto E_Q06

inference rule

[id = E_Q05b1_1 | after]
IF ( ( (^E_Q05b1 ≠ "DK" ) AND (^E_Q05b1 ≠ "RF" ) ) AND ( (^E_Q05b1 ≠ "NULL" ) AND ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) ) ) THEN ^E_Q05b2 = (^A_Q01a + ^E_Q05b1)
ELSE
IF ( ( (^E_Q05b2 ≠ "DK" ) AND (^E_Q05b2 ≠ "RF" ) ) AND ( (^E_Q05b2 ≠ "NULL" ) AND ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) ) ) THEN ^E_Q05b1 = (^E_Q05b2 − ^A_Q01a)
Group
[ id = E_Q06 | response condition = Exactly One | layout = list ]
[E_Q06] How many people worked for your employer at the place where you worked? Would that be ...
Interviewer Instruction
1. Read categories to respondent. 2. This question refers to the geographical location where the job was mainly carried out or based. 3. If the respondent worked for a temporary work agency the questions refer to the firm or organization where he/she actually carried out his/her work.
Responses
[ layout = radioButton ]
01 1 to 10 people
02 11 to 50 people
03 51 to 250 people
04 251 to 1000 people
05 more than 1000 people
DK
RF
Help
For external consultants brought in to advise a firm or organization on specific aspects of its operations the questions refer to the firm providing the consultancy services (including the respondent if he/she was a freelance consultant).

routing

[id = E_Q06_1 ]
IF ( "true" = "true" ) THEN Goto E_Q08
Group
[ id = E_Q07a | response condition = Exactly One | layout = list ]
[E_Q07a] Did you have employees working for you? Please include family members who worked paid or unpaid in the business.
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = E_Q07a_1 ]
IF (^E_Q07a = "1" ) THEN Goto E_Q07b
ELSE Goto E_Q09
Group
[ id = E_Q07b | response condition = Exactly One | layout = list ]
[E_Q07b] How many people did you employ at the place where you worked? Would that be ...
Interviewer Instruction
1. Read categories to respondent. 2. This question refers to the geographical location where the work was mainly carried out or based.
Responses
[ layout = radioButton ]
01 1 to 10 people
02 11 to 50 people
03 51 to 250 people
04 251 to 1000 people
05 more than 1000 people
DK
RF

routing

[id = E_Q07b_1 ]
IF ( "true" = "true" ) THEN Goto E_Q09
Group
[ id = E_Q08 | response condition = Exactly One | layout = list ]
[E_Q08] What kind of employment contract did you have? Was that ...
Interviewer Instruction
Read categories to respondent.
Responses
[ layout = radioButton ]
01 An indefinite contract
02 A fixed term contract
03 A temporary employment agency contract
04 An apprenticeship or other training scheme
05 No contract
06 Other
DK
RF

routing

[id = E_Q08_1 ]
IF (^E_Q08 = "6" ) THEN Goto E_S08
ELSE Goto E_Q09
Group
[ id = E_S08 | response condition = Exactly One | layout = list ]
[E_S08] Could you please specify what kind of contract you had?
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = E_Q09 | response condition = Exactly One | layout = list ]
[E_Q09] How many hours did you usually work per week in this job? Include any usual paid or unpaid overtime, but exclude lunch breaks or other breaks.
Interviewer Instruction
1. If there is variation in the number of hours, the respondent should make an estimated average. 2. In the case of an apprenticeship, time spent at school should be excluded.
Responses
[ Min = 1 | Max = 125 | layout = radioButton ]
00 [FTE] hours per week
DK
RF
Group
[ id = E_E09 | response condition = Exactly One | Hidden | layout = list ]
[E_E09]

consistencyCheck

[id = E_E09_1 | Soft ]
IF (^E_Q09 > "80" )
Group
[ id = E_C10 | response condition = Exactly One | Hidden | layout = list ]
[E_C10]

routing

[id = E_C10 ]
IF (^E_Q04 = "2" ) THEN Goto E_END
ELSE Goto E_Q10
Group
[ id = E_Q10 | response condition = Exactly One | layout = list ]
[E_Q10] Could you tell me the main reason you stopped working in your last job?
Interviewer Instruction
1. Hand show card P-14. 2. If you feel that the respondent has a problem in reading the show card, read the answer categories to the respondent.
Responses
[ layout = radioButton ]
01 I was dismissed
02 My job was eliminated
03 It was a temporary job which came to an end
04 I resigned
05 I gave up work for health reasons
06 I took early retirement
07 I retired (at or after State Pension age)
08 I gave up work because of family responsibilities or child care
09 I gave up work in order to study
10 I left for some other reason
11 I was arrested
12 I was incarcerated
DK
RF
Group
[ id = E_END | response condition = Exactly One | Hidden | layout = list ]
[E_END]

routing

[id = E_END_1 ]
IF (^P_D160b ≤ "24" ) THEN Goto F_R01
ELSE Goto H_START
Group
[ id = F_R01 | response condition = Exactly One | layout = list ]
[F_R01] I am now going to ask you about activities in your last job. This was the last job that you held prior to your current incarceration.
Interviewer Instruction
1. Hand show card 5 and ask the respondent to hold onto it while answering the next two questions.
Group
[ id = F_Q01 | response condition = All | layout = table ]
[F_Q01] In your last job what proportion of your time did you usually spend ...
[F_Q01b] working cooperatively or collaboratively with co-workers?
Interviewer Instruction
If the respondent has no co-workers, the answer should be 'none of the time'.
Responses
[ layout = radioButton ]
01 None of the time
02 Up to a quarter of the time
03 Up to half of the time
04 More than half of the time
05 All the time
DK
RF
Group
[ id = F_N01b | response condition = Exactly One | layout = list ]
[F_N01b]
Interviewer Instruction
Take back Show card 5. Hand show card 12 and ask the respondent to hold onto it until instructed to hand it back.
Group
[ id = F_Q02 | response condition = All | layout = table ]
[F_Q02] How often did your last job usually involve ...
[F_Q02a] sharing work-related information with co-workers?
Interviewer Instruction
If the respondent has no co-workers, the answer should be 'never'.
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[F_Q02b] instructing, training or teaching people, individually or in groups?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[F_Q02c] making speeches or giving presentations in front of five or more people?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[F_Q02d] selling a product or selling a service?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[F_Q02e] providing advice?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = F_Q03 | response condition = All | layout = table ]
[F_Q03] How often did your last job usually involve ...
[F_Q03a] planning your own activities?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[F_Q03b] planning the activities of others?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[F_Q03c] organizing your own time?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = F_Q04 | response condition = All | layout = table ]
[F_Q04] How often did your last job usually involve ...
[F_Q04a] working to persuade or influence people?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[F_Q04b] negotiating with people either inside or outside your firm or organization?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = F_Q05a | response condition = All | layout = list ]
[F_Q05a] The next question is about "problem solving" tasks you did in your last job. Think of "problem solving" as what happens when you are faced with a new or difficult situation which requires you to think for a while about what to do next. How often were you usually faced by relatively simple problems that took no more than 5 minutes to find a good solution?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[F_Q05b] And how often were you usually confronted with more complex problems that took at least 30 minutes to find a good solution? The 30 minutes only refers to the time needed to THINK of a solution, not the time needed to carry it out.
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = F_Q06 | response condition = All | layout = table ]
[F_Q06] How often did your last job usually involve ...
[F_Q06b] working physically for a long period?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[F_Q06c] using skill or accuracy with your hands or fingers?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = F_N06c | response condition = Exactly One | layout = list ]
[F_N06c]
Interviewer Instruction
Take back show card 12 from the respondent.
Group
[ id = F_Q07a | response condition = Exactly One | layout = list ]
[F_Q07a] Did you feel that you have the skills to cope with more demanding duties than those you were required to perform in the job you had?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Help
By 'more demanding duties' we mean tasks and responsibilities that would require more knowledge and skills than are required to carry out the tasks and responsibilities that are typical of the respondent's current job.
Group
[ id = F_Q07b | response condition = Exactly One | layout = list ]
[F_Q07b] Did you feel that you needed further training in order to cope well with your duties?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = G_START | response condition = Exactly One | Hidden | layout = list ]
[G_START] Skill Use Literacy, Numeracy and ICT at work
Group
[ id = G_R01 | response condition = Exactly One | layout = list ]
[G_R01] The following questions are about reading activities that you undertook as part of your last job. Please only report reading that was part of your last job, not reading you did in your non-work time. Include any reading you might do on computer screens or other electronic displays.
Interviewer Instruction
Hand show card 12 and ask the respondent to hold onto it until instructed to hand it back.
Group
[ id = G_Q01_1 | response condition = All | layout = table ]
[G_Q01_1] In your last job, how often did you usually ...
[G_Q01a] read directions or instructions?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q01b] read letters, memos or e-mails?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q01c] read articles in newspapers, magazines or newsletters?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q01d] read articles in professional journals or scholarly publications?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = G_Q01_2 | response condition = All | layout = table ]
[G_Q01_2] In your last job, how often did you usually ...
[G_Q01e] read books?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q01f] read manuals or reference materials?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q01g] read bills, invoices, bank statements or other financial statements?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q01h] read diagrams, maps or schematics?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = G_R02 | response condition = Exactly One | layout = list ]
[G_R02] The following questions are about writing activities that you undertook as part of your last job. Include any writing you might do on computers or other electronic devices.
Group
[ id = G_Q02 | response condition = All | layout = table ]
[G_Q02] In your last job, how often did you usually ...
[G_Q02a] write letters, memos or e-mails?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q02b] write articles for newspapers, magazines or newsletters?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q02c] write reports?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q02d] fill in forms?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = G_R03 | response condition = Exactly One | layout = list ]
[G_R03] The following questions are about activities that you did as part of your last job and that involve numbers, quantities, numerical information, statistics or mathematics.
Group
[ id = G_Q03_1 | response condition = All | layout = table ]
[G_Q03_1] In your last job, how often did you usually ...
[G_Q03b] calculate prices, costs or budgets?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q03c] use or calculate fractions, decimals or percentages?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q03d] use a calculator - either hand-held or computer-based?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = G_Q03_2 | response condition = All | layout = table ]
[G_Q03_2] In your last job, how often did you usually ...
[G_Q03f] prepare charts, graphs or tables?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q03g] use simple algebra or formulas?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Help
By simple algebra or formula, we mean a mathematical rule that enables us to find an unknown number or quantity, for example a rule for finding an area when knowing length and width, or for working out how much more time is needed to travel a certain distance if speed is reduced.
[G_Q03h] use more advanced math or statistics such as calculus, complex algebra, trigonometry or use of regression techniques?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = G_Q04 | response condition = Exactly One | layout = list ]
[G_Q04] Did you use a computer in your last job?
Interviewer Instruction
This includes cell-phones and other hand-held electronic devices that are used to connect to the internet, check e-mails etc.
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Help
By computer we mean a mainframe, desktop or laptop computer, or any other device that can be used to do such things as sending or receiving e-mail messages, processing data or text, or finding things on the internet.

routing

[id = G_Q04_1 ]
IF (^G_Q04 = "01" ) THEN Goto G_R05
ELSE Goto G_END
Group
[ id = G_R05 | response condition = Exactly One | layout = list ]
[G_R05] The following questions are about the use of computers or internet as part of your last job. They do not refer to the use of computers or internet in any jobs you may have held prior to your last job.
Interviewer Instruction
Press <Next key> to continue.
Group
[ id = G_Q05_1 | response condition = All | layout = table ]
[G_Q05_1] In your last job, how often did you usually ...
[G_Q05a] use email?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q05c] use the internet in order to better understand issues related to your work?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q05d] conduct transactions on the internet, for example buying or selling products or services, or banking?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = G_Q05_2 | response condition = All | layout = table ]
[G_Q05_2] In your last job, how often did you usually ...
[G_Q05e] use spreadsheet software, for example Excel?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q05f] use a word processor, for example Word?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q05g] use a programming language to program or write computer code?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[G_Q05h] participate in real-time discussions on the internet, for example online conferences, or chat groups?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = G_N05h | response condition = Exactly One | layout = list ]
[G_N05h]
Interviewer Instruction
Take back show card 12 from the respondent.
Group
[ id = G_Q06 | response condition = Exactly One | layout = list ]
[G_Q06] What level of computer use was needed to perform your last job?
Interviewer Instruction
Hand show card 15.
Responses
[ layout = radioButton ]
01 STRAIGHTFORWARD, for example using a computer for straightforward routine tasks such as data entry or sending and receiving e-mails
02 MODERATE, for example word-processing, spreadsheets or database management
03 COMPLEX, for example developing software or modifying computer games, programming using languages like java, sql, php or perl, or maintaining a computer network
DK
RF
Group
[ id = G_Q07 | response condition = Exactly One | layout = list ]
[G_Q07] Do you think you had the computer skills you needed to do your last job well?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = G_Q08 | response condition = Exactly One | layout = list ]
[G_Q08] Did a lack of computer skills affect your chances of being hired for a job or getting a promotion or pay raise?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = G_Q08_1 ]
IF ( "true" = "true" ) THEN Goto G_END
Group
[ id = G_END | response condition = Exactly One | Hidden | layout = list ]
[G_END]
Group
[ id = H_START | response condition = Exactly One | Hidden | layout = list ]
[H_START] Skill Use Literacy, Numeracy and ICT in everyday life
Group
[ id = H_R01 | response condition = Exactly One | layout = list ]
[H_R01] Please think about the following activities in your everyday life as they relate to your current incarceration. Until now we talked about your activities in your last job. I would now like to talk about your reading activities in everyday life. Exclude any reading you did as part of your last job. Include any reading you might do on computer screens or other electronic displays.
Interviewer Instruction
Hand show card 12 and ask the respondent to hold onto it until instructed to hand it back.
Group
[ id = H_Q01_1 | response condition = All | layout = table ]
[H_Q01_1] In everyday life, how often do you usually ...
[H_Q01a] read directions or instructions?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q01b] read letters or memos?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q01c] read articles in newspapers, magazines or newsletters?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q01d] read articles in professional journals or scholarly publications?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = H_Q01_2 | response condition = All | layout = table ]
[H_Q01_2] In everyday life, how often do you usually ...
[H_Q01e] read books, fiction or non-fiction?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q01f] read manuals or reference materials?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q01g] read bills, invoices, bank statements or other financial statements?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q01h] read diagrams, maps, or schematics?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = H_R02 | response condition = Exactly One | layout = list ]
[H_R02] The following questions are about your writing activities in everyday life. Exclude any writing you did as part of your last job, but include any writing you do as part of your studies. Include any writing you might do on computers or other electronic devices.
Group
[ id = H_Q02 | response condition = All | layout = table ]
[H_Q02] In everyday life, how often do you usually ...
[H_Q02a] write letters or memos?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q02b] write articles for newspapers, magazines or newsletters?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q02c] write reports?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q02d] fill in forms?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = H_R03 | response condition = Exactly One | layout = list ]
[H_R03] The following questions are about activities that you undertake in everyday life that involve numbers, quantities, numerical information, statistics or mathematics. Include any such activities you undertake as part of your studies.
Group
[ id = H_Q03_1 | response condition = All | layout = table ]
[H_Q03_1] In everyday life, how often do you usually ...
[H_Q03b] calculate prices, costs or budgets?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q03c] use or calculate fractions, decimals or percentages?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q03d] use a calculator - either hand-held or computer-based?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = H_Q03_2 | response condition = All | layout = table ]
[H_Q03_2] In everyday life, how often do you usually ...
[H_Q03f] prepare charts, graphs or tables?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q03g] use simple algebra or formulas?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Help
By simple algebra or formula, we mean a mathematical rule that enables us to find an unknown number or quantity, for example a rule for finding an area when knowing length and width, or for working out how much more time is needed to travel a certain distance if speed is reduced.
[H_Q03h] use more advanced math or statistics such as calculus, complex algebra, trigonometry or use of regression techniques?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = H_C04a | response condition = Exactly One | Hidden | layout = list ]
[H_C04a]

routing

IF (^G_Q04 = "1" ) THEN Goto H_Q04b
ELSE Goto H_Q04a
Group
[ id = H_Q04a | response condition = Exactly One | layout = list ]
[H_Q04a] Have you ever used a computer?
Interviewer Instruction
This includes cell-phones and other hand-held electronic devices that are used to connect to the internet, check e-mails etc.
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Help
By computer we mean a mainframe, desktop or laptop computer, or any other device that can be used to do such things as sending or receiving e-mail messages, processing data or text, or finding things on the internet.

routing

[id = H_Q04a_1 ]
IF (^H_Q04a = "1" ) THEN Goto H_Q04b
ELSE Goto H_END
Group
[ id = H_Q04b | response condition = Exactly One | layout = list ]
[H_Q04b] Do you use a computer in your everyday life now?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = H_Q04b_1 ]
IF (^H_Q04b = "1" ) THEN Goto H_R05
ELSE Goto H_END
Group
[ id = H_R05 | response condition = Exactly One | layout = list ]
[H_R05] The following questions are about the use of computers or the internet in everyday life.
Group
[ id = H_Q05_2 | response condition = All | layout = table ]
[H_Q05_2] In everyday life, how often do you usually ...
[H_Q05e] use spreadsheet software, for example Excel?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q05f] use a word processor, for example Word?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
[H_Q05g] use a programming language to program or write computer code?
Responses
[ layout = radioButton ]
01 Never
02 Less than once a month
03 Less than once a week but at least once a month
04 At least once a week but not every day
05 Every day
DK
RF
Group
[ id = H_N05h | response condition = Exactly One | layout = list ]
[H_N05h]
Interviewer Instruction
Take back show card 12 from the respondent.
Group
[ id = H_END | response condition = Exactly One | Hidden | layout = list ]
[H_END]

routing

IF ( "true" = "true" ) THEN Goto I_START
Group
[ id = I_START | response condition = Exactly One | Hidden | layout = list ]
[I_START] About yourself
Interviewer Instruction
Press <Next key>
Group
[ id = I_R01 | response condition = Exactly One | layout = list ]
[I_R01]
Interviewer Instruction
Hand show card 10 and ask the respondent to hold onto it until instructed to hand it back.
Group
[ id = I_Q04_1 | response condition = All | layout = table ]
[I_Q04_1] I would now like to ask you some questions about how you deal with problems and tasks you encounter.To what extent do the following statements apply to you?
[I_Q04b] When I hear or read about new ideas, I try to relate them to real life situations to which they might apply
Responses
[ layout = radioButton ]
01 Not at all
02 Very little
03 To some extent
04 To a high extent
05 To a very high extent
DK
RF
[I_Q04d] I like learning new things
Responses
[ layout = radioButton ]
01 Not at all
02 Very little
03 To some extent
04 To a high extent
05 To a very high extent
DK
RF
[I_Q04h] When I come across something new, I try to relate it to what I already know
Responses
[ layout = radioButton ]
01 Not at all
02 Very little
03 To some extent
04 To a high extent
05 To a very high extent
DK
RF
Group
[ id = I_Q04_3 | response condition = All | layout = table ]
[I_Q04_3] To what extent do the following statements apply to you?
[I_Q04j] I like to get to the bottom of difficult things
Responses
[ layout = radioButton ]
01 Not at all
02 Very little
03 To some extent
04 To a high extent
05 To a very high extent
DK
RF
[I_Q04l] I like to figure out how different ideas fit together
Responses
[ layout = radioButton ]
01 Not at all
02 Very little
03 To some extent
04 To a high extent
05 To a very high extent
DK
RF
[I_Q04m] If I don't understand something, I look for additional information to make it clearer
Responses
[ layout = radioButton ]
01 Not at all
02 Very little
03 To some extent
04 To a high extent
05 To a very high extent
DK
RF
Group
[ id = I_N04m | response condition = Exactly One | layout = list ]
[I_N04m]
Interviewer Instruction
Take back show card 10 from the respondent and hand show card 16.
Group
[ id = I_Q06 | response condition = All | layout = table ]
[I_Q06] To what extent do you agree or disagree with the following statement?
[I_Q06a] People like me don't have any say about what the government does
Responses
[ layout = radioButton ]
01 Strongly agree
02 Agree
03 Neither agree nor disagree
04 Disagree
05 Strongly disagree
DK
RF
[I_Q07a] There are only a few people you can trust completely
Responses
[ layout = radioButton ]
01 Strongly agree
02 Agree
03 Neither agree nor disagree
04 Disagree
05 Strongly disagree
DK
RF
[I_Q07b] If you are not careful, other people will take advantage of you
Responses
[ layout = radioButton ]
01 Strongly agree
02 Agree
03 Neither agree nor disagree
04 Disagree
05 Strongly disagree
DK
RF
Group
[ id = I_R06dUSX1a | response condition = All | layout = table ]
[I_R06dUSX1a] I'd like to find out how you usually get information about current events, public affairs, and the government. How much information about current events, public affairs, and the government do you get from...
Interviewer Instruction
Take back show card 16. Hand show card 19.
[I_Q06dUSX1a] newspapers? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A Little
04 None
DK
RF
[I_Q06dUSX1b] magazines? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A Little
04 None
DK
RF
[I_Q06dUSX1d] radio? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A Little
04 None
DK
RF
Group
[ id = I_R06dUSX1e | response condition = All | layout = table ]
[I_R06dUSX1e] How much information about current events, public affairs, and the government do you get from ...
[I_Q06dUSX1e] television? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A Little
04 None
DK
RF
[I_Q06dUSX1f] books or brochures? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A Little
04 None
DK
RF
[I_Q06dUSX1g] family members, friends, or inmates? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A Little
04 None
DK
RF
Group
[ id = I_N07d | response condition = Exactly One | layout = list ]
[I_N07d]
Interviewer Instruction
Take back show card 19 from the respondent.
Group
[ id = I_Q08 | response condition = Exactly One | layout = list ]
[I_Q08] The next few questions are about your health. In general, would you say your health is excellent, very good, good, fair, or poor?
Interviewer Instruction
Health can include both physical and mental health.
Responses
[ layout = radioButton ]
01 Excellent
02 Very good
03 Good
04 Fair
05 Poor
DK
RF
Group
[ id = I_Q08USX1 | response condition = Exactly One | layout = list ]
[I_Q08USX1] Do you have any difficulty seeing the words and letters in ordinary newspaper print even when wearing glasses or contact lenses, if you usually wear them?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = I_Q08USX2 | response condition = Exactly One | layout = list ]
[I_Q08USX2] Do you have any difficulty hearing what is said in a normal conversation with another person even when using a hearing aid, if you usually wear one?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = I_Q08USX3 | response condition = Exactly One | layout = list ]
[I_Q08USX3] Have you ever been diagnosed or identified as having a learning disability?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = I_R10bUSX2a | response condition = All | layout = table ]
[I_R10bUSX2a] Now I'd like to find out how you usually get information about health issues, such as diet, exercise, disease prevention, or a specific disease or health condition. How much information about health issues do you get from ...
Interviewer Instruction
Hand show card 19 and ask the respondent to hold onto it until requested to hand it back.
[I_Q10bUSX2a] newspapers? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A little
04 None
DK
RF
[I_Q10bUSX2b] magazines? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A little
04 None
DK
RF
[I_Q10bUSX2d] radio? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A little
04 None
DK
RF
Group
[ id = I_R10bUSX2e | response condition = All | layout = table ]
[I_R10bUSX2e] How much information about health issues do you get from ...
[I_Q10bUSX2e] television? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A little
04 None
DK
RF
[I_Q10bUSX2f] books or brochures? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A little
04 None
DK
RF
[I_Q10bUSX2g] family members, friends, or inmates? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A little
04 None
DK
RF
[I_Q10bUSX2h] talking to health care professionals, such as doctors, nurses, therapists, or psychologists? Would you say ...
Responses
[ layout = radioButton ]
01 A lot
02 Some
03 A little
04 None
DK
RF
Group
[ id = I_END | response condition = Exactly One | Hidden | layout = list ]
[I_END]
Group
[ id = J_START | response condition = Exactly One | Hidden | layout = list ]
[J_START] Background Information
Group
[ id = P_Q440 | response condition = Exactly One | layout = list ]
[P_Q440] Now I would like to ask you some general questions. Which of the following best describes your current marital status?
Interviewer Instruction
Hand Show card P-15
Responses
[ layout = radioButton ]
01 Never married
02 Married
03 Legally separated or divorced
04 Widowed
DK
RF

routing

[id = P_Q440 ]
IF (^P_Q440 = "02" ) THEN Goto J_Q02c
ELSE Goto J_Q03a
Group
[ id = J_Q02c | response condition = Exactly One | layout = list ]
[J_Q02c] Please look at this card and tell me which of the statements best describes the current situation of your spouse or partner.
Interviewer Instruction
Hand show card 9.
Responses
[ layout = radioButton ]
01 Full-time employed (self-employed, employee)
02 Part-time employed (self-employed, employee)
03 Unemployed
04 Pupil, student
05 Apprentice, internship
06 In retirement or early retirement
07 Permanently disabled
09 Fulfilling domestic tasks or looking after children/family
10 Other
DK
RF
Group
[ id = J_N02c | response condition = Exactly One | layout = list ]
[J_N02c]
Interviewer Instruction
Take back show card 9.
Group
[ id = J_Q03a | response condition = Exactly One | layout = list ]
[J_Q03a] Do you have children? Please include stepchildren and children not living in your household.
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = J_Q03a_1 ]
IF (^J_Q03a = "1" ) THEN Goto J_Q03b
ELSE Goto J_Q04a
Group
[ id = J_Q03b | response condition = Exactly One | layout = list ]
[J_Q03b] How many children do you have?
Responses
[ Min = 1 | Max = 25 | layout = radioButton ]
00 [FTE] children
DK
RF

routing

[id = J_Q03b_1 ]
IF (^J_Q03b = "1" ) THEN Goto J_Q03c
ELSE
IF ( (^J_Q03b = "DK" ) OR (^J_Q03b = "RF" ) ) THEN Goto J_Q04a
ELSE Goto J_Q03d1
Group
[ id = J_Q03c | response condition = Exactly One | layout = list ]
[J_Q03c] How old is this child?
Responses
[ Min = 0 | Max = 64 | layout = radioButton ]
00 [FTE] years of age
DK
RF

routing

[id = J_Q03c_1 ]
IF ( "true" = "true" ) THEN Goto J_Q04a
Group
[ id = J_Q03d1 | response condition = Exactly One | layout = list ]
[J_Q03d1] How old is your youngest child?
Responses
[ Min = 0 | Max = 64 | layout = radioButton ]
00 Youngest [FTE] Years of age
DK
RF
Group
[ id = J_Q03d2 | response condition = Exactly One | layout = list ]
[J_Q03d2] And how old is your oldest child?
Responses
[ Min = 0 | Max = 64 | layout = radioButton ]
00 Oldest [FTE] Years of age
DK
RF
Group
[ id = J_E03 | response condition = Exactly One | Hidden | layout = list ]
[J_E03]

consistencyCheck

[id = J_E03_1 | Soft ]
IF ( (^J_Q03d2 − ^J_Q03d1) < "0" )
Group
[ id = J_Q04a | response condition = Exactly One | layout = list ]
[J_Q04a] Now I have some questions on your background. Were you born in the United States?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = J_Q04a_1 ]
IF (^J_Q04a = "2" ) THEN Goto J_Q04bUS
ELSE Goto J_Q04dUSX1a
Group
[ id = J_Q04bUS | response condition = Exactly One | layout = list ]
[J_Q04bUS] In what country were you born?
Interviewer Instruction
Please specify the name of the country as it is CURRENTLY called.
Responses
[ layout = radioButton ]
01 Mexico
02 China
03 Phillipines
04 India
05 Russia
06 Colombia
07 Other country
DK
RF

routing

[id = J_Q04bUS_1 ]
IF (^J_Q04bUS = "7" ) THEN Goto J_S04b
ELSE Goto J_Q04c1
Group
[ id = J_S04b | response condition = Exactly One | layout = list ]
[J_S04b] What country was that?
Interviewer Instruction
Please specify the name of the country as it is CURRENTLY called.
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = J_Q04c1 | response condition = Exactly One | layout = list ]
[J_Q04c1] When did you first come to the United States?
Interviewer Instruction
Enter age OR year.
Responses
[ Min = 0 | Max = 74 | layout = radioButton ]
00 Age [FTE]
DK
RF
[J_Q04c2]
Responses
[ Min = 1939 | Max = 2014 | layout = radioButton ]
00 Year [FTE]
DK
RF

inference rule

[id = J_Q04c1_1 | after]
IF ( ( (^J_Q04c1 ≠ "DK" ) AND (^J_Q04c1 ≠ "RF" ) ) AND ( (^J_Q04c1 ≠ "NULL" ) AND ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) ) ) THEN ^J_Q04c2 = (^A_Q01a + ^J_Q04c1)
ELSE
IF ( ( (^J_Q04c2 ≠ "DK" ) AND (^J_Q04c2 ≠ "RF" ) ) AND ( (^J_Q04c2 ≠ "NULL" ) AND ( (^A_Q01a ≠ "DK" ) AND (^A_Q01a ≠ "RF" ) ) ) ) THEN ^J_Q04c1 = (^J_Q04c2 − ^A_Q01a)
Group
[ id = J_E04c2 | response condition = Exactly One | Hidden | layout = list ]
[J_E04c2]

consistencyCheck

[id = J_E04c2_1 | Soft ]
IF ( (^J_Q04c2 − ^A_Q01a) < "0" )
Group
[ id = J_Q04dUSX1a | response condition = Exactly One | layout = list ]
[J_Q04dUSX1a] Are you Hispanic or Latino?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = J_Q04dUSX1a_1 ]
IF (^J_Q04dUSX1a = "1" ) THEN Goto J_Q04dUSX1b
ELSE Goto J_Q04dUSX2
Group
[ id = J_Q04dUSX1b | response condition = Exactly One | layout = list ]
[J_Q04dUSX1b] Which of the groups on this card describes your Hispanic or Latino origin? Choose one or more.
Interviewer Instruction
Hand show card 20
Responses
[ layout = checkBox ]
01 Mexican, Mexican American, or Chicano
02 Puerto Rican or Puerto Rican American
03 Cuban or Cuban American
04 Central or South American
05 Other Hispanic or Latino background
DK
RF
Group
[ id = J_Q04dUSX2 | response condition = Exactly One | layout = list ]
[J_Q04dUSX2] Which of the groups on this card best describes you? Choose one or more
Interviewer Instruction
Hand show card 21
Responses
[ layout = checkBox ]
01 White
02 Black or African American
03 Asian
04 American Indian or Alaska Native
05 Native Hawaiian or other Pacific Islander
DK
RF
Group
[ id = J_Q05a1US | response condition = Exactly One | layout = list ]
[J_Q05a1US] What is the language that you first learned at home in childhood AND STILL UNDERSTAND?
Interviewer Instruction
1. Mark only one. 2. If the respondent spontaneously mentions TWO languages, you can enter the second language in J_Q05a2.
Responses
[ layout = radioButton ]
01 English
02 Spanish
03 French
04 Italian
05 Chinese
06 German
07 Other language
DK
RF

routing

[id = J_Q05a1US_1 ]
IF (^J_Q05a1US = "7" ) THEN Goto J_S05a1
ELSE Goto J_N05a2
Group
[ id = J_S05a1 | response condition = Exactly One | layout = list ]
[J_S05a1] What language was that?
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = J_N05a2 | response condition = Exactly One | layout = list ]
[J_N05a2] Did the respondent mention more than 1 language?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = J_N05a2_1 ]
IF (^J_N05a2 = "1" ) THEN Goto J_Q05a2US
ELSE
IF ( (^J_N05a2 = "2" ) AND (^J_Q05a1US = "1" ) ) THEN Goto J_R05cUSX3a
ELSE Goto J_Q05a2USX2
Group
[ id = J_Q05a2US | response condition = Exactly One | layout = list ]
[J_Q05a2US] What is the second language that you first learned at home in childhood AND STILL UNDERSTAND?
Interviewer Instruction
Mark only one.
Responses
[ layout = radioButton ]
01 English
02 Spanish
03 French
04 Italian
05 Chinese
06 German
07 Other language
DK
RF

routing

[id = J_Q05a2US_1 ]
IF (^J_Q05a2US = "7" ) THEN Goto J_S05a2
ELSE Goto J_Q05a2USX2
Group
[ id = J_S05a2 | response condition = Exactly One | layout = list ]
[J_S05a2] What language was that?
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = J_Q05a2USX2 | response condition = Exactly One | layout = list ]
[J_Q05a2USX2] How old were you when you learned to speak English?
Responses
[ layout = radioButton ]
01 1-4 years old
02 5-10 years old
03 11-15 years old
04 16-20 years old
05 21 years or older
06 Does not speak English
DK
RF
Group
[ id = J_Q05bUS | response condition = Exactly One | layout = list ]
[J_Q05bUS] What language do you speak most often at home?
Interviewer Instruction
Mark only one.
Responses
[ layout = radioButton ]
01 English
02 Spanish
03 French
04 Italian
05 Chinese
06 German
07 Other language
DK
RF
Help
1. This question refers to the language spoken most often by the respondent. 2. It should not be interpreted to mean the language spoken most often by the family as a whole. It is quite possible that different family members speak different languages (e.g., Chinese children may speak English most often while the parents speak mostly Chinese). 3. If the respondent lives alone, report the language that is used on a daily basis.

routing

[id = J_Q05bUS_1 ]
IF (^J_Q05bUS = "7" ) THEN Goto J_S05b
ELSE Goto J_Q05cUSX1
Group
[ id = J_S05b | response condition = Exactly One | layout = list ]
[J_S05b] What language was that?
Responses
[ Min Length = 1 | Max Length = 250 | layout = radioButton ]
00
DK
RF
Group
[ id = J_Q05cUSX1 | response condition = Exactly One | layout = list ]
[J_Q05cUSX1] What language(s) do you speak most often with your relatives and closest friends?
Responses
[ layout = radioButton ]
01 English only
02 English and Spanish
03 English and Other
04 Spanish only
05 Other only
DK
RF
Group
[ id = J_Q05cUSX2 | response condition = Exactly One | layout = list ]
[J_Q05cUSX2] Do you use English outside the home?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = J_R05cUSX3a | response condition = All | layout = table ]
[J_R05cUSX3a] With regard to English, how well do you ...
Interviewer Instruction
Hand show card 22
[J_Q05cUSX3a] understand it when it is spoken to you? Would you say ...
Responses
[ layout = radioButton ]
01 Very well
02 Well
03 Not well
04 Not at all
DK
RF
[J_Q05cUSX3b] speak it? Would you say ...
Responses
[ layout = radioButton ]
01 Very well
02 Well
03 Not well
04 Not at all
DK
RF
[J_Q05cUSX3d] read it? Would you say ...
Responses
[ layout = radioButton ]
01 Very well
02 Well
03 Not well
04 Not at all
DK
RF
[J_Q05cUSX3e] write it? Would you say ...
Responses
[ layout = radioButton ]
01 Very well
02 Well
03 Not well
04 Not at all
DK
RF
Group
[ id = J_C05cUSX4 | response condition = Exactly One | Hidden | layout = list ]
[J_C05cUSX4]

routing

[id = J_C05cUSX4_1 ]
IF (^J_Q05a1US = "1" ) THEN Goto J_Q06a
ELSE Goto J_Q05cUSX4
Group
[ id = J_Q05cUSX4 | response condition = Exactly One | layout = list ]
[J_Q05cUSX4] During your current incarceration, did you take any classes or have a tutor to learn English as a Second Language?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF

routing

[id = J_Q05cUSX4_1 ]
IF (^J_Q05cUSX4 = "1" ) THEN Goto J_Q05cUSX5
ELSE Goto J_Q05cUSX6
Group
[ id = J_Q05cUSX5 | response condition = Exactly One | layout = list ]
[J_Q05cUSX5] (Do/Did) you take the ESL classes mainly for work-related reasons or mainly for personal interest?
Responses
[ layout = radioButton ]
01 Work-related
02 Personal interest
03 Both equally
DK
RF
Group
[ id = J_Q05cUSX6 | response condition = Exactly One | layout = list ]
[J_Q05cUSX6] As an adult, have you ever taken classes or had a tutor to learn English?
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = J_Q06a | response condition = Exactly One | layout = list ]
[J_Q06a] The next few questions are about your mother or female guardian. Was your mother or female guardian born in the United States?
Interviewer Instruction
If there was more than one person, these questions refer to the one who was present for the longest time during childhood (0-16 years).
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = J_Q06bUS | response condition = Exactly One | layout = list ]
[J_Q06bUS] What was the highest level of education your mother or female guardian ever completed?
Interviewer Instruction
1. Hand show card 17. 2. If the mother or female guardian did not attain any level of education, this should be coded as the lowest category '1'.
Responses
[ layout = radioButton ]
01 Less than high school diploma
02 High school diploma/some college but no degree
03 College degree or higher (Associates, Bachelors, Doctorate, etc.)
DK
RF
Group
[ id = J_D06c1 | response condition = Exactly One | Hidden | layout = list ]
[J_D06c1]

inference rule

[id = J_D06c1_1 | after]
IF (^AgeEdu = "16" ) THEN ^DidDoes = "Does"
ELSE ^DidDoes = "Did"
Group
[ id = J_D06c2 | response condition = Exactly One | Hidden | layout = list ]
[J_D06c2]

inference rule

[id = J_D06c2_1 | after]
IF (^AgeEdu = "16" ) THEN ^When = ""
ELSE ^When = "when you were 16 years old"
Group
[ id = J_D06c3 | response condition = Exactly One | Hidden | layout = list ]
[J_D06c3]

inference rule

[id = J_D06c3_1 | after]
IF (^AgeEdu = "16" ) THEN ^WasIs = "is"
ELSE ^WasIs = "was"
Group
[ id = J_D06c4 | response condition = Exactly One | Hidden | layout = list ]
[J_D06c4]

inference rule

[id = J_D06c4_1 | after]
IF (^AgeEdu = "16" ) THEN ^AreWere2 = "are"
ELSE ^AreWere2 = "were"
Group
[ id = J_D06c5 | response condition = Exactly One | Hidden | layout = list ]
[J_D06c5]

inference rule

[id = J_D06c5_1 | after]
IF (^AgeEdu = "16" ) THEN ^DidiDoes = "does"
ELSE ^DidiDoes = "did"
Group
[ id = J_Q07a | response condition = Exactly One | layout = list ]
[J_Q07a] The next few questions are about your father or male guardian. Was your father or male guardian born in the United States?
Interviewer Instruction
If there was more than one person, these questions refer to the one who was present for the longest time during childhood (0-16 years).
Responses
[ layout = radioButton ]
01 Yes
02 No
DK
RF
Group
[ id = J_Q07bUS | response condition = Exactly One | layout = list ]
[J_Q07bUS] What was the highest level of education your father or male guardian ever completed?
Interviewer Instruction
1. Hand show card 17. 2. If the father or male guardian did not attain any level of education, this should be coded as the lowest category '1'.
Responses
[ layout = radioButton ]
01 Less than high school diploma
02 High school diploma/some college but no degree
03 College degree or higher (Associates, Bachelors, Doctorate, etc.)
DK
RF
Group
[ id = J_Q08 | response condition = Exactly One | layout = list ]
[J_Q08] About how many books were there in your home? Do not include magazines, newspapers or schoolbooks. To give an estimation, one foot of shelving is about 10 books.
Interviewer Instruction
Hand show card 18.
Responses
[ layout = radioButton ]
01 10 books or less
02 11 to 25 books
03 26 to 100 books
04 101 to 200 books
05 201 to 500 books
06 More than 500 books
DK
RF
Group
[ id = J_END | response condition = Exactly One | Hidden | layout = list ]
[J_END]
Group
[ id = COMPUTEREXPERIENCE | response condition = All | Hidden | layout = list ]
[COMPUTEREXPERIENCE] Has the respondent experience with computer?
Responses
[ layout = radioButton ]
01 Yes
02 No

inference rule

[id = COMPUTEREXPERIENCE_1]
IF ( ( (^P_G_Q04 = "01" ) OR (^G_Q04 = "01" ) ) OR (^H_Q04a = "01" ) ) THEN ^COMPUTEREXPERIENCE = "01"
ELSE ^COMPUTEREXPERIENCE = "02"
Group
[ id = NativeSpeaker | response condition = All | Hidden | layout = list ]
[NativeSpeaker]
Interviewer Instruction
Responses
[ layout = radioButton ]
01
02

inference rule

IF (^J_Q05a1US = "01" ) THEN ^NativeSpeaker = "01"
ELSE ^NativeSpeaker = "02"