Using the Remember action you can save a player's response for use in future steps.
When selecting the Remember action you are asked to give it a name. This is how you will refer to it later on.
You can output a saved answer in any other step by enclosing the name you provided in curly brackets. For example, you might ask a player for their name and save it as player_name. In a future step, you can output their name in text by writing {player_name} such as:
Hello {player_name}, how many rungs on the ladder?
If their name was Harry, then this would be presented as:
Hello Harry, how many rungs on the ladder?
You can also use a saved answer when checking text or images submitted by the player.
When creating a new response, enter the name you provided in curly brackets. The player's response will then be checked against the saved value.