Question Step
The question step allows users to pick between a predetermined list of answers to a question.
Selecting an Answer
The base option type for an question step is the Image asset. These are images that you have uploaded to the spiff hub & serve as a way to display the options to the user. When selections are made on a question step they have no direct impact on the design and usually serve as metadata or indirectly firing conditions configured to display other step types.
This call is asynchronous as we may need to do processing (eg. conditions). Please await this function before allowing the user to select other variants.
await questionStep.selectVariant(variant);