Inaccurate logging of accuracy

jens jens.bernhardsson at gmail.com
Thu Mar 10 10:15:44 UTC 2011


The thing is that it doesn’t seem to matter if I use E-primes own jump
element or if that is set to terminate and I do the jump with an
inline. I get the same results; that response is logged on the slides
following the “true” response –slide.
Also, and this is weird, in your code I need to shift the
identification of the Stimulis.ACC like this

 If strHit = c.GetAttrib("Correctresp") Then
                        Stimulus.ACC = 0
                        Else
                         Stimulus.ACC = 1
                        End If

to logg the response as 1. Which makes me think that if a response is
made, then it’s wrong and logged as 1? Also, the problem still
remains.

Thank you so much for trying to solve this but please do not put any
more effort into it as I’m using the RT from the first slide and that
works as it should, and also ‘true’ accuracy from the hit test
performed after a response. This is only something that puzzled me,
and it’s not crucial for this experiment.



On 9 mar, 22:45, liwenna <liwe... at gmail.com> wrote:
> "when using the end action jump element."
>
> So glad you added that sentence!
>
> Indeed, you shouldn't use the end action jump element :) What it does
> is make the program jump the moment the response is made, thus
> bypassing the inline with the hittest. Therefore the accuracy remains
> '0'.
> Set the end actions back to terminate and add a 'goto labelname' line
> to your  hittest codes as described in my second post. I think that
> might well solve your probs.
>
> On Mar 9, 7:32 pm, jens <jens.bernhards... at gmail.com> wrote:
>
> > Thank you for taking your time and answering this. Unfortunately I’m
> > not able to get this to work properly. By adding the code after every
> > slide instead of just using the menus to log and jump, I’m now getting
> > all ACC = 0.
>
> > “I got to suspect that the problem lies with your hittest code”
> > The thing is when I'm not using any code at all and just Space to
> > respond, I’m still getting the same results. It’s weird that the
> > default mode of accuracy, or response, logging is that it’s remembered
> > from trial to trial when using the end action jump element.
>
> > What I want it to do is just to log the response given to a specific
> > slide, end that trial and then start a new trial without remembering
> > previous responses. It is such a stupid thing that makes me suspect
> > that I have missed something really basic, or is it supposed to behave
> > in this matter?
>
> > Do you think that there might be an easier way than what you are
> > describing liwenna? Something like acc or resp reset?

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