Solved
randomized and fixed blocks
We have a set of 16 blocks we would like to randomize. Three of the blocks MUST be presented, and of the 13 remaining blocks, we only want to show 8 of them picked at random. The 11 (3 required blocks and the randomly picked 8) should all be in random order. Is there a way to randomize presentation of all 11 of the blocks we want to present?
Best answer by AnthonyR
This would be easiest done using branches, embedded data, and 2 randomizers.
In the first randomizer, put different embedded data elements, and set each variable to 1. Display 8 of these at random.
In the second randomizer, put a branch per block with the block inside. Show each if the corresponding embedded data is 1. The 3 always shown should always be equal to 1.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Randomly present 16 of both fixed and chosen random blocks:
!