I am building a form but I am having trouble with something.
This is the questions sequence
Did you participated in the interview before? (options are “yes” and “no”)
If yes, when? (date)
If the year of the interview is, let’s say 2020, the interview should finish here, but if the interviewee has participated in the interview but in a different year (for example 2018), s/he can carry on with the questionnaire.
Hi @17dan1991
Welcome to the community forum. The functionality you are looking for is known as skip logic and we have documented a support article on the same. Kindly note, since you are interested in the year, you can always use a format date command format-date(${DateQuestion},’%Y’) as part of your constraint
There have also been previous discussions around working with skip logics to determine the end of a questionnaire