I have a survey that will be passing a store ID via query strings. There is a fixed list of store IDs containing around 100 entries. I set up 2 embedded data that will take this store ID as a recode value to determine store name and address.
For example:
store id can be from 1 to 100
storename (embedded data):
1 is Store A
2 is Store B
etc.
storeaddr (embedded data):
1 is Store A (5th and York)
2 is Store B (Madison and Pape)
etc.
Now, I need to set up a question that will contain 5 answer options one of which is the store passed via query strings. The remaining four answer options will be randomly selected from the list of 100 stores.
Which store did you visit last weekend?
Store D
Store G
Store X
Store P
Store Y
If Store X is the store that was passed via parameter string was not selected, we terminate the survey.
Is this possible? This is a survey that we are migrating from Confirmit.
Question
Creating a quiz-style question
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
