I am trying to create a question whose valid/displayed responses depend on the selected answer from a previous drop-down list. Is this possible?
As a very simplified example, suppose I ask Q1 "In which country do you live?" and have a drop-down list with answers Germany and France.
Then I want the next question to be "What is your favourite city in {country}?", and set things up so that if the respondent answered Q1 with Germany, they can answer Q2 from a drop-down list with Berlin, Munich, or Frankfurt, but if they answered Q1 with France, then they can select instead Paris, Nice, or Marseille.
Whatever answers they select, I want to end up with a single value for {country} and one for {city}. The only methods I've found so far would be either to use relevance equations on many secondary questions to come up with e.g. {city_de}, {city_fr}, or possibly to use a multiple choice question for Q1, with a validation rule that makes sure exactly one country is selected. Neither of these options seems great to me.
Is there another method that I've missed so far?
The topic has been locked.