Replies: 1 comment
-
I think in the final timeline push, you have to expand the array so that it actually adds jsPsych trials and not the actual array (which causes the error because the array does not have parameter defined)
|
Beta Was this translation helpful? Give feedback.
0 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.
-
I want to construct an experiment using four blocks:
block_up, block_up, block_down, block_down.
Within each block there are several trials, within each trial, there would be a fixation followed by a standard volume sound and a follow-up sound, then a prompt saying "the second audio volume is _____ then the first audio volume", and waiting for the participants to click the buttom. If the participant click the "High" buttom in the block_up block for example, then the block ends, and move on to the next block.
I have coded the experiment, but when I run it, the console shows 'Trial level node is missing the "type" parameter', I am quite confused, I have no idea what the problem it is, and there is no manual addressing the problem, could you please tell me what's wrong with my code, and how I can debug it, thank you!
`
Beta Was this translation helpful? Give feedback.
All reactions