Solved
create randomisation within the condition
Hi, I hope this is the right section for asking this. I am using Qualtrics for a research that I have been conducting for my thesis, but I really don't know how to start. I have to create a survey where the participants are randomly directed to one of three conditions (one control, two experimental) and in each condition the participant should receive randomly two statements from two different pools (that to be honest I don't know how to create). I have already divided all the statements I need, 40 for each condition (20-20 control/20-20 experimental/20-20 experimental). How can I be sure that once the participant is assigned to one the conditions he will receive randomly and non consequentially the two statements from the two different pools?
I hope it's clear for someone what I am trying to say! 😃
Thank you in advance
Best answer by fleb
> thanks @fleb and @jpardicusick..My problem is the casual selection of two statement from one pool and two from the other one. For example, with pool A and pool B I don't want to obtain A1 A2 and B1 B2, basically i don't want them sequentially but casually, am I clear? the three questions are the same for each statement. thereferore, he is required to answer them 4times.
> Can I obtain this with your suggestions?
My code posted above select 2 statements from each pool and then randomizes order of all 4 of them. I hope it is what you mean.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

If your conditions are more complex, you can group items (also in that help article) and nest the randomizer.
Or you could load the questions into the library and insert them as a reference in your blocks so that if you needed to change them, you'd just change the one in the library.
Add an embedded data section to use math operations to add an upper and lower sequence number.
!
In the second A one, use branching logic to check that each statement is not sequential to the first one.
!
Repeat this sequence for B and you'll be all set!
Alternatively, you can request some custom code but as I mentioned before, I can't help with that one. 😀