This tutorial demonstrates how to save a participant's response to the Store and display it back to them later in the questionnaire. This is helpful when you want to personalise the questionnaire for each participant. If you're familiar with Qualtrics, you may know this feature as piped text.
Here, we use a Text Entry object to collect the participant's name. In the Additional Settings of the Text Entry object, we toggle on 'Save to Store'. This allows us to create a field in the Store called name
where we will save the participant's name.
On the next page, we welcome the participant using the name they typed in. We do this by using the syntax ${store:name}
to incorporate the Store field containing the saved name within the Question text of the Date Entry object.