Routing for UAS82

intro1 (intro)
This survey ask questions about your work arrangements and work preferences.
labor_verify := laborstatus
labor_verify (VERIFICATION/CHANGES TO LABOR STATUS)
Please update your labor force status, if necessary. 
1 Currently working
2 On sick or other leave
3 Unemployed – on layoff
4 Unemployed – looking
5 Retired
6 Disabled
7 Other
if 1 in labor_verify or 2 in labor_verify or 3 in labor_verify then
FWAS002_intro (INTRO TO CURRENT MAIN JOB QUESTIONS)
We will ask you a series of questions about your current main job.  By main job, we mean the job that you usually spend the most hours doing.
FWAS002 (EMPLOYED BY)
On your main job, are you employed by government, by a private company, a non-profit organization, or are you self-employed or working in the family business?
1 Government
2 Private for-profit company
3 Non-profit (including tax-exempt and charitable organizations)
4 Self-employed
5 Working in the family business
if FWAS002 != 4 then
FWAS003 (FRACTION OF WORK COMPLETED FROM HOME)
Regardless of whether you ever work from home, what fraction of the work in your current main job could feasibly be completed from home?
if FWAS003 > 9 then
if position4_rand = EMPTY then
position4_rand := mt_rand(1,2)
End of if
if percentq4_rand = EMPTY then
percentq4_rand := mt_rand(1,600)
End of if
if percentq4_rand2 = EMPTY then
percentq4_rand2 := mt_rand(1,4)
End of if
Fill code of question 'FL_percentq4_rand' executed
Fill code of question 'FL_percentq4_rand2' executed
Fill code of question 'FL_position4' executed
FWAS004 (JOB POSITION Q4)
Imagine that you are applying for a new job in your current line of work and you have been offered two positions.  Both positions are the same as your current main job in all ways, and to each other, other than the work location and how much they pay.

Please read the descriptions of the positions below.

Position 1)

This position has the same schedule as your current job. [In this job, you have the option of working from home as well as on-site ^FL_percentq4_rand2 minutes from your home. This position pays the same as your current job./This job requires you to work exclusively on-site ^FL_percentq4_rand2 minutes from your home. This position pays ^FL_percentq4_rand your current job.]

Position 2)

This position has the same schedule as your current job. [In this job, you have the option of working from home as well as on-site ^FL_percentq4_rand2 minutes from your home. This position pays the same as your current job./This job requires you to work exclusively on-site ^FL_percentq4_rand2 minutes from your home. This position pays ^FL_percentq4_rand your current job.]

Which position would you choose?
1 Position 1
2 Position 2
if position4_rand = 1 then
if fwas004 = 1 then
fwas004_chosen_percent := ""
fwas004_chosen_minutes := FL_percentq4_rand2
fwas004_chosen_text := FL_position4[1]
fwas004_notchosen_text := FL_position4[2]
elseif fwas004 = 2 then
fwas004_chosen_percent := FL_percentq4_rand
fwas004_chosen_minutes := FL_percentq4_rand2
fwas004_chosen_text := FL_position4[2]
fwas004_notchosen_text := FL_position4[1]
End of if
elseif position4_rand = 2 then
if fwas004 = 1 then
fwas004_chosen_percent := FL_percentq4_rand
fwas004_chosen_minutes := FL_percentq4_rand2
fwas004_chosen_text := FL_position4[1]
fwas004_notchosen_text := FL_position4[2]
elseif fwas004 = 2 then
fwas004_chosen_percent := ""
fwas004_chosen_minutes := FL_percentq4_rand2
fwas004_chosen_text := FL_position4[2]
fwas004_notchosen_text := FL_position4[1]
End of if
End of if
FWAS006 (ANY PART OF WORK FROM HOME)
As part of your current main job, do you do any part of your work from home?
1 Yes
2 No
if FWAS006 = 1 then
FWAS007 (FORMAL ARRANGEMENT WITH EMPLOYER)
Do you have a formal arrangement with your employer to be paid for the work that you do at home, or do you just take work home from the job?
1 I have a formal arrangement to be paid for the work I do from home
2 I do not have a formal arrangement and just take work home from the job
End of if
Else
if position5_rand = EMPTY then
position5_rand := mt_rand(1,2)
End of if
if percentq5_rand = EMPTY then
percentq5_rand := mt_rand(1,600)
End of if
if percentq5_rand2 = EMPTY then
percentq5_rand2 := mt_rand(1,4)
End of if
Fill code of question 'FL_percentq5_rand' executed
Fill code of question 'FL_percentq5_rand2' executed
Fill code of question 'FL_position5' executed
FWAS005 (JOB POSITION Q5)
Imagine that you are applying for a new job in a different line of work and you have been offered two positions. Both positions are the same in all ways other than the work location and how much they pay.

