How to Use Event Handler Callbacks
In Qularoo, you can use JavaScript functions as event handler callbacks for response to a particular event.
To do this, add the callback functions within your main Qualaroo JavaScript.
In this article, you will learn how to use Event Handler Callbacks,
1. When the survey is displayed
2. When the survey is minimized
5. When a user replies to a question
6. When the Mobile Screener is ready
7. When there are no surveys to fire
When the survey is displayed
Use the event:
When the Survey Is Minimized
Use the event:
to minimize a survey right after its ‘show’ event so that it appears in minimized form.
When the Survey Is Closed
Use the event:
when a visitor submits the survey.
When Displaying a Screen
Use the event:
when displaying a screen.
When a User Replies to a Question
Use the event:
When the Mobile Screener Is Ready
Use the event:
when the mobile screener is ready.
When There Are No Surveys to Fire
Use the event:
when no surveys are set to fire.
That is all about using the event handler callbacks in Qualaroo.
Related Articles: