you could certainly do this with an inline script, or you could do it just using the built-in objects.<br>here's one way to do it:<br>say you're using a TextDisplay item to display your stimulus, and it's the onset of the TextDisplay item which you would like to jitter.  let's call that TextDisplay2, and immediately before it in the procedure time-line is TextDiplay1 (a blank screen or fixation cross).  go to the duration/input tab in your TextDisplay1, and in the Duration field (also in the PreRelease field) type [jitter].  now TextDisplay1 is trying to determine its duration from a column by the name of "jitter" in some higher up List.  so now we need to make that list, and that column within it.<br>
let's say your trial procedure is being called from/run from "List1".  go to List1, and on the same row as you have your procedure being called, create a nested list, called "JitterList", or something.  inside JitterList you need to add a column titled, "jitter", to supply a value for the duration field on your TextDisplay1.  in this column put all the various durations you'd like.  now set JitterList to select items at random.<br>
hope that works.<br><br>ben<br><br><div class="gmail_quote">On Sat, Mar 1, 2008 at 7:51 PM, lislog <<a href="mailto:martin.lauterbach@sapo.pt">martin.lauterbach@sapo.pt</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Dear colleagues<br>
I want to program an e-prime paradigm for fMRI with varying stimulus<br>
onset time, in order to jitter the BOLD responses. I guess this has to<br>
be done with a InLine-object in the TrialProc- object. What are the<br>
comands that have to be written into the InLine-object? Or do you have<br>
other suggestions how to introduce into the TrialList-object a<br>
variablel stimulus onset time?<br>
best lislog<br>
<br>
</blockquote></div><br><br>
--~--~---------~--~----~------------~-------~--~----~<br>
You received this message because you are subscribed to the Google Groups "E-Prime" group. <br> To post to this group, send email to e-prime@googlegroups.com <br> To unsubscribe from this group, send email to e-prime-unsubscribe@googlegroups.com <br> For more options, visit this group at http://groups.google.com/group/e-prime?hl=en <br> -~----------~----~----~----~------~----~------~--~---<br>
<br>