This commit is contained in:
Josh de Leeuw 2015-05-28 10:04:03 -04:00
parent 37fa9d9113
commit 7f2b8d8d5c

View File

@ -83,7 +83,7 @@
// gather the data to store for the trial
var trial_data = {
"rt": response.rt,
"rt": response.rt * 1000,
"stimulus": trial.audio_path,
"key_press": response.key
};