I'm trying to do the following procedure: In the first step probands have to rate several items using 5 star scales. This should be no problem.
In the second step they have to answer more questions about the items, but the questions must be ordered by the rating in the first step.
Example:
First question group:
How do you like
i1 - **
i2 - ***
i3 - **
i4 - ****
Second Question Group:
How often do you use (never | always or something like that)
i4
i2
i1
i3
How could this be done? An ugly, but possible way would be DOM-cutting and pasting the questions, but seriously, I don't want that, if it's not necessary.
Thanks in advance!