Group: Forum Members
Posts: 25,
Visits: 126
|
Now I am making an Approach-Avoidance Task's script.
I want to record response time for each separate 10 blocks. One block is consisted with 20 trials. I want to run the trials within each blocks randomly.
I made following script.
<block AAT> / onblockbegin = [values.index = 0] / trials = [1-20 = AAT_start; 21-40 = AAT_start; 41-60 = AAT_start; 61-80 = AAT_start; 81-100 = AAT_start; 101-120 = AAT_start; 121-140 = AAT_start; 141-161 = AAT_start; 161-180 = AAT_start; 181-200 = AAT_start] </block>
<expt > ... / blocks = [1 = SequenceGenerator; 2 = practice_AAT; 3 = AAT; 4 = AAT; 5 = AAT; 6 = AAT; 7 = AAT; 8 = AAT; 9 = AAT; 10 = AAT; 11 = AAT; 12 = AAT] ... </expt>
I could run the script, and marked block numbers. However, stimulus presentation was maybe not random, when I watched the raw data.
What code should I correct?
|