Hi
I have this requirement to as a question one way (the question text) to half the sample and in another way to the second half.
for example "What is your name" to one group and "What is your full name" to another group.
I can do this using embedded data I guess, but the survey is in two languages.
any idea how to implement this?
I don't want to create two different questions and merge the result later
Dynamically randomized question text
Best answer by DashboardNinja
DEMO_Question_Wording_Rotation.docxHi Isam,
I was able to do this by:
-Setting an embedded data variable to assign a random number to each respondent, 1 to 10
-Creating two branches in the survey flow after the random number
-Setting the first branch to include records where Random=1-5, and including a new embedded data field called QuestionText. I set QuestionText=What is your name? for this group.
-Setting the second brand to include records where Random=6-10, and including the embedded data field called QuestionText. Is set QuestionText=What is your full name? for this group.
Then in the survey question wording, instead of typing the question, I just inserted Piped Text from the QuestionText embedded data field.
The survey exported to Word is attached.
Hope this helps!
-Pam
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
