From 3c046778787242501a82bd5aee602d38a408cb1d Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Thu, 5 Jul 2012 12:30:36 -0400 Subject: [PATCH] added core.data() jsPsych.data() now returns an array that contains all of the data from the experiment. --- jspsych.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jspsych.js b/jspsych.js index 91f64085..74705180 100755 --- a/jspsych.js +++ b/jspsych.js @@ -56,6 +56,15 @@ }*/ } + core.data = function(){ + var all_data = []; + for(var i=0;i