YesNoQuestionActivity

YesNoQuestionActivity is an activity which lets you create a simple two-way branch in a process. This is designed to be a closed question to which the user chooses either yes or no, although it can be presented simply as a choice of two options instead.

There are a number of parameters to set:

Activities can be dropped on each branch (labelled sequenceActivity1 and sequenceActivity2). For example, if you put an AddVisitActivty on the left branch and left the right branch empty, choosing the first option in the process would add a diary entry and choosing the second option would move on to the next stage of the process. This example is shown above.