Data / variable structure of constructed list items

Hi,

In my Q23 (grid) participants are rating products.

If they rate them badly (values 4,5), I add those items into a constructed list (ListQ24) (parent list Q23RowList).

This is the code for the ListQ24 constructed list:

AIE(Q23, 4)
AIE(Q23, 5)
Randomize()
ListMax(3)

After Q23, I have Q2401 Q2402 Q2403 - which are all select questions (multiple (6) responses possible) asking further why they did not like the specific products.


In my question texts for Q2401-Q2403 I include the names of the products using [% ListLabel(ListQ24, 1)%] (of course 1, 2,3 for the respective questions).

The survey works as intended - so no questions there but...

...my question is how that data will be stored when I export it (for example to SPSS).

How will I be able to match which participant had which item in Q2401 etc?

Assume my Q23 has 8 rows (8 products that were rated initally).

Assume a participant rated the first product, so Q23_r1, badly and is asked further questions in Q2401 about that product. Assume in Q2401 he selects the first three response options.

How will my variables for that case look? How does the matching work there?

Would it be Q2401_1_1,Q2401_1_2, Q2401_1_3? (first _1 for the product (Q23r1), second 1 for response option 1 in Q2401?)

Or do I have Q2401_1 - Q2401_6 as variables and then matching variables for which product (Q23 item) was chosen in there?

Or can I choose between the options? I would prefer option 1

1 reply