Hi everyone,
I have a question regarding displaying multiple stimuli on a single page along with their corresponding questions in a random way. I would like these stimuli to be shown one at a time, where participants can answer the questions related to each stimulus before moving on to the next one. Ideally, there would be a button to proceed to the next stimulus while hiding the previous one.
I believe I need to implement this functionality using JavaScript, but I'm not very familiar with the language.
The reason I need to keep all the stimuli and questions on the same page is that there will be background music playing.
Any help or guidance on how to achieve this would be greatly appreciated.
Thank you!