Hi. I have a screening question on page 5 which only allows respondents from a certain medical specialization to be eligible to answer the survey (see below).
What I want to do is, for a single choice question on page 23, if they chose a particular specialization in the screening question on page 5, the training schools for that specialization should appear as dropdown options on the whereres question on page 23 (see below). How do I achieve this?
Very simple.
Say the question is called ‘specialization’ and the relevent level is 3, family medecine.
Then on your training schools question simply add the display condition with the expression
$specialization==3
And this trick can be done anywhere instread of branches which can cause loops.
Whenever the display condition is true - the element is displayed - this can apply to questions, text, scenarios - anything.
Very useful and compact.