Uncaught TypeError: jsPsych.data.get is not a function #1896
Unanswered
ThibaultC123
asked this question in
Q&A
Replies: 1 comment 14 replies
-
Hi @ThibaultC123, that's odd... module.get = function() {
return allData;
}; Also, do you see any errors in the console that occur before the "Uncaught TypeError: jsPsych.data.get is not a function" error? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have to modify an existing jsPsych experiment to summarize reaction times over conditions.
Wherever I insert any of these lines (close to that in the manual):
var myData = jsPsych.data.get().filter({trial_type: 'poldrack-single-stim'}).filterCustom(function(x){return x.trial_num > 0});
var myData = jsPsych.data.get()
I get the following message again and again in my console: "Uncaught TypeError: jsPsych.data.get is not a function"
Any help would be greatly appreciated. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions