Replies: 1 comment
-
Hi @mrs197, The second approach that you described, using timeline variables, is what I would recommend. Can you share the code that you tried for this? |
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
-
Hello! I am very new to coding so this should all be very simple. I am creating a survey where participants listen to an audio recording and then fill out a page of Likert surveys. They will do this 8 times for 8 different audio stimuli and 8 different pages of Likert scales. I wanted to nest together the audio and the Likert scales so audio 1 will always have Likert scale 1, audio 2 scale 2 and so on for all 8. The issue I have found is that you can not use different plugin types in a nested timeline (at least this is what I have understood up until this point).
In this one nested timeline I would want the audio stimulus (audio-keyboard-response) followed by the Likert scale (survey-Likert).
Currently the code I have written is here:
It plays the audio just fine and then it shows a blank white screen after which tells me the issue is coming from the Likert scale, which I have defined all the parameters for.
Another alternative I thought of was to make all of my audio stimuli and Likert scales be in one nested timeline to randomize them and I copied this code example just changing face to audio and name to Likert and it ran the randomized audio but still was not able to make the Likert scales appear after.
Any help or suggestions are greatly appreciated! Like I said, I am very new and I'm sure I'm just overlooking seemingly easy solutions. Ultimately the goal is to be able to present the audio in randomized order to the participants so they hear all 8, but to make sure the proper Likert scales are attached to their respective audio. Cheers!
Beta Was this translation helpful? Give feedback.
All reactions