Getting key responses in Korean using Textbox

OS (e.g. Win10): Window 10
PsychoPy version (e.g. 1.84.x): 2022.1.3
Standard Standalone? (y/n) y

Hi everyone,

I’m trying to do an experiment by presenting auditory stimuli and getting typed responses every x trial. Participants are asked to listen to the audio file and judge whether the sentence is correct or incorrect by pressing ‘z’ or ‘m’ on the keyboard. After x trials (e.g., 2 trials) are presented, participants are instructed to type the words mentioned in previous trials.

I have some questions about getting Unicode string responses using Textbox.

  1. How to reset the key response obtained in the previous routine?
    When I tried to type the words immediately after pressing the keyboard, the selected key in the previous routine was shown on the screen of the current Textbook component. Instead of deleting the key response, I’d like to know how to reset the keyboard responses in Textbook component.

  2. How to present Korean stimuli in Textbox component?
    While Korean letters are shown in Text component, they are replaced by squares in Textbox component. To solve this problem, I changed the fonts from Open Sans (set by default) into Calibri, Arial, and others that can be seen in my font folder. But the problem remains unresolved. Although Korean stimuli were not correctly presented in Psychopy, the answers written in Korean were generated in Excel file.


Thank you so much for your help!