Replies: 1 comment
-
Hi @Geoff-McK, thanks for providing your code. Unfortunately we might still have a hard time helping you with this because you're using a custom csv file and stimuli files (making it impossible for us to run your code as it is) and because you're using an unusual/complicated method of constructing the rsvp trials and timeline (making it hard to see what might be going wrong by just looking through the code). In any case, maybe you could provide some info that would help narrow down the problem:
You also said that you've used similar code for a previous experiment, but that one difference here is that you're loading the stimuli/condition information from a csv file. Is that the only change you made? I assume the structure of the Sorry that I can't offer more help at this point. Feel free to add a minimal reproducible example, e.g. a few trials using hard-coded stimuli rather than reading from a csv file, and with images that load from the jsPsych examples folder. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to adapt a previous script that I know worked properly. The previous experiment includes an RSVP task. I believe that I adapted the code from here: https://github.com/paulsharpeY/rsvp-task/blob/master/experiment.js
The problem is that in the previous experiment, I created the design and assigned pictures using the function "make_rsvp_timeline". However, in this new experiment, I am importing the csv file with the conditions and stimuli already assigned to trials.
It appears that the timeline is actually made correctly, but the RSVP trials never start.
I would appreciate any help that I could get.
Thanks.
Here is the code:
Beta Was this translation helpful? Give feedback.
All reactions