If this template helps then use it. If not then just delete and start from scratch.
Hi all,
This might be a simple thing again but I haven’t figured that out yet, if it is a straight forward solution please let me know.
OS (e.g. Win10): Win 10
PsychoPy version (e.g. 1.84.x): PsychoPy 2020.2.10
Standard Standalone? (y/n) Y
What are you trying to achieve?:
I am trying to create an experiment where we collect summaries for the video they watched before from the participants. I am currently using the new textbox function to do that. However, I also want to display back the summary they wrote in the textbox on the next routine so that they can see the summary they wrote.
What did you try to make it work?:
I have tried the simplest things like using the Text component and putting the text as $textbox.text, as I realized this is the output that we are getting on the data, but that doesn’t seem to work. This is probably due to the lack of my understanding of the python vocabulary.
What specifically went wrong when you tried that?:
It was just giving me “default text” as the display.
Let me know what could be a good method to solve this. Any sort of help is highly appreciated!