Skip to content

Slide selection (questionnaire routing)

Daniel Ramsay edited this page Dec 18, 2019 · 2 revisions

There are two questions on slide 1.1 which affect which slides are relevant for the rest of the questionnaire.

To support this kind of routing, there is a small piece of custom code which runs when the user completes slide 1.1. This establishes a "track" that the questionnaire will run on.

In the management backend, each slide can be assigned a track by changing the values of two sets of radio buttons:

Product

  • any
  • new
  • existing

Developer

  • any
  • solo
  • organisation

If the slide is assigned to "organisation", then the slide will only appear if the user has selected "organisation" in their answer to slide 1.1.

It is possible to assign a slide to any combination of these two categories.

Clone this wiki locally