Can I access response data immediately when the step question is answered?

Quriobot has an `onAnswer` hook function which is executed when every step question is answered.

Using advanced initialization options, you can set up your own `onAnswer` function which will be called with the response answer data plus the whole quriobot response data:

Note: this has moved to the Advanced tab

Edit this page