Allow Responses at Any Time..?

60 views
Skip to first unread message

newbie

unread,
Aug 1, 2012, 5:13:08 PM8/1/12
to e-p...@googlegroups.com
Hi everyone,

I'm trying to make my retrieval run on the Eprime where the sound will be played and the experiment participants will determine which way the sound is coming by either pressing 1 or 6.
I'm wondering how I would be able to adjust this to accept responses at any time.

Dim nFeedbackSlideDur As Integer

If JudgementSlide.RESP = "" Then

    JudgementSlide.RT = 4000

End If
   
nFeedbackSlideDur = 4000 - JudgementSlide.RT

c.SetAttrib "FeedbackDuration", nFeedbackSlideDur

here's my script for the "Calculate Duration" script.

Please let me know and thank you guy so much!!
Clair


Eline Borch Petersen

unread,
Aug 2, 2012, 9:44:00 AM8/2/12
to e-p...@googlegroups.com
Maybe I don't understand your problem, but can't you use a slide with infinit duration terminated by a keybord response.
In your SoundInput object you specify wether the sound should be played once or repeated.
 
Eline
 

newbie

unread,
Aug 2, 2012, 4:10:32 PM8/2/12
to e-p...@googlegroups.com
Thanks for your reply.

I'm trying to set the termination response as 1 or 6 since those are the numbers that should be the responses,  but it's not allowing me to do so by saying "multiple values not permited".
I also tried [integer],[any] but none of those are working
Could you please give me any advice on that?

Thanks!

Cameron DeLeone

unread,
Aug 2, 2012, 5:15:35 PM8/2/12
to e-p...@googlegroups.com
You should look into the InputMask.IsPending method if you want to collect multiple responses without changing the object on screen, if that is actually what you want to do...

dDwnload ProcessResponseTemplate.es here and see if that helps you solve your problem.

Eline Borch Petersen

unread,
Aug 3, 2012, 5:21:38 AM8/3/12
to e-p...@googlegroups.com
Strange, I have something similar allowing 4 responses to terminate a slide. In Allowable you write 16 (without any characters or space). The correct field you leave free, or if you have the correct answer in a list attribute you can link to that using [Attributename].
 
Does that change anything?
Reply all
Reply to author
Forward
0 new messages