Hi, Rita,
and those who read Q1 or Q2, they will reading Q5 or Q6,(Q5 and Q6 will not appear at the same time)
Is it
Q1->Q5, Q2->Q6?
or
Q1-> Q5 or Q6 randomly
Q2-> Q5 or Q6 randomly
Q3,Q4 analogue.
I think, the second, the first option is too obvious.
If so: create two random numbers;
Q1 "rand1==1" -> Q5 "rand1==1 AND rand2==1"
Q1 "rand1==1" -> Q6 "rand1==1 AND rand2==2"
Q2 "rand1==2" -> Q5 "rand1==2 AND rand2==1"
...
Q3 "rand1=

" -> Q7 "rand1=

AND rand2==1"
---
Or: Is it related to your last question about the delayed display of the second question?
Best regards
Joffm