Hello. I understand that I can use the randomizer If I have a set of questions {Q1,Q2,Q3,Q4,Q5} in a block and wish to display a subset of these in random order e.g. {Q2,Q5}. Is it possible to display a random question on page 1 then have page 2 be a random subset of questions that excludes the question previously displayed on page 1?
Here are some example cases:
- Page 1 displays Q1 and Page 2 displays {Q2,Q3}
- Page 1 displays Q3 and Page 2 displays {Q4,Q2}
- Page 1 displays Q3 and Page 2 displays {Q1,Q2}
So basically page 2 will not repeat the question already presented on page 1.