Millisecond Forums

BRET-Bomb Risk Elicitation Task- how to speed up stimulus

https://forums.millisecond.com/Topic22317.aspx

By RiskyBehaviourLabUvic - 8/23/2017

Hello! I'm running the 100_Delayed version of the experiment BRET,  and I'm trying to speed up the time it takes each blue square takes to disappear, would like to do it in half the time. Looked at the documentation but could not find the function to speed up the presentation of a stimulus . Any help is appreciated!
By Dave - 8/23/2017

RiskyBehaviourLabUvic - Wednesday, August 23, 2017
Hello! I'm running the 100_Delayed version of the experiment BRET,  and I'm trying to speed up the time it takes each blue square takes to disappear, would like to do it in half the time. Looked at the documentation but could not find the function to speed up the presentation of a stimulus . Any help is appreciated!

The "collectionrate" parameter is what you'll want to change, i.e. for half the time, change

<parameters>
...
/collectionRate = 1000
...
</parameters>

to

<parameters>
...
/collectionRate = 500
...
</parameters>
By RiskyBehaviourLabUvic - 8/25/2017

Dave - Wednesday, August 23, 2017
RiskyBehaviourLabUvic - Wednesday, August 23, 2017
Hello! I'm running the 100_Delayed version of the experiment BRET,  and I'm trying to speed up the time it takes each blue square takes to disappear, would like to do it in half the time. Looked at the documentation but could not find the function to speed up the presentation of a stimulus . Any help is appreciated!

The "collectionrate" parameter is what you'll want to change, i.e. for half the time, change

<parameters>
...
/collectionRate = 1000
...
</parameters>

to

<parameters>
...
/collectionRate = 500
...
</parameters>

Thank you so much!