Group: Forum Members
Posts: 6,
Visits: 18
|
Hello,
I have a task in which I hope to present three open ended trials (with different stimuli) in random order and between each openended trial present a survey on that trial and then a reminder of instructions. Is it possible to use the norepeatnoreplace command in the following way and still ensure there is no repeat of of any particular open ended trial but that they are each still shown randomly?
<exp> /blocks = 1=start; 2=norepeatnoreplace(one, two, three); 3=survey.Survey1; 4=reminder1; 5=norepeatnoreplace(one, two, three); 6=survey.Survey2; 7=reminder2; 8=norepeatnoreplace(one, two, three); 9=survey.Survey3; 10=end </exp>
|