one more thing.<div>if you'd like a visible "time beam" you could perform basically the same calculation at the end of each trial as described by michiel (CurrentTrial/TotalTrials), but multiply that product by, say, the screen width.  then send that value to your running list, and have a TextObject imbedded in a SlideObject that pulls its width value from the running list.  so, you'd need to add a column to the List that runs your trials, and call the column "TimeBeam".  then at the end of each trial update the value you want for the width of the TimeBeam TextObject.</div>
<div><br></div><div>CONST TotalTrials = 288 'put this in the user tab</div><div>Dim CurrentTrial as Integer 'put this in the user tab</div><div>Dim BeamWidth as Integer 'put this in the user tab</div><div><br>
</div><div>'in the Slide presenting your trial screen have a TextObject devoted strictly to being your TimeBeam, and set the value for width for this TextObject to [TimeBeam] so that it pulls this value from the List...</div>
<div><br></div><div>'in an Inline at the end of each trial:</div><div>CurrentTrial = CurrentTrial+1</div><div>BeamWidth = CurrentTrial/TotalTrials*Display.XRes</div><div>c.SetAttrib "TimeBeam", BeamWidth<br>
<br><div class="gmail_quote">On Thu, Mar 12, 2009 at 12:12 PM, Spape, Michiel <span dir="ltr"><<a href="mailto:MSpape@fsw.leidenuniv.nl">MSpape@fsw.leidenuniv.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Bas,<br>
1. Just record (windows sound recorder, for example) your voice saying the instruction and add the wav resulting from that as a sound sub-object to the slide with the instruction. Or, just tell them - it's always best to let a person be there and instruct the participant, so you can be more sure that they understand it. Never underestimate how difficult your experiment may appear to your participants, and take your time: possibly, the best way is to let your participant repeat in their own words what they have to do.<br>

<br>
2. If you have, say, 288 trials in your experiment, add some text-display in your trial, calling it, for example, Intertrialinterval (that is, i'd suggest adding this to your feedback, but in the absence of that, this may sometimes do). Declare an integer variable in the user script (e.g. Alt+5, then write: 'dim trialcounter as integer') and add an inline object just before the intertrialinterval and write something like:<br>

trialcounter = trialcounter + 1<br>
Intertrialinterval.text = "You have succesfully completed " & (trialcounter / 288) * 100 & " % of the experiment, only " & " 288 - trialcounter & " trials to go!"<br>
<br>
Hope that helps.<br>
Best,<br>
Mich<br>
<br>
________________________________<br>
<br>
Van: <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a> namens Bas en Oisin<br>
Verzonden: do 12-3-2009 17:03<br>
Aan: E-Prime<br>
Onderwerp: voice-over and time beam<br>
<div class="im"><br>
<br>
<br>
<br>
Dear Pro`s with E-Prime!<br>
<br>
My name is Bas Hartel en together with Oisin Bugter we do research at<br>
the University of Amsterdam. We are two medecine students. We measure<br>
the reaction time of patient with a very simple e-prime experiment. We<br>
have althought two questions:<br>
<br>
First of all, we have severall slides with the explanation of the test<br>
for the patient. To be sure that the information is well understood we<br>
would like to put a voice-over together with the slides. Is this<br>
possible with E-prime?And if yes, could anyone please explain to us<br>
how to do it?<br>
<br>
<br>
Then we would like to add a time beam. The test being very boring, the<br>
patient have an idea how long it will take to finish it.<br>
<br>
I hope you can provide me with some answers,<br>
<br>
greetings,<br>
<br>
<br>
Bas and Oisin<br>
<br>
<br>
<br>
<br>
</div>**********************************************************************<br>
This email and any files transmitted with it are confidential and<br>
intended solely for the use of the individual or entity to whom they<br>
are addressed. If you have received this email in error please notify<br>
the system manager.<br>
**********************************************************************<br>
<div><div></div><div class="h5"><br>
<br>
<br>
</div></div></blockquote></div><br></div>
<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>