Thanks a lot for the quick response, Holch. Here you have more details:
- I have three questions at the beginning of the survey with the same structure:
A1. How interesting are these books for you? 1= not interesting at all and 5= the most interesting I´ve ever read
1 2 3 4 5
Book 1. X
Book 2 X
Book 3 X
A2. How interesting are these films for you? 1= not interesting at all and 5= the most interesting I´ve ever watched
1 2 3 4 5
Film 1. X
Film 2 X
Film 3 X
A3. How interesting are these magazines for you? 1= not interesting at all and 5= the most interesting I´ve ever read
1 2 3 4 5
Magazine 1. X
Magazine 2 X
Magazine 3 X
Participant have to rate them form 1 to 5.
- Then, what I need is to take the options rated by participants with 4 or 5 and put them in a ranking question in order to select the 3 most relevant for her/him.
What I have tried is:
- Create a hidden equation question for capturing the options rated with 4 or more. With this description:
{M1_SQ001=(if(A1_SQ001>=4, ""))}{M1_SQ002=(if(A1_SQ002==4,""))}{M1_SQ003=(if(A1_SQ003==4,""))}{M1_SQ004=(if(A1_SQ004==4,""))}{M1_SQ005=(if(A1_SQ005==4,""))}{M1_SQ006=(if(A1_SQ006==4,""))}{M1_SQ007=(if(A1_SQ007==4,""))}{M1_SQ008=(if(A2_SQ001==4,""))}{M1_SQ009=(if(A2_SQ002==4,""))}{M1_SQ010=(if(A2_SQ003=="A2", "5",""))}.....
- Create a second hidden multi question (M1) for taking the selected options easily
- Try to capture the selected options from M1 in the ranking question with Array filter functionality.