Group: Administrators
Posts: 13K,
Visits: 104K
|
The default behavior of a <trial> is /responseinterrupt = immediate, i.e., as soon as a response is registered, the trial stops and enters a posttrial-phase for the remainder of the specified /trialduration. To get the trial to record for the full 30 seconds, you have to do something like this:
<trial Images> /stimulustimes = [0 = Images; 30000 = Images] / trialduration = 30000 / beginresponsetime = 0 /responseinterrupt = frames /inputdevice=voicerecord / recorddata = true /branch = [trial.blankscreen] </trial>
|