Connect suggestions to questions to display answer options
Connect suggestions to questions to display answer options
Category: Base
Tutorial: Start interactive node tutorial
| Label | Property | Type | Default | Description |
|---|---|---|---|---|
| Label | label | text | "suggestion" | Use text with or without Markdown and handlebars to display button labels. |
| Value | value | text | "" | This value is available in the state data after answering a question at the suggestion node and also at the question node. |
| State | Initial Value | Description |
|---|---|---|
| selected | false | This answer option has been selected. |
| value | null | The optionally defined value of this answer option, if this answer option was selected. |
select() - Select this answer option and answer the corresponding question.reset() - Resets the status of this answer option.resetSelect() - Resets this answer option, but retains the possible answer value.