Please read the descriptions of the positions below.

Position 1)

This position has the same schedule as your current job. [In this job, you have the option of working from home as well as on-site ^FL_percentq5_rand2 minutes from your home. This position pays the same as your current job./This job requires you to work exclusively on-site ^FL_percentq5_rand2 minutes from your home. This position pays ^FL_percentq5_rand your current job.]

Position 2)

This position has the same schedule as your current job. [In this job, you have the option of working from home as well as on-site ^FL_percentq5_rand2 minutes from your home. This position pays the same as your current job./This job requires you to work exclusively on-site ^FL_percentq5_rand2 minutes from your home. This position pays ^FL_percentq5_rand your current job.]

Which position would you choose?
1 Position 1
2 Position 2
if position5_rand = 1 then
if fwas005 = 1 then
fwas005_chosen_percent := ""
fwas005_chosen_minutes := FL_percentq5_rand2
fwas005_chosen_text := FL_position5[1]
fwas005_notchosen_text := FL_position5[2]
elseif fwas005 = 2 then
fwas005_chosen_percent := FL_percentq5_rand
fwas005_chosen_minutes := FL_percentq5_rand2
fwas005_chosen_text := FL_position5[2]
fwas005_notchosen_text := FL_position5[1]
End of if
elseif position5_rand = 2 then
if fwas005 = 1 then
fwas005_chosen_percent := FL_percentq5_rand
fwas005_chosen_minutes := FL_percentq5_rand2
fwas005_chosen_text := FL_position5[1]
fwas005_notchosen_text := FL_position5[2]
elseif fwas005 = 2 then
fwas005_chosen_percent := ""
fwas005_chosen_minutes := FL_percentq5_rand2
fwas005_chosen_text := FL_position5[2]
fwas005_notchosen_text := FL_position5[1]
End of if
End of if
FWAS006 (ANY PART OF WORK FROM HOME)
As part of your current main job, do you do any part of your work from home?
1 Yes
2 No
if FWAS006 = 1 then
FWAS007 (FORMAL ARRANGEMENT WITH EMPLOYER)
Do you have a formal arrangement with your employer to be paid for the work that you do at home, or do you just take work home from the job?
1 I have a formal arrangement to be paid for the work I do from home
2 I do not have a formal arrangement and just take work home from the job
End of if
End of if
Fill code of question 'FL_FWAS017' executed
FWAS017 (COMMUTE TIME IN MINUTES)
[How many minutes a day do/In your last job, how many minutes a day did] you typically spend commuting to and from work? Please enter the total time including travel in both directions.
RANGE 0..600
End of if
elseif 4 in labor_verify then
FWAS008_intro (INTRO TO UNEMPLOYED QUESTIONS)
We will ask you a series of questions about your last job.
FWAS008 (EMPLOYED BY)
In your last job, were you employed by government, by a private company, a non-profit organization, or were you self-employed or working in the family business?
1 Government
2 Private for-profit company
3 Non-profit (including tax-exempt and charitable organizations)
4 Self-employed
5 Working in the family business
FWAS009 (FRACTION OF WORK COMPLETED FROM HOME)
Regardless of whether you ever worked from home, what fraction of the work in your last job could feasibly be completed from home?
if FWAS009 > 9 then
if position10_rand = EMPTY then
position10_rand := mt_rand(1,2)
End of if
if percentq10_rand = EMPTY then
percentq10_rand := mt_rand(1,3)
End of if
if percentq10_rand2 = EMPTY then
percentq10_rand2 := mt_rand(1,4)
End of if
Fill code of question 'FL_percentq10_rand' executed
Fill code of question 'FL_percentq10_rand2' executed
Fill code of question 'FL_position10' executed
FWAS010 (JOB POSITION Q10)
Imagine that you are applying for a new job in the same line of work as your last job and you have been offered two positions.  Both positions are the same as your last job in all ways, and to each other, other than the work location and how much they pay.

