sd_skip_if function

Define skip conditions for survey pages (Deprecated)

Define skip conditions for survey pages (Deprecated)

This function is deprecated. Please use sd_skip_forward() instead.

This function is used to define conditions under which certain pages in the survey should be skipped. It now behaves like sd_skip_forward() where only forward skipping is allowed to prevent navigation loops.

sd_skip_if(...)

Arguments

  • ...: One or more formulas defining skip conditions. The left-hand side of each formula should be a condition based on input values, and the right-hand side should be the ID of the page to skip to if the condition is met.

Returns

A list of parsed conditions, where each element contains the condition and the target page ID.

  • Maintainer: John Paul Helveston
  • License: MIT + file LICENSE
  • Last published: 2025-03-18