Randomizing participants into three conditions

Hey there,

I want to make a survey in which participants get first randomly assigned to one condition. Each condition will receive a different question. All participants should be equally divided into three groups. Afterwards in each group, they will be asked a question again. And based on their answers they will receive a specific outcome. For the second part I already found a solution, but not for the first part.

Hi @l.jeremias

Welcome to Avicenna. I will be more than happy to help you with this question.

What you can do is that you can create a survey, say Survey ID 15000, with one question in it, say Question ID 1, like below:

Q1: Which group this participant belongs to
    A1: Group 1
    A2: Group 2
    A3: Group 3

Add no triggering logic to this survey, so participants won’t see or have access to it.

Then when a participant joins, create a session for him/her, as explained here. In that session, you can choose which group this participant belongs to. You can use an external function (e.g. using Excel) to randomly assign the group to each participant.

Then in other surveys of your study, you can determine which group should receive this survey. To do so, you need to define a criteria like below:

Q15000_1 == 1 -> Only for participants in group 1
Q15000_1 == 2 -> Only for participants in group 2
Q15000_1 == 3 -> Only for participants in group 3

I believe this helps with the first part of your study.

Let me know if there is anything else I can help with.

Best of luck with your study,
Mohammad