PennController for IBEX › Forums › Support › Scale feedback and timeout › Reply To: Scale feedback and timeout
July 20, 2023 at 3:29 am
#10766

Keymaster
Hi,
Yes, you can calculate response time upon runtime, or simply use the EventTime column to calculate it during your analyses. Same thing for accuracy: you can either set a Var element in success
/failure
to report accuracy directly in the results file, or you can just log the expected answer in an additional column using newTrial().log
and compare it to the selection during your analyses
Jeremy