Typed responses and randomization of questions into psychopy

OS (MacOS 10.15):
PsychoPy version (3):

Hi everyone,
After taking 2 weeks trying to figure this out through tutorials etc, I’m turning to the psychopy community for some help! I’m completely new to python and psychopy.

What are you trying to achieve?:
For my experiment, I have a bunch of questions in a csv file, and I want to get them into psychopy and make them randomized. Each question will be presented, I want to give participants a place where they can enter their answer to each question.

What did you try to make it work?:

I tried to use the typed responses code example of text input from pavlovia, and I also tried doing it from the builder but nothing would show up on the screen.

If anyone has any suggestions on how to go about doing this would be great! Thank you in advance.

Typed responses have improved in recent versions. I still tend to use a code based solution but if you upgraded to 2021.1.4 then the editable text box works fairly well. My self paced reading demo has a comprehension question after each sentence using it.

@wakecarter thank you so much for this!