I'm trying to code 3 questions into Sawtooth, maybe easier to understand if I just show you here:
[QUESTION: QOne]
[TYPE: SELECT | CHECKBOX ]
Which of these are you aware of?
Please select all that apply.
1. A
2. B
3. C
4. D
5. E
6. F
7. G
8. H
9. I
10. J
11. K
12. L
13. None of these
[PAGE BREAK]
[QUESTION: QTwo]
[TYPE: GRID | RADIO | REQUIRED ]
Do you currently use, or have you previously used any of these devices?
[ROW LIST]
Constructed list from QOne – AIC(QOne)
[COLUMN LIST]
1. Yes, I currently using it
2. Yes, I have used in the past
3. No, I’ve never used it
[PAGE BREAK]
[QUESTION: QThree]
[TYPE: GRID | RADIO | REQUIRED ]
How do you have your current devices?
[ROW LIST]
All the currently using devices from QTwo
[COLUMN LIST]
5. I rent it from friend
6. I paid for it
7. I got it as a gift
So question is
1. How should I build the row list for QThree?
2. If I need to ut HTML code, where should I put? In the List or the question?
3. If I need to ask will they buy a new version soon for each currently using devices, how to set up the skip logic?
Thank you very much in advance!!