Wait command


Author
Message
yaz
yaz
Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)
Group: Forum Members
Posts: 6, Visits: 40
Hello,

Could you please help me find a way to enter a two minute wait command <openended prime>
For this prime, the participants need to type the text in the box and then press the button to take them to the next page of the experiment.
Could you possibly help me with allowing the participant to type the text in the box but not allowing them to press the button until two minutes have elapsed. 
Thank you for your help in advance. 

<text prime>
/ numitems = 1
/ items = ("Name of car")
/ color = (0,0,0)
/ position = (50,20)
</text>
<openended prime>
/ stimulustimes = [1 = prime]
/ buttonlabel = ">> CLICK on THIS FIELD to finish and to continue, please use the MOUSE >>"
/ position = (50, 80)
/ charlimit = 2000
/ linelength = 50
/ numlines = 20
/ mouse = true
/ pretrialpause = 500
/ required = true
</openended>

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
yaz - Wednesday, May 2, 2018
Hello,

Could you please help me find a way to enter a two minute wait command <openended prime>
For this prime, the participants need to type the text in the box and then press the button to take them to the next page of the experiment.
Could you possibly help me with allowing the participant to type the text in the box but not allowing them to press the button until two minutes have elapsed. 
Thank you for your help in advance. 

<text prime>
/ numitems = 1
/ items = ("Name of car")
/ color = (0,0,0)
/ position = (50,20)
</text>
<openended prime>
/ stimulustimes = [1 = prime]
/ buttonlabel = ">> CLICK on THIS FIELD to finish and to continue, please use the MOUSE >>"
/ position = (50, 80)
/ charlimit = 2000
/ linelength = 50
/ numlines = 20
/ mouse = true
/ pretrialpause = 500
/ required = true
</openended>

You can achieve this via /isvalidresponse:

<openended prime>
/ stimulustimes = [1 = prime]
/ buttonlabel = ">> CLICK on THIS FIELD to finish and to continue, please use the MOUSE >>"
/ position = (50, 80)
/ charlimit = 2000
/ linelength = 50
/ numlines = 20
/ mouse = true
/ pretrialpause = 500
/ required = true
/ isvalidresponse = [openended.prime.latency >= 120000]
</openended>

The openended then will not allow participants to move on before 2 minutes (or more) have elapsed.


yaz
yaz
Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)Partner Member (693 reputation)
Group: Forum Members
Posts: 6, Visits: 40
Thank you very much.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search