Hello, I am designing two survey designs for my experiment and users can fill the survey more than once. i want each user to be assigned to a survey design randomly. and I want them to be assigned to the same survey design(control or treatment) from then. How can i go about doing that. I appreciate any guidance.
You can set a embedded data field to tell you if they are control or treatment. Define it at the beginning of the survey(s) and don’t set a value (let it be assigned from the panel).
The use a survey flow branch to check if the embedded data field is empty, and if it is use a randomizer to assign the embedded data field as either control or treatment. Then base you survey flow logic off that embedded data field.
Use a workflow to update the contact record with the embedded data field value. That way the next time they take the survey it will be populated with the correct value.
can you give more detail. im a bit confused about where to define the embeded data to be treat or control. thanks a lot.
You can set a embedded data field to tell you if they are control or treatment. Define it at the beginning of the survey(s) and don’t set a value (let it be assigned from the panel).
The use a survey flow branch to check if the embedded data field is empty, and if it is use a randomizer to assign the embedded data field as either control or treatment. Then base you survey flow logic off that embedded data field.
Use a workflow to update the contact record with the embedded data field value. That way the next time they take the survey it will be populated with the correct value.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.