<div dir="ltr">Hi Katherine<div><br></div><div>I am a beginner in using e-prime,</div><div>I am building a stop signal task but I have some difficulties.......</div><div>Can u send yours so I can see the procedure?</div><div>thank you</div><div><br></div><div>Elena<br><br><br>my e mail is iglif.smile@gmail.com</div><div><br></div><div><br>Il giorno mercoledì 29 aprile 2009 18:39:23 UTC+1, katherine ha scritto:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hello Everyone,
<br>
<br>I would be very grateful if you could help me with a task I am
<br>programming. I am having a problem with a Stop Signal (Go-NoGo) Task.
<br>
<br>This task has two conditions - Go (with two stimuli: < and >) and No
<br>Go (Stop Trial) (also with stimuli: < and >). Each trial is timed to a
<br>trigger from our scanner, which comes every 2.8 seconds. Each trial
<br>lasts for two trigger periods (5.6 seconds). The Go condition is
<br>working fine. The subject sees a "ready" crosshair for 500ms, then has
<br>900ms to respond to a stimulus prior to a feedback slide. In the Stop
<br>condition the subject sees a "ready" crosshair for 500ms, sees a
<br>stimulus, and hears a beep ("sound delay") shortly after the
<br>presentation of the stimulus, which cues them to inhibit their
<br>response. The timing of the presentation of the beep is dependent upon
<br>a staircase. As the accuracy of the subject's responses on the Stop
<br>Trials increases the time between the presentation of the stimuli and
<br>beep should also increase. As accuracy decreases, the time should also
<br>decrease. The goal is to keep the subject's accuracy around 50%. At
<br>the beginning of the task the experimenter enters the starting time of
<br>the beep presentation, based on the ending time from the subjects
<br>practice run (hopefully already close to 50%).
<br>
<br>I am having two problems with the script as it currently stands.
<br>First, I am trying to set up the No Go portion (Stop Trial) of the
<br>task so that it lasts for two trigger periods. Currently, if a subject
<br>mistakenly responds on a No Go trial the "TrialBlankEnd2" display is
<br>skipped. "TrialBlankEnd2" is a blank 1200ms display which is used to
<br>lengthen the duration of the trial in order to ensure the trial lasts
<br>for two trigger periods. If ""  is skipped the next trial starts after
<br>only one trigger period.
<br>
<br>I tried to achieve the same effct by using a "sleep" command, using
<br>the following code:
<br>
<br>c.SetAttrib "StimSlide2.ACC", StimSlide2.ACC
<br>If StimSlide2.ACC = 0 Then
<br>sleep (1300)
<br>End If
<br>
<br>I tried to insert this code in an inline file after "sound delay," but
<br>it seems that when this code is implemented StimSlide2.ACC is always
<br>set to zero, instead of set to 1 (which it should be set to when the
<br>person correctly inhibits) The result is that the staircases I've set
<br>up do not work.
<br>
<br>What I'm looking for is a way to ensure that no matter what the
<br>subject's response on a Stop Trial, the next trial does not start
<br>until two trigger periods have elasped (5.6sec). If "TrialBlankEnd2"
<br>is skipped, the next trial starts after one trigger period (2.8sec).
<br>If I use a sleep command, it seems to throw off the accuracy count (on
<br>which the staircasing is dependent).
<br>
<br>It seems as though the script is set up correctly for the most part.
<br>The staircases do work when the accuracy count works. Is there a
<br>better way to set up The Stop trials that will ensure that the trials
<br>have "blank time" on the end and that the accuracy counts are
<br>accurate?
<br>
<br>Thank you very much for your help with this. I appreciate it.
<br>
<br>Katherine Koenig</blockquote></div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/ca400aac-0d94-40d5-9af7-1268bda41386%40googlegroups.com">https://groups.google.com/d/msgid/e-prime/ca400aac-0d94-40d5-9af7-1268bda41386%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />