Simple, yet surprisingly stumping problem: I have a survey where participants select from a list of names in the form of “Title FirstName LastName” (e.g., Mr. John Doe). After their selection, I want the next page to show that data in the form of “Title LastName” (e.g., Mr. Doe).
My normal method: set embedded data that assigns the second value (Mr. Doe) to a variable once the person selects the first value (Mr. John Doe), and then pipe through that embedded data to the second screen.
Issues:
- There are a large number of names (328), which would make setting the embedded data for each choice a long process--and could Qualtrics even handle it??
- The two pages are in the same block, so the embedded data cannot be set after the first page and before the second page--the second directly follows the first.
- I can’t move the pages out of the same block, because that block is a loop and merge.
So, in sum: I have two pages, where I want the name chosen on the first page to be piped into the second page, but without the first name. They are in a loop and merge, so the first page must directly precede the second page in the same block.
Any ideas?