Group: Forum Members
Posts: 11,
Visits: 94
|
(for some reason my first post does not show up)
Thanks for the suggestions. I am somewhat concerned about equal assignment of conditions, so I am a bit apprehensive to use random assignment.
The other solution you suggested (precondition) would work if I could do something like: <include> / precondition = [script.subjectid < "5000" ] / file = "condition_1.iqx" </include>
We have generated random IDs for participants, but they can be sorted. One more question, can precondition be included in the block element so that I don't have to separate the two conditions into separate files? Or perhaps I could use branch for that? Currently I have for condition 1:
<expt> / subjects = (1 of 2) / groupassignment = subjectnumber / preinstructions = (welcome_p) / blocks = [1 = consent_b; 2 = practice_b; 3 = subprime_trust_b; 4 = playerA_b; 5 = donation_b] </expt>
|