Solved! Go to Solution.
What about if you have more than two people? Let's say I want to assign 50% to person A, 25% to person B, and 25% to person C.
Would the choice pattern be:
Choice 1: Random sample is 50% --> Assign to person A
Choice 2: Random sample is 25% --> Assign to person B
Default: Assign to person C
Yes, that is correct. I have since set up a similar logic and it works.