Please read the descriptions of the positions below.

Position 1)

This position has the same schedule as your last job. [In this job, you have the option of working from home as well as on-site ^FL_percentq10_rand2 minutes from your home. This position pays the same as your last job./This job requires you to work exclusively on-site ^FL_percentq10_rand2 minutes from your home. This position pays ^FL_percentq10_rand your last job.]

Position 2)

This position has the same schedule as your last job. [In this job, you have the option of working from home as well as on-site ^FL_percentq10_rand2 minutes from your home. This position pays the same as your last job./This job requires you to work exclusively on-site ^FL_percentq10_rand2 minutes from your home. This position pays ^FL_percentq10_rand your last job.]

Which position would you choose?
1 Position 1
2 Position 2
if position10_rand = 1 then
if fwas010 = 1 then
fwas010_chosen_percent := ""
fwas010_chosen_minutes := FL_percentq10_rand2
fwas010_chosen_text := FL_position10[1]
fwas010_notchosen_text := FL_position10[2]
elseif fwas010 = 2 then
fwas010_chosen_percent := FL_percentq10_rand
fwas010_chosen_minutes := FL_percentq10_rand2
fwas010_chosen_text := FL_position10[2]
fwas010_notchosen_text := FL_position10[1]
End of if
elseif position10_rand = 2 then
if fwas010 = 1 then
fwas010_chosen_percent := FL_percentq10_rand
fwas010_chosen_minutes := FL_percentq10_rand2
fwas010_chosen_text := FL_position10[1]
fwas010_notchosen_text := FL_position10[2]
elseif fwas010 = 2 then
fwas010_chosen_percent := ""
fwas010_chosen_minutes := FL_percentq10_rand2
fwas010_chosen_text := FL_position10[2]
fwas010_notchosen_text := FL_position10[1]
End of if
End of if
FWAS012 (ANY PART OF WORK FROM HOME--LAST JOB)
As part of your last job, did you do any part of your work from home?
1 Yes
2 No
if FWAS012 = 1 then
FWAS013 (FORMAL ARRANGEMENT WITH EMPLOYER--LAST JOB)
Did you have a formal arrangement with your employer to be paid for the work that you did at home, or did you just take work home from the job?
1 I had a formal arrangement to be paid for the work I did from home
2 I did not have a formal arrangement and just took work home from the job
End of if
Else
if position11_rand = EMPTY then
position11_rand := mt_rand(1,2)
End of if
if percentq11_rand = EMPTY then
percentq11_rand := mt_rand(1,3)
End of if
if percentq11_rand2 = EMPTY then
percentq11_rand2 := mt_rand(1,4)
End of if
Fill code of question 'FL_percentq11_rand' executed
Fill code of question 'FL_percentq11_rand2' executed
Fill code of question 'FL_position11' executed
FWAS011 (JOB POSITION Q11)
Imagine that you are applying for a new job in a different line of work and you have been offered two positions. Both positions are the same in all ways other than the work location and how much they pay.

Please read the descriptions of the positions below.

Position 1)

This position has the same schedule as your last job. [In this job, you have the option of working from home as well as on-site ^FL_percentq11_rand2 minutes from your home. This position pays the same as your last job./This job requires you to work exclusively on-site ^FL_percentq11_rand2 minutes from your home. This position pays ^FL_percentq11_rand your last job.]

Position 2)

This position has the same schedule as your last job. [In this job, you have the option of working from home as well as on-site ^FL_percentq11_rand2 minutes from your home. This position pays the same as your last job./This job requires you to work exclusively on-site ^FL_percentq11_rand2 minutes from your home. This position pays ^FL_percentq11_rand your last job.]

Which position would you choose?
1 Position 1
2 Position 2
if position11_rand = 1 then
if fwas011 = 1 then
fwas011_chosen_percent := ""
fwas011_chosen_minutes := FL_percentq11_rand2
fwas011_chosen_text := FL_position11[1]
fwas011_notchosen_text := FL_position11[2]
elseif fwas011 = 2 then
fwas011_chosen_percent := FL_percentq11_rand
fwas011_chosen_minutes := FL_percentq11_rand2
fwas011_chosen_text := FL_position11[2]
fwas011_notchosen_text := FL_position11[1]
End of if
elseif position11_rand = 2 then
if fwas011 = 1 then
fwas011_chosen_percent := FL_percentq11_rand
fwas011_chosen_minutes := FL_percentq11_rand2
fwas011_chosen_text := FL_position11[1]
fwas011_notchosen_text := FL_position11[2]
elseif fwas011 = 2 then
fwas011_chosen_percent := ""
fwas011_chosen_minutes := FL_percentq11_rand2
fwas011_chosen_text := FL_position11[2]
fwas011_notchosen_text := FL_position11[1]
End of if
End of if
FWAS012 (ANY PART OF WORK FROM HOME--LAST JOB)
As part of your last job, did you do any part of your work from home?
1 Yes
2 No
if FWAS012 = 1 then
FWAS013 (FORMAL ARRANGEMENT WITH EMPLOYER--LAST JOB)
Did you have a formal arrangement with your employer to be paid for the work that you did at home, or did you just take work home from the job?
1 I had a formal arrangement to be paid for the work I did from home
2 I did not have a formal arrangement and just took work home from the job
End of if
End of if
Fill code of question 'FL_FWAS017' executed
FWAS017 (COMMUTE TIME IN MINUTES)
[How many minutes a day do/In your last job, how many minutes a day did] you typically spend commuting to and from work? Please enter the total time including travel in both directions.
RANGE 0..600
Else
goodbye (GOODBYE SCREEN)
This survey asks questions about current employment, so that is the only question we have for you today. Thank you for responding! You will be paid for taking the full survey.
End of if
if 1 in labor_verify or 2 in labor_verify or 3 in labor_verify or 4 in labor_verify then
FWAS018 (ANY CHILDREN UNDER 18 IN HH)
Are there children under 18 living in your household?
1 Yes
2 No
if FWAS018 = 1 then
FWAS019 (AGE OF YOUNGEST CHILD IN HH)
What is the age of the youngest child living in your household?
0 less than 1
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 11
12 12
13 13
14 14
15 15
16 16
17 17
End of if
End of if
IF 1 IN labor_verify OR 2 IN labor_verify OR 3 IN labor_verify OR 4 IN labor_verify THEN
CS_001 (HOW PLEASANT INTERVIEW)
Could you tell us how interesting or uninteresting you found the questions in this interview?
1 Very interesting
2 Interesting
3 Neither interesting nor uninteresting
4 Uninteresting
5 Very uninteresting
CS_003 (comments)
Do you have any other comments on the interview? Please type these in the box below.(If you have no comments, please click next to complete this survey.)
STRING
End of if