Word response in cued recall

I’m new in PsychoPy, and prepare an cued recall experiment.
The learning session is presented word pair in “cue-target” form.
The test session is presented only "cue- " form.
The subjects is asked to key in “target” word.

My question is how to build the component which “response.keys” variable is the whole target word, and to return the word in display.

There is now an editable textbox component which works pretty well locally and with a few caveats online.

The contents of the text box can be retrieved as textboxName.text. You may need code to save the value to the data file, compare it with a correct answer and possibly also reset it for the next loop.

Personally I still use a coded solution which you can see in my online demos.

thanks you. I’ll refer your online demo.