Hi!
Let's suppose that I've created survey with two randomly assigned versions (let's say version 1 and version 2) (via rand(x, y) in hidden question and relevance equation). Of course it is possible that all taken surveys will be version 2. Is there a way to store somewhere somehow number of taken surveys and manipulate randomness? For example something like this
IF version1number - version2number > 10 THEN take survey 2
IF version2number - version1number > 10 THEN take survey 1
ELSE take random survey
Yeah, as Ben suggests, using the SAVEDID will work. But note that all responses get a new ID, regardless of whether the survey is completed so you still may not get a perfect distribution for completed surveys.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.