Group: Forum Members
Posts: 12,
Visits: 73
|
Hey, I tried to make it so all participants in my task would first all get the same practice block but then have a different order for the other blocks depending. Is this the accurate syntax for it ? <expt> / subjects = (1 of 6) / groupassignment = groupnumber / postinstructions = (end) / onexptend = [values.completed = 1] / blocks = [1 = wordmemory0; 2 = wordmemory; 3 = wordmemory2; 4 = wordmemory3;] </expt>
<expt> / subjects = (2 of 6) / groupassignment = groupnumber / postinstructions = (end) / onexptend = [values.completed = 1] / blocks = [1 = wordmemory0; 2 = wordmemory; 3 = wordmemory3; 4 = wordmemory2;] </expt>
<expt> / subjects = (3 of 6) / groupassignment = groupnumber / postinstructions = (end) / onexptend = [values.completed = 1] / blocks = [1 = wordmemory0; 2 = wordmemory2; 3 = wordmemory3; 4 = wordmemory;] </expt>
<expt> / subjects = (4 of 6) / groupassignment = groupnumber / postinstructions = (end) / onexptend = [values.completed = 1] / blocks = [1 = wordmemory0; 2 = wordmemory2; 3 = wordmemory; 4 = wordmemory3;] </expt>
<expt> / subjects = (5 of 6) / groupassignment = groupnumber / postinstructions = (end) / onexptend = [values.completed = 1] / blocks = [1 = wordmemory0; 2 = wordmemory3; 3 = wordmemory; 4 = wordmemory2;] </expt>
<expt> / subjects = (6 of 6) / groupassignment = groupnumber / postinstructions = (end) / onexptend = [values.completed = 1] / blocks = [1 = wordmemory0; 2 = wordmemory3; 3 = wordmemory2; 4 = wordmemory;]
|