Group: Forum Members
Posts: 52,
Visits: 110
|
Hi Dave,
How would I go about presenting certain trials randomly for a given amount of times?
For example, if I want to run TrialA 3 times, TrialB 4 times, and TrialC 5 times, but each trial must be run in random order without being repeated for a total trial count of 12.
I looked at the Inquisit Language Reference for the block and trial elements, to see if this is possible, but the block element only seems to be able to run a certain number of trials sequentially, not randomly, as per the code example:
<block Block1>
/ trials=[1-12=noreplace(1-3=TrialA; 4-7=TrialB; 8-12=TrialC)]
</Block1> Thank you!
|