Group: Forum Members
Posts: 35,
Visits: 77
|
I am designing a set of tasks for Inquisit web that I will run using the batch element.
In the first task, one stimulus from a set of 10 stimuli is randomly selected and then this same stimulus is presented across numerous trials of the study. The stimulus is selected using the following counter element:
<counter targetcounter> / select = noreplace(1-10) / selectionrate = experiment / resetinterval = 0 </counter>
I need the second task to also present this same randomly-selected stimulus, which means I need to pass information about which stimulus was selected in the first task to the second task. I’m having trouble figuring out how to do this smoothly. Any guidance would be most appreciated! (Also happy to provide the scripts for the two tasks if it would be helpful).
|