Reply To: Scale feedback and timeout

PennController for IBEX Forums Support Scale feedback and timeout Reply To: Scale feedback and timeout

#10766
Jeremy
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