To avoid "forgetting" here the other option, the usual one with the "multiple question" and the equation pushed in between.
A. You create your two random numbers.
B. You create a "multiple" question (M3) (which you hide) with the following subquestions
1: Yes - Option 1
2: Yes - Option 2
3: Yes - Option 1
4: No - Option 1
5: No - Option 2
6: No - Option 1
C: You create a question (eqM3) of type equation with the following:
{M3_1=if(eqRandom1==1,"Y","")}
{M3_2="Y"}
{M3_3=if(eqRandom1==2,"Y","")}
{M3_4=if(eqRandom2==1,"Y","")}
{M3_5="Y"}
{M3_6=if(eqRandom2==2,"Y","")}
D. Your final "single" question has the same codes as M3
1: Yes - Option 1
2: Yes - Option 2
3: Yes - Option 1
4: No - Option 1
5: No - Option 2
6: No - Option 1
7. DK/NA
E: You set the array filter of this question to M3.
This way you will certainly remember to move the data
Joffm