From 3a9e4b43541967ec7695038a8540729fa0230463 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Sat, 9 Nov 2013 15:27:55 -0500 Subject: [PATCH] renaming a_path b_path, etc.. --- plugins/jspsych-xab.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/jspsych-xab.js b/plugins/jspsych-xab.js index edff8568..ae5132b1 100644 --- a/plugins/jspsych-xab.js +++ b/plugins/jspsych-xab.js @@ -182,9 +182,9 @@ "trial_index": block.trial_idx, "rt": rt, "correct": correct, - "x_path": trial.x_path, - "a_path": trial.a_path, - "b_path": trial.b_path, + "stimulus_x": trial.x_path, + "stimulus_a": trial.a_path, + "stimulus_b": trial.b_path, "key_press": e.which }; block.writeData($.extend({}, trial_data, trial.data));