Routing for UAS417

C19_Intro (survey intro)
We are launching a new UAS survey series to help us track employment among U.S. residents as well as use of alcohol, tobacco and other substances. We need people who are and are not employed and those who do and do not use these to answer the questions once a month.

For that reason, we hope you will join the project so that we have input from every part of the country and from every walk of life, whether you have ever used these products or not.

We will ask you a few questions, then tell you a bit more about the new project later in the survey, and then you can decide.

Information about our new survey series

You will fill out a survey once a month on an assigned day. If you aren’t able to fill it out that day, you can make it up anytime in the next two weeks. The very short survey will ask you about whether your employment status changed, and if you have used any tobacco, alcohol or other products since the last time you answered.

If you decide to participate
  • We will assign you a certain day of the week (e.g. Monday, Tuesday, etc.)
  • You will be reminded to log in to uas.usc.edu on your assigned day once a month to answer a very short survey that will take less than 2 minutes. You will earn $2 for completing the survey.
  • From time to time we might ask other questions as well. If we do, you will earn $2 per every three minutes of the survey, as with all UAS surveys.
  • If you have to skip a survey, you will have up to 14 days to make it up, and you can still participate the next time.
If you decide not to participate nothing will change. This is completely voluntary! Even if you say yes now, you can stop doing the surveys at any time. Whether or not you participate in this survey series, we appreciate your continuing to complete our regular surveys.

If you have any questions about the study before you decide, please give us a call at 855-872-8673 or send an email to the UAS helpdesk: UAShelp@usc.edu.
consent (consent substance tracker)
Would you like to participate in this project?
1 Yes I would like to participate
2 No I prefer not to participate
dummy := setSubstanceConsent(consent)
IF consent = 1 THEN
hassubstanceemail := hasEmailSubstance()
if hassubstanceemail = 1 THEN
consentgiven (consent given we have email)
Thank you for agreeing to participate! We will send you your assigned day of the week, and will send reminders on the days when your survey is available.
Else
consentgivennoemail (consent given we dont have email)
Thank you for agreeing to participate! We will send you your assigned day of the week, and will send reminders on the days when your survey is available.

If you don’t have an email address on file with us, we encourage you to provide us with one for this project. Just email it to uas at uashelp@usc.edu. If you don't have one, or prefer paper reminders, we will send you a postcard with your assigned day.
End of if
Else
IF sizeof(refusalarray) = 0 THEN
refusalarray := shuffleArray(array(1 => 1, 2 => 2, 3 => 3, 4 => 4))
refusalarray[5] := 5
End of if
refusal (refusal)
We understand and respect that you have your own reasons for not wanting to participate, and are hoping you will share those with us. Help us learn! Check all that apply, and add your own if needed.
1 No reason, I just don't want to do it
2 Too much of a time commitment
3 I don't feel like doing surveys about the use of alcohol, tobacco and other products
4 My computer or phone access is not stable enough to be able to do a survey on a certain day of the week
5 Some other reason
IF 5 in refusal THEN
refusal_other (other reason for not wanting to participate)
What other reason(s) do you have for not wanting to participate?
STRING
End of if
End of if