Unable to Reference Dynamic Stimulus List: Failure to Concatenate Timelines #3511
Unanswered
linda-jasmine-hoffman
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
-
Good evening jsPsych experts,
I am new to coding in jsPsych, and with the help of my colleagues have undertaken somewhat of a lofty experimental coding pursuit. We have been trying to develop a script that will take subjects' responses to a series of multi-select trials to subset a larger stimulus array of possible experimental trials. In effect, we want this to trim what subjects are asked to do in the actual experiment pursuant to which trials subjects endorse having background knowledge of.
To do this, we attempt to create a second timeline where we select the shuffled subsetted list of trials to show to participants, and concatenate this timeline to the original. We got this idea form a similar jsPsych discussion poster, which can be referenced here. However, our attempts at this do not work, even though the rest of the code is correct for all intents and purposes. We are looking for advice on how to solve this problem. Our thinking is that we may be trying to concatenate the timelines in the wrong place.
Here is an abridged version of the code we have been using for development purposes:
Any and all advice on this matter would be sincerely appreciated.
Kind regards,
Linda
Beta Was this translation helpful? Give feedback.
All reactions