survey_kit icon indicating copy to clipboard operation
survey_kit copied to clipboard

Conditional Statement for Navigation Rule

Open ayiepp opened this issue 1 year ago • 1 comments

Hi, sorry for my bad english, i want to know if it is possible to create navigation rule from 2 step identifier. i use single choice question in every questionstep, and i want it to navigate if the 2 question result equals to 'yes'.

Screenshot 2022-08-10 062526

ayiepp avatar Aug 09 '22 22:08 ayiepp

I'm not 100% sure what your question is.

In this example, you navigate from task.steps[2] (which is actually step 3 since Dart indexing is based on 0) to task.step[3] when the answers is "Yes" and navigate to task.steps[4] when the answer is "No".

If you want to customize the "input" you have to change the "valueIdentifier" of the step.

Numoy avatar Aug 12 '22 08:08 Numoy