|
Group: Forum Members
Posts: 6,
Visits: 34
|
Hi, I'm quite new to Inquisit and I was wondering if I could (re)assign group number at the start of an experiment using specific subject ID's contained in a list:
Define two lists of specific subject ID's <list subID_A> / items = (2345, 4456, 6458, 6855) </list>
<list subID_B> /items = (1243, 5697, 8096, 9054) </list>
But now is the part I'm not sure on as I don't think there is an 'any()' function in Inquisit <values> /if(groupnumber == any(subID_A)) /groupnumber = 1 /then(groupnumber == any(subID_B)) /groupnumber = 2 /else /groupnumber = 3 </values>
Any help would be greatly appreciated!
Thanks, Ben
|