I am new to PsychoPy, having worked solely with qualtrics over the past few years.
I am trying to build an experiment where participants listen to a song and write words that they hear in a text input response. There are ten trials like this in a loop.
I then want to present each of the songs again, but this time, the text they had inputted will be presented as text stimuli while the music plays (the text they had written for each specific song as it plays). I can’t figure out how to store the text_input from “loop 1” to be used as text stimuli in “loop 2”. Also, how can I ensure that the text they inputted for Song X in “loop 1” will be presented in “loop 2” with Song X and not Song Y, etc, as the songs in both loops are randomly presented.
I don’t have python experience, so if there is a way to do this just in builder, I would so appreciate it, but if not, I’ll take what I can get.
Thank you very much for your help.