Post by romina on Jul 10, 2021 10:53:31 GMT
I have two questions. I am coding a survey on youth alcohol and substance use.
First question: The survey is in Turkish, therefore I will explain the items here. I have an item that asks whether participant used any kind of substance through lifetime, and if the answer is yes to this question I would like to ask a follow up question. It is a checklist question and asks the participant to select the substances he/she has used before. However I also want participants to specify the age they first used this substance. I need your help about asking the age of first use, how can I embed it into the question, right next to the substance name. The current situation of the code is as the following:
l: AlkolSoru16
t: radio
q: Hayatınızda hiç madde kullandınız mı?
- {score=1} Evet
- {score=0} Hayır
l:
t: jump
- if $AlkolSoru16 == 0 then goto AlkolSoru18
l: AlkolSoru17
t: check
o: require 1
q: Aşağıdaki maddelerden hangisini hayatınızda EN AZ BİR KEZ kullandınız? İlk kullandığınız yaşı belirtiniz.
- Esrar (Yaş ……………)
- Bonzai (Yaş ……………)
- MDMA (Ekstazi vb.) (Yaş ……………)
- Uçucu (Tiner, Bali vb.) (Yaş ……………)
- Rohypnol (Roş) (Yaş ……………)
- Kokain (Yaş ……………)
- Opiat (Eroin, Morfin vb.) (Yaş ……………)
- {other} Diğer (lütfen belirtiniz) (Yaş ……………)
Second question: In one question I ask participants their choice of alcohol (wine, vodka etc.). In another question I ask participants the frequency of their alcohol consumption . However, in this question I want to specifically ask about the kind of alcohol they selected in the previous question. For instance, if they selected wine, I want the question to ask about the consumption of 6 glasses of wine at once or 4 big cans of beer. Because those different amounts actually equals to the same standart unit according to WHO. I don't know how to code this and need help.
If you need more details, I can explain more. Thanks a lot.
First question: The survey is in Turkish, therefore I will explain the items here. I have an item that asks whether participant used any kind of substance through lifetime, and if the answer is yes to this question I would like to ask a follow up question. It is a checklist question and asks the participant to select the substances he/she has used before. However I also want participants to specify the age they first used this substance. I need your help about asking the age of first use, how can I embed it into the question, right next to the substance name. The current situation of the code is as the following:
l: AlkolSoru16
t: radio
q: Hayatınızda hiç madde kullandınız mı?
- {score=1} Evet
- {score=0} Hayır
l:
t: jump
- if $AlkolSoru16 == 0 then goto AlkolSoru18
l: AlkolSoru17
t: check
o: require 1
q: Aşağıdaki maddelerden hangisini hayatınızda EN AZ BİR KEZ kullandınız? İlk kullandığınız yaşı belirtiniz.
- Esrar (Yaş ……………)
- Bonzai (Yaş ……………)
- MDMA (Ekstazi vb.) (Yaş ……………)
- Uçucu (Tiner, Bali vb.) (Yaş ……………)
- Rohypnol (Roş) (Yaş ……………)
- Kokain (Yaş ……………)
- Opiat (Eroin, Morfin vb.) (Yaş ……………)
- {other} Diğer (lütfen belirtiniz) (Yaş ……………)
Second question: In one question I ask participants their choice of alcohol (wine, vodka etc.). In another question I ask participants the frequency of their alcohol consumption . However, in this question I want to specifically ask about the kind of alcohol they selected in the previous question. For instance, if they selected wine, I want the question to ask about the consumption of 6 glasses of wine at once or 4 big cans of beer. Because those different amounts actually equals to the same standart unit according to WHO. I don't know how to code this and need help.
If you need more details, I can explain more. Thanks a lot.