Feedback at the end of the block

Fernanda Sais fesais at gmail.com
Fri Nov 15 20:52:50 UTC 2013


Hi,

I am trying to set a feedback to be displayed at the end of each block. It
works very well for the mean reaction time with different methods, but for
the average accuracy I always have the same problem - the average accuracy
displayed is far lower than expected for the number of errors commited: it
should display something like 90-99% but it displays something like 60-79%,
so I guess there is something I'm missing about it. The accuracy
information is computed correctly into the data file, it is incorrect only
in the feedback display.

The code I'm using now is:

'At Block Setup:

Set CorrecTimes = New Summation
Set AverageAccuracy = New Summation

'After ResponseObject:

If ResponseObject.ACC = "1" Then
CorrectTimes.AddObservation c.GetAttrib("ResponseObject.RT")
End If

AverageAccuracy.AddObservation TempoResposta.ACC

'At the End of the Block:

c.SetAttrib"BlockRT", Format(CStr(CDbl(CorrectTimes.Mean)),"0.00)
c.SetAttrib"BlockACC", Format(CStr(CDbl(AverageAccuracy.Mean*100,"0.00")

Then there is Text Display like that:

Your results for this block:
Mean Reaction Time:
[BlockRT]ms
Average Accuracy:
[BlockACC]% Correct Responses

Thanks a lot for any comment on that - I'm really running out of ideas.

Best wishes,

Fernanda

-- 
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe at googlegroups.com.
To post to this group, send email to e-prime at googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/e-prime/CAB6VT_jZ9t07FaqU8ER1%3D2KqZhNqQ%2B-fOXKbu3pK9rvKw8uJrw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.linguistlist.org/pipermail/eprime/attachments/20131115/a5fff764/attachment.htm>


More information about the Eprime mailing list