Editable Text Box - making a question box?

Currently I am making a small game. At the moment I am trying to have my level end with a user inputting a answer to a question given by a widget.

I have the widget spawning for the user but I am trying to figure out how to make the editable text box take what has been written in it and confirm whether its the right or wrong answer.

Here is the widget as it is now.

Are you rendering Editable Text widget under Input tab?

This will auto update as the user types so you don’t even need to use an enter button. When it matches the desired text the response changes. If you would like to use buttons, simply remove the “on text change” execution node and replace it with “enter button” or whatever button you’d like