A template of conditional showing (show a question or a page if a condition is true).
To create this template, run this command in your R console:
surveydown::sd_create_survey(
#path = "path/to/survey",
template = "conditional_showing"
)Refer to the Start with a template section for more details.