We use sawtooth to qualify consumers for consumer testing. In order to schedule qualified consumers, we ask them their top three preferred seating times and then manually create a schedule. Is it possible to do this automatically? I know I could set a quota for each time slot with the number of seats available, but I don't want to disqualify consumers just because they picked a timeslot that had already filled up, especially if they are able to come at a different time. Does anyone know a way to create a limit for each time slot (ex: 15 people), check when a consumer selects a timeslot if there are seats left, and if not, prompt the user to select another timeslot? It would also be helpful to have an option the consumer could select if they could not make any of the timeslots which would remove them from all previous quotas. Thank you!