Replies: 1 comment 2 replies
-
Going to tag @kurokida in case he isn't subscribed to discussions notifications. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to adapt the psychophysics event handling demos for gabor patch parameters. The demos transfer seamlessly to some gabor parameters (i.e. startX), but not to others (i.e., tilt). I am trying to learn javascript, jsPsych, and plugins at the same time, so if this is a dumb question, I apologize. I suspect the problem, however, is not my stupidity (this time), but that only some parameters can be updated through jsPsych.currentTrial and not others. I can read the correct parameter value in the console log, so I dont think it is an indexing issue. Thx....
Here is an example that changes X position but not tilt:
Beta Was this translation helpful? Give feedback.
All reactions