Only giving users option based off a previous users choice | XM Community
Skip to main content
Solved

Only giving users option based off a previous users choice

  • January 29, 2019
  • 2 replies
  • 9 views

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.

Best answer by MsIreen

Check out the quotas use case on the support pages

2 replies

MsIreen
Level 5 ●●●●●
Forum|alt.badge.img+23
  • Level 5 ●●●●●
  • 456 replies
  • Answer
  • January 29, 2019
Check out the quotas use case on the support pages

LibertyW
Level 3 ●●●
Forum|alt.badge.img+5
  • Level 3 ●●●
  • 95 replies
  • January 29, 2019
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.