<div dir="ltr">Here's my take on how to deal with getting medians in-task:<br><br><a href="https://groups.google.com/forum/#!topic/e-prime/6wKH5ceFuMQ">https://groups.google.com/forum/#!topic/e-prime/6wKH5ceFuMQ</a><br><br> which would admittedly be much easier if E-prime had a median summation.<br><br>On Thursday, November 19, 2009 12:24:02 PM UTC-7, David McFarlane wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Liza,
<br>
<br>liwenna's answer covers what you need (thanks, liw!), but if you want 
<br>to read up some more then dive into chapter 4 of the User's Guide 
<br>that came with E-Prime, especially sections 4.3.4.1, 4.3.5, 4.4.3, and 4.5.3.4.
<br>
<br>BTW, if you ever want to gather fancier descriptive statistics (e.g., 
<br>max, min, mean, standard deviation (but no median :( )), you can make 
<br>your life easier with a Summation object, just look at the Summation 
<br>topic in the online E-Basic Help.
<br>
<br>-- David McFarlane, Professional Faultfinder
<br>
<br>
<br>At 11/19/2009 01:25 PM Thursday, liwenna wrote:
<br>>Hey Liza,
<br>>
<br>>What you need is a variable that is able to carry information over
<br>>several trials.
<br>>This is done  by 'user tab declared variables', which are variables
<br>>that also fall out of the currect 'context' (or c. as in c.setattrib).
<br>>Go to the script window and in the lower left tab select the user tab.
<br>>On the user tab write: " dim ncorrect as integer " .  There's your
<br>>counter of correct trials.
<br>>
<br>>In the trialproc create an inline after slide2 that will update the
<br>>attribute ncorrect.
<br>>
<br>>********************
<br>>if slide2.acc = 1 then ncorrect = ncorrect +1
<br>>
<br>>c.setattrib "correctn", ncorrect
<br>>*****************
<br>>
<br>>The first line adds 1 to ncorrect if the accurcay is 1, the second
<br>>line writes ncorrect to correctn. Ncorrect will typically not be
<br>>logged into your edat-file, whereas this line updates a logged
<br>>attribute called correctn.
<br>>
<br>>Now in your feedback slide you can show the value of correctn (or
<br>>ncorrect if you wish) as the value of xx in xx times in 25 tries.
<br>>
<br>>Hope this is clear enought to you.
<br>>
<br>>Best,
<br>>
<br>>liw
<br>>
<br>>On Nov 19, 6:47 pm, LizaM <<a>liza.mccar...@uwe.ac.uk</a>> wrote:
<br>> > Hello,
<br>> >
<br>> > Before I ask my question just let me say how useful this group is and
<br>> > what an excellent resource for the current steep E-Prime learning
<br>> > curve I find myself on - once I have learnt more and have useful stuff
<br>> > to contribute I will do so!  Thank you all :)
<br>> >
<br>> > I have an experiment where I have the user select a card from 5 cards
<br>> > to see if they can match a card which is face down - all this is being
<br>> > done on an object called Slide2. I am using a conditional CRESP to
<br>> > record the correct response for each randomly selected card. So far so
<br>> > good. However, the student I am programming for wants the feedback
<br>> > given to the participant at the end in the form "You sucessfully
<br>> > matched the card  xx times in 25 tries".  So, ideally, on the feedback
<br>> > object I want to be able to tell it to add up the total of the
<br>> > Slide2.ACC and present it as a result but I really can't see how to do
<br>> > this! I can give feedback after each trial using Slide2 as the input
<br>> > object that's not a problem but can't work out how to present the
<br>> > total accuracy in this way.. any help gratefully recieved...
<br>> >
<br>> > Many Thanks
<br>> >
<br>> > Liza
<br>>
<br>>--
<br>>
<br>>You received this message because you are subscribed to the Google 
<br>>Groups "E-Prime" group.
<br>>To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="oFxPoEvT3XkJ" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">e-p...@googlegroups.com</a>.
<br>>For more options, visit this group at 
<br>><a href="http://groups.google.com/group/e-prime?hl=" target="_blank" onmousedown="this.href='http://groups.google.com/group/e-prime?hl\075';return true;" onclick="this.href='http://groups.google.com/group/e-prime?hl\075';return true;">http://groups.google.com/<wbr>group/e-prime?hl=</a>.
<br>
<br></blockquote></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/11eb31e9-8ce5-4dfe-8013-c47cadf241bc%40googlegroups.com">https://groups.google.com/d/msgid/e-prime/11eb31e9-8ce5-4dfe-8013-c47cadf241bc%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 />