Millisecond Forums

Delayed presentation of a stimulus frame item

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

By peter - 9/28/2017

Hi everyone I am trying to present some cards on screen to be selected (as stimulusframes), then present another card three seconds later. Could some kind person tell me how to delay the presentation of the final card?  
Thanks in advance
Peter
By Dave - 9/29/2017

peter - Friday, September 29, 2017
Hi everyone I am trying to present some cards on screen to be selected (as stimulusframes), then present another card three seconds later. Could some kind person tell me how to delay the presentation of the final card?  
Thanks in advance
Peter

You can do that via the <trial>'s /stimulustimes:

<trial example>
/ stimulustimes = [0=card1, card2, card3; 3000=card4]
...
</trial>
By peter - 10/1/2017

Dave - Friday, September 29, 2017
peter - Friday, September 29, 2017
Hi everyone I am trying to present some cards on screen to be selected (as stimulusframes), then present another card three seconds later. Could some kind person tell me how to delay the presentation of the final card?  
Thanks in advance
Peter

You can do that via the <trial>'s /stimulustimes:

<trial example>
/ stimulustimes = [0=card1, card2, card3; 3000=card4]
...
</trial>

That's perfect. Massive thanks for your help,
Peter