Group: Forum Members
Posts: 10,
Visits: 31
|
Is there a way to have the script not select the same item from the list for baseline_persons and baseline_objects? For example, if baseline_persons is "CURTAIN", I don't want baseline_objects to also be "CURTAIN".
<item baseline_prime> / 1 = "CURTAIN" / 2 = "TABLE" / 3 = "UTENSIL" / 4 = "VOWEL" / 5 = "COLUMN" / 6 = "PAPER" / 7 = "PENCIL" / 8 = "METAL" </item>
<text baseline_persons> / items = baseline_prime / select = noreplace / selectionrate = experiment / position = (50%, 50%) </text>
<text baseline_objects> / items = baseline_prime / select = noreplace / selectionrate = experiment / position = (50%, 50%) </text>
|