How to Randomly Present Values from Multiple Text Entry Boxes
I was wondering about the process of randomly presenting values from multiple text entry boxes for different questions. To provide an example, I plan to ask participants to list five people they interact with. Afterward, I would like to ask additional questions about one person randomly selected from their list, using piped text.
Page 1 / 1
Hello @hhlee722
Since the idea is to get a field to work as piped text in a future question, I think that you could use a random number in the survey flow to randomly assign to an embedded data one of the text entry values. Something like this:
Let’s say you have a form field question (or 5 different text entry questions):
In the survey flow you just have to create a random embedded data from 1 to 5 and then create 5 branches that assign a different value to the same embedded data field (“Name” in this case). Then the value that you assign to that embedded data field is each one of the text entry fields you created in the first part.
Now you can use the embedded data “Name” in the piped text to bring one random name.