Range for Response Time???

Matt Lenhart mplenhart at gmail.com
Tue Aug 26 16:37:48 UTC 2008


Hello,

You should be able to handle this using a bit of InLine script
following the object collecting the response. That is, if you want to
determine whether the criterion was met immediately after each
subject's response, you could use script similar to the following
(assuming the response object's name is Stimulus):

If Stimulus.RT < lowerBound Or Stimulus.RT > upperBound Then
  'Insert script to handle a response time out of the specified range.
End If

You would simply replace lowerBound and upperBound with the values you
want to specify for your range. The script inside the If...Then
statement can be anything you like to signal that a response time
outside the range was detected (e.g., playing a sound file, etc).

Please let me know if you have any questions.

- Matt
PST Technical Consultant
http://www.pstnet.com

On Aug 18, 5:01 pm, Speechy <ascott0... at yahoo.com> wrote:
> I want to be able to determine quickly after the presentation of a
> treatment trial whether a person responds within a criterion response
> time (RT) range. I'm wondering whether E-prime could be programmed
> with that RT range, and to provide some sort of signal if a response
> was outside that range? Do you have any idea if/how I can accomplish
> this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en
-~----------~----~----~----~------~----~------~--~---



More information about the Eprime mailing list