<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>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.<br>
<br>The code I'm using now is:<br>
<br></div><div>'At Block Setup:<br></div><div><br></div><div></div><div>Set CorrecTimes = New Summation<br></div><div>Set AverageAccuracy = New Summation<br><br></div><div>'After ResponseObject:<br><br></div><div>

If ResponseObject.ACC = "1" Then<br></div><div>CorrectTimes.AddObservation c.GetAttrib("ResponseObject.RT")<br></div><div>End If<br><br></div><div>AverageAccuracy.AddObservation TempoResposta.ACC<br><br>

</div><div>'At the End of the Block:<br></div><div><br></div><div>c.SetAttrib"BlockRT", Format(CStr(CDbl(CorrectTimes.Mean)),"0.00)<br></div><div>c.SetAttrib"BlockACC", Format(CStr(CDbl(AverageAccuracy.Mean*100,"0.00")<br>

<br></div><div>Then there is Text Display like that:<br><br></div><div>Your results for this block:<br></div><div>Mean Reaction Time:<br></div><div>[BlockRT]ms<br></div><div>Average Accuracy:<br></div><div>[BlockACC]% Correct Responses<br>

<br></div><div>Thanks a lot for any comment on that - I'm really running out of ideas.<br></div><div><br></div><div>Best wishes,<br><br></div><div>Fernanda<br></div></div><br></div></div></div></div></div></div></div>

</div></div></div></div></div></div></div></div></div><br></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/CAB6VT_jZ9t07FaqU8ER1%3D2KqZhNqQ%2B-fOXKbu3pK9rvKw8uJrw%40mail.gmail.com">https://groups.google.com/d/msgid/e-prime/CAB6VT_jZ9t07FaqU8ER1%3D2KqZhNqQ%2B-fOXKbu3pK9rvKw8uJrw%40mail.gmail.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 />