mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
fixes #123
This commit is contained in:
parent
37fa9d9113
commit
7f2b8d8d5c
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user