Controlling Stimuli Arrangement #3476
Unanswered
Christumas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
I am trying to create a freesort trial. My sorting area is a rectangle. I tried changing the starting positions of the stimuli, but nothing worked so far. It seems like the stimuli are restricted by the max height of the sorting area. I would prefer to have my stimuli loaded on the top half of the screen. My stimuli keep appearing on the side of the sorting area.
Is there a custom way to define the starting positions of the stimuli? This is my code so far :
` var SortingTask = {
type: jsPsychFreeSort,
stimuli : Monsters,
Beta Was this translation helpful? Give feedback.
All reactions