Summation across blocks

Morgan morgan.prust at gmail.com
Fri Aug 7 17:43:53 UTC 2009


Hello all,

I just posted this to the group:

I'm attempting to program an n-back task in E-Prime and am currently
trying to figure out how to have the task generate a performance
summary to be displayed at the completion of the task, which would
include % of correct responses, % of incorrect responses, reaction for
correct responses, reaction for incorrect responses, and the number of
omitted trials across the entire task (in other words, not after each
trial or each block, but at the end of all of the trials/blocks).
Would any of you know how to do this?

Based on this thread, I was wondering if any of you might have an idea
about this question.

Thanks so much!

--Morgan Prust

On Jun 22, 4:03 pm, KKat <kathy.smolew... at gmail.com> wrote:
> Hi Anne-Wil and Victor,
> I will try your suggestions and post a reply :)
> Thank you!
> Kathy
>
> On Jun 18, 6:52 am, liwenna <liwe... at gmail.com> wrote:
>
> > Hey kat!
>
> > Is this the same task still or a new adventure?
> > I understand that the summation within each block is working. Right?
>
> > Then there are two options (I think):
>
> > A. right now you have a separate summationvariable used within each
> > block, for instance sumblock1 to sumblock4 ? In that case you can
> > insert a line like : c.setattrib "sumblock2", sumblock1  at the
> > beginning of each new block... but it would make more sense to just
> > have 1 single summation attribute to run trough all four blocks,
> > right?
>
> > which brings me to option
>
> > B: you allready have one single summation attribute but it is set to 0
> > somewhere in the beginning of each block (probably due to copy/pasting
> > of one existing block into 4 total blocks). In that case simply
> > identify a line like either totalwin = 0 or c.setattrib "totalwin", 0
> > and remove it from blocks 2, 3 and 4.
>
> > Alternatively you can send me the file again and I'll see if i can
> > find it.
>
> > Greets,
>
> > AW
>
> > On Jun 18, 2:06 am, KKat <kathy.smolew... at gmail.com> wrote:
>
> > > Hello,
> > > I have designed a task with 4 blocks. I currently have a running total
> > > of "money" won within each block, however, I would like to alter this
> > > so that....
>
> > > - the starting value for "total won" in Block2 is the total from the
> > > last trial of Block1
> > > - the starting value for "total won" in Block3 is the total from the
> > > last trial of Block2
> > > - the starting value for "total won" in Block4 is the total from the
> > > last trial of Block3
>
> > > Thank you!
> > > Kathy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en
-~----------~----~----~----~------~----~------~--~---



More information about the Eprime mailing list