Hi all,
is there a way to reference the "skip from" question in a skip logic in Perl, similar to [%QuestionName%] for a question?
What I want to achieve is basiaclly this:
pre-skip from Q1 to next question if response to Q0 = 1
pre-skip from Q2 to next question if response to Q0 = 2
...
pre-skip from Qn to next question if response to Q0 = n
without manually changing the skip logic for each question (i.e. simply copy-paste the first one).
With Perl I could extract the number from the skip-from question name and use it as condition for the skip logic.
Thanks,
Markus