Knowledge Base

Back to the knowledge base

Answers Paginator in WatuPRO

It’s sometimes a good idea to paginate the answers on the final screen of a long test. WatuPRO provides a variable for this: %%ANSWERS-PAGINATED%% which can be used instead of the %%ANSWERS%% variable. It will display the questions along with their answers, feedback, correct/incorrect checkmarks, etc but one per page. Although this paginator looks visually…

Read full article

UI Customization Snippets for WatuPRO

This post will contain some free JavaScript code snippets that you can use to customize the default behavior of the quiz plugin WatuPRO.  The snippets can be placed in your theme functions, in the footer of your theme, or (easiest) using a plugin like Insert Headers and Footers. Each snippet is coded to work on…

Read full article

User Registration / Login and WatuPRO

This post has the goal to answer one of the often asked questions – can you have WatuPRO tie quiz attempts to user accounts? The short answer is yes, of course. Here are more details: How Does It Work It’s very easy. In Edit Quiz -> User and Email Related Settings tab you need to…

Read full article

WatuPRO Developer’s API: Custom Grade Calculation

From version 6.0.4 WatuPro has a filter that allows plugging in your own custom grade calculation that replaces the built-in calculation. This can be useful in very specific quizzes where the grade is calculated in a non-standard way and cannot be handled by the existing functions. This filter is a bit more complicated to explain…

Read full article

WatuPRO Hooks Reference & Developers API

As WatuPRO is growing we see the need of many customers to enhance and customize it. We do provide some customization services but can’t handle all of the requests. Besides, we wanted to allow third party developers and companies to extend WatuPRO and add more functionality to it. So here is the first version of…

Read full article

Zapier Webhooks in WatuPRO

The test and survey plugin WatuPRO just got a lot more connected by implementing Zapier Webhooks. (Well, technically, you can send data to any webhook URL – not just Zapier!). Available from version 6.5.7.5. Here is how this works: Hooks get notified when a user submits a selected test. You can use them to connect…

Read full article