Only giving users option based off a previous users choice | XM Community
Skip to main content
I created a survey where I want users to select which time they wish to come in for an appointment. I do not want one user to select the same time as another user. Is there a way to remove a users selection from a multiple choice question so the next person taking the survey is not able to select the same answer? I want this to be automatic. Thank you.
Check out the quotas use case on the support pages
Another quick thought is display logic. If a time has been selected it's given a value of 1 over 0, for example. Then you can simply add display logic to each answer option stating that if it's greater than 0 don't display it.

Leave a Reply