Limiting number of responses to an answer choice within specific question | XM Community
Skip to main content
Solved

Limiting number of responses to an answer choice within specific question

  • May 2, 2019
  • 3 replies
  • 3545 views

Is there a way to develop quota limits on answer choices within a question, so that the choice is not shown once "X" number of individuals select it? The example I am looking to use this for is program session requests. If I have 4 choices, each on a separate date with 20 seats each. How can I limit the number of individuals selecting each session to 20, and prevent the 21st person from selecting the option as it would now be "full." I can do this manually - but looking for a more streamlined/efficient way to do this. Any help would be greatly appreciated!

Best answer by TomG

Yes, add a quota for the answer choice. Then add display logic to the choice to only display it if the quota has not been met.

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • May 2, 2019
Yes, add a quota for the answer choice. Then add display logic to the choice to only display it if the quota has not been met.

  • 0 replies
  • May 2, 2019
Hello @rjkenney , You need to apply display logic on option as display if respective quota not met

  • Author
  • 1 reply
  • May 2, 2019
Thank you TomG and Shashi!