Group: Forum Members
Posts: 42,
Visits: 287
|
Hi,
I need to save the following timing informaiton in my data files: time when trial started, time when trial ended, time when response was made compared to trial start and time when response was made compared to script start. I am using the following variables to save these data. Could you please let me know if these are the most accurate Inquisit properties that I can use to save these data or can I use something else? trial start = trial.trialName.timestamp trial end = script.elapsed RTFromScriptStart = script.elapsedtime RTFromTrialStart = trial.trialName.elapsedtime
Also what is the difference between trial.timestamp and script.elapsed if I use it in a /ontrialbegin? Also which of these Inquisit properties would be the closed to the times being saved in the Inquisit audit file?
Thank you
|