mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
renaming a_path b_path, etc..
This commit is contained in:
parent
2e5a79a872
commit
3a9e4b4354
@ -182,9 +182,9 @@
|
|||||||
"trial_index": block.trial_idx,
|
"trial_index": block.trial_idx,
|
||||||
"rt": rt,
|
"rt": rt,
|
||||||
"correct": correct,
|
"correct": correct,
|
||||||
"x_path": trial.x_path,
|
"stimulus_x": trial.x_path,
|
||||||
"a_path": trial.a_path,
|
"stimulus_a": trial.a_path,
|
||||||
"b_path": trial.b_path,
|
"stimulus_b": trial.b_path,
|
||||||
"key_press": e.which
|
"key_press": e.which
|
||||||
};
|
};
|
||||||
block.writeData($.extend({}, trial_data, trial.data));
|
block.writeData($.extend({}, trial_data, trial.data));
|
||||||
|
Loading…
Reference in New Issue
Block a user