Hi all, does anyone have an idea for how to create a dynamic drill down question? I checked the API documentation, but it seems this question type cannot be updated after creation.
My goal is basically to create a question for scheduling an appointment based on open time slots that fluctuate from week to week. The time slots would be based on information piped into Qualtrics from our internal scheduling database. The question would look something like this:
- Select a staff member.
- Select a meeting day.
- Select a meeting start time.
- Select a meeting end time.
So if you selected “Bob” in the first question, then you’d get a list of days he’s free, then a list of possible start times, then a list of possible end times. (Appointment length can vary.)
Thanks in advance for any suggestions! I’m hoping for something not too complicated, but am willing to dig into the API and JavaScript if that seems like the best strategy.