Hi Mich,<br>Thank you very much for the trick. You are right that I can enter the subject numbers manually during the experiment (which I have been doing until now). When I am not here it gets mixed up as the person running the subject does not know how to change the subject name or too busy to remember it. Therefore, I decided to minimize the user role in the task. Although  the task is a passive task I am using the Edat files to cross check the system delays, netstation triggers, etc. I feel like it is essential to cross check everything. <br>
I also like the idea decreasing the number of counter (in e-PRIMER). I was thinking to implement that logic. I know the total number of trials I wanna run . Therefore, I can define a counter and count down. We will all see how it goes down to the road as I have a lot of challenges which will be discussed in the forum.<br>
Cheers,<br>Meltem<br><br><div class="gmail_quote">On Thu, Oct 13, 2011 at 8:41 AM, Michiel Spape <span dir="ltr"><<a href="mailto:Michiel.Spape@nottingham.ac.uk">Michiel.Spape@nottingham.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div link="blue" vlink="purple" lang="EN-GB"><div><p class="MsoNormal"><span style="font-size:11.0pt">Hi,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">So, do I understand correct you want to use the same e-prime data-file for more than one subject? Any good reason for that? Normally, I’d say, just rerun the experiment, type in subject number, and from the .edat files, filter out those subjects who have few data (in E-DataAid, count number of trials, write those subjects with few trials on a piece of paper, and filter those out from analysis) – I think that’s pretty much what we always do (whether subjects be infants or psych students). What you seem to want to do is rather counterintuitive: if a participant completes 60% of trials, at which point you want to increase subject number, why should this participant suddenly have 2 subject numbers (so that subject with the next subject number, which is actually the same subject, now has 40% of trials at most)? Why not just create a filter? You can even do that online:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Create user script (global, alt+5, user tab) variables:<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">Dim TotalTrials as integer<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dim PropDone as double<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">Initialise variable (only TotalTrials, because initialising in basic also sets to 0), by adding to beginning of experiment (upmost procedure, before everything else):<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">TotalTrials = 300 ‘or whatever is the maximum<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">Check to see, during each trial, how far the subject is, by adding to end of trial procedure:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">PropDone = PropDone + 1 / TotalTrials<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">c.SetAttrib “PropDone”, PropDone<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">voila, and by finding the maximum of propdone, per subject, you can find how many trials the participant has done. You can take it from there, coding the participant number, for whatever reason, in there as well (I’d just suggest not to use the subject number attribute) and increasing it if need be.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">If, on the other hand, you’re doing some infinite loop thing, where you want ALL infants in 1 edat, perhaps it might be a good idea to build in a sneaky key. So that, if you have some textdisplay, and you press X (for next), a variable is updated:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">User script:<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">Dim CurrentParticipant as Integer<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">Initialise:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">currentparticipant = c.GetAttrib (“Subject”)<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">After critical stimulus:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">If myCriticalStimulus.RESP = X then currentparticipant = currentparticipant + 1<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">c.SetAttrib “CurrentParticipant”, currentparticipant<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">Something like that. Hope that helps.<u></u><u></u></span></p><div class="im"><p class="MsoNormal">
<span style="font-size:11.0pt">Best,<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt">Mich<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p><p class="MsoNormal">
<span style="font-size:11.0pt"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p><p class="MsoNormal"><i><span style="font-size:10.0pt;color:#16355A">Michiel Spapé<u></u><u></u></span></i></p>
<p class="MsoNormal"><i><span style="font-size:10.0pt;color:#16355A">Research Fellow<u></u><u></u></span></i></p><p class="MsoNormal"><i><span style="font-size:10.0pt;color:#16355A">Perception & Action group<u></u><u></u></span></i></p>
<p class="MsoNormal"><i><span style="font-size:10.0pt;color:#16355A">University of Nottingham<u></u><u></u></span></i></p><p class="MsoNormal"><i><span style="font-size:10.0pt;color:#16355A">School of Psychology<u></u><u></u></span></i></p>
<p class="MsoNormal"><i><span style="font-size:10.0pt;color:#16355A"><a href="http://www.cognitology.eu" target="_blank">www.cognitology.eu</a></span></i><i><span style="font-size:10.0pt;color:#16355A"><u></u><u></u></span></i></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p></div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal"><b><span style="font-size:10.0pt" lang="EN-US">From:</span></b><span style="font-size:10.0pt" lang="EN-US"> <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a> [mailto:<a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>] <b>On Behalf Of </b>Meltem BALLAN<br>
<b>Sent:</b> 13 October 2011 13:01<br><b>To:</b> <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a></span></p><div class="im"><br><b>Subject:</b> Re: incrementing the trial count<u></u><u></u></div>
<p></p></div><p class="MsoNormal"><u></u> <u></u></p><p>Hi All,</p><div><div></div><div class="h5"><br>Thank you.I did all you described but somehow I could not call from another function. I am running infant subjects. So it is not a case for me to complete the task 60% of the time. Therefore, I wanna count the max number of trials. If it is more than 60%  I wanna increase the subject number. I followed instructions but  increment did not work.<br>
Thanks<br>Meltem<u></u><u></u></div></div><p></p><div><div></div><div class="h5"><div><p class="MsoNormal">On Oct 13, 2011 7:02 AM, "liwenna" <<a href="mailto:liwenna@gmail.com" target="_blank">liwenna@gmail.com</a>> wrote:<u></u><u></u></p>
<p class="MsoNormal" style="margin-bottom:12.0pt">Not sure if this is what you're looking for (if I remember correctly<br>the e-primer is quite clear on this one) but you did add an inline<br>that increments the value assigned to totaltrial on each trial? I.e.<br>
an inline on the proc reading:<br><br>totaltrial = totaltrial +1<br>(followed by another line to log it onto the attribute trialcount: c.<br>SetAttrib "TrialCount", totalTrial)  ?<br><br>On Oct 12, 7:02 pm, Meltem BALLAN <<a href="mailto:meltembal...@gmail.com" target="_blank">meltembal...@gmail.com</a>> wrote:<br>
> Mich,<br>> No worries. I was looking to find a source. I used the explanation in the<br>> E-PRIME documentation but did not work. I read the E-PRIMER. It must be<br>> something I am missing within the lines.<br>
> Thanks<br>> Meltem<br>><br>> On Wed, Oct 12, 2011 at 12:49 PM, Michiel Spape <<br>><br>><br>><br>><br>><br>><br>><br>><br>><br>> <a href="mailto:Michiel.Sp...@nottingham.ac.uk" target="_blank">Michiel.Sp...@nottingham.ac.uk</a>> wrote:<br>
> > Hi Meltem,****<br>><br>> > Not to sound sour, but these are quite elementary questions for which I<br>> > think you might really want to do a quick walk through some tutorials. For<br>> > example, our very ownhttp://<a href="http://step.psy.cmu.edu/materials/EPrimer.pdfhas" target="_blank">step.psy.cmu.edu/materials/EPrimer.pdfhas</a> an<br>
> > almost exact answer to what you seem to be looking for, in one of the two<br>> > last chapters. Also, the quick start is a very useful way to begin. I think,<br>> > with some additional information (such as what do you mean by Stimulus<br>
> > count?), anybody could answer your question, but you’d really be doing<br>> > yourself a favour to take two days to learn how to use the software. Sorry<br>> > to be not of more use.****<br>><br>> > ** **<br>
><br>> > Best,****<br>><br>> > Mich****<br>><br>> > ** **<br>><br>> > *Michiel Spapé*<br>><br>> > *Research Fellow*<br>><br>> > *Perception & Action group*<br>><br>
> > *University of Nottingham*<br>><br>> > *School of Psychology*<br>><br>> > *<a href="http://www.cognitology.eu" target="_blank">www.cognitology.eu</a>***<br>><br>> > ** **<br>><br>> > *From:* <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a> [mailto:<a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>] *On<br>
> > Behalf Of *Meltem BALLAN<br>> > *Sent:* 12 October 2011 17:42<br>> > *To:* <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a><br>> > *Subject:* incrementing the trial count****<br>
><br>> > ** **<br>><br>> > Hi All,<br>> > I have a question that I cannot figure out by myself. I am trying to add a<br>> > counter in my task which is counting the total number of trials during the<br>
> > task. I defined a global variable as totalTrial (in User Script) and<br>> > assigned it as TrialCount (c. SetAttrib "TrialCount", totalTrial). My<br>> > dillemma is how I can integrate TrialCount with my Stimulus count.<br>
> > I tried as Trial=TrialCount but it did not work.<br>> > Any idea?<br>> > Thanks<br>> > Meltem<br>><br>> > --<br>> > Meltem Ballan, PhD<br>> > Department of Psychiatry, CB# 7160<br>
> > University of North Carolina School of Medicine<br>> > 7023 Neurosciences Hospital<br>> > Chapel Hill, NC 27599-7160****<br>><br>> > --<br>> > You received this message because you are subscribed to the Google Groups<br>
> > "E-Prime" group.<br>> > To post to this group, send email to <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>.<br>> > To unsubscribe from this group, send email to<br>
> > <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com" target="_blank">e-prime+unsubscribe@googlegroups.com</a>.<br>> > For more options, visit this group at<br>> ><a href="http://groups.google.com/group/e-prime?hl=en.****" target="_blank">http://groups.google.com/group/e-prime?hl=en.****</a><br>
><br>> >  This message and any attachment are intended solely for the addressee and<br>> > may contain confidential information. If you have received this message in<br>> > error, please send it back to me, and immediately delete it. Please do not<br>
> > use, copy or disclose the information contained in this message or in any<br>> > attachment. Any views or opinions expressed by the author of this email do<br>> > not necessarily reflect the views of the University of Nottingham.<br>
><br>> > This message has been checked for viruses but the contents of an attachment<br>> > may still contain software viruses which could damage your computer system:<br>> > you are advised to perform your own checks. Email communications with the<br>
> > University of Nottingham may be monitored as permitted by UK legislation.<br>><br>> > --<br>> > You received this message because you are subscribed to the Google Groups<br>> > "E-Prime" group.<br>
> > To post to this group, send email to <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>.<br>> > To unsubscribe from this group, send email to<br>> > <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com" target="_blank">e-prime+unsubscribe@googlegroups.com</a>.<br>
> > For more options, visit this group at<br>> ><a href="http://groups.google.com/group/e-prime?hl=en" target="_blank">http://groups.google.com/group/e-prime?hl=en</a>.<br>><br>> --<br>> Meltem Ballan, PhD<br>
> Department of Psychiatry, CB# 7160<br>> University of North Carolina School of Medicine<br>> 7023 Neurosciences Hospital<br>> Chapel Hill, NC 27599-7160<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 <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>.<br>To unsubscribe from this group, send email to <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com" target="_blank">e-prime+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/e-prime?hl=en" target="_blank">http://groups.google.com/group/e-prime?hl=en</a>.<u></u><u></u></p></div><p class="MsoNormal">-- <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 <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>.<br>To unsubscribe from this group, send email to <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com" target="_blank">e-prime+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/e-prime?hl=en" target="_blank">http://groups.google.com/group/e-prime?hl=en</a>.<u></u><u></u></p></div></div></div><div><div></div><div class="h5">
<br>
<p>
This message and any attachment are intended solely for the addressee and may 
contain confidential information. If you have received this message in error, 
please send it back to me, and immediately delete it.   Please do not use, 
copy or disclose the information contained in this message or in any attachment.  
Any views or opinions expressed by the author of this email do not necessarily 
reflect the views of the University of Nottingham.
</p>
<p>
This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
</p></div></div></div><div><div></div><div class="h5">

<p></p>

-- <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 <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com" target="_blank">e-prime+unsubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a href="http://groups.google.com/group/e-prime?hl=en" target="_blank">http://groups.google.com/group/e-prime?hl=en</a>.<br>


</div></div></blockquote></div><br><br clear="all"><br>-- <br><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">Meltem Ballan, PhD<br>Department of Psychiatry, CB# 7160 <br>University of North Carolina School of Medicine<br>
7023 Neurosciences Hospital<br>Chapel Hill, NC 27599-7160</span><br>

<p></p>

-- <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 />