Category Archives: CalendarScripts

WatuPRO 3.9 and Affiliate Program

Watu Pro has been updated to version 3.9. Full changelog:

New and improved features:

  1. Advanced configutration for power users (Intelligence module): a new “Advanced” link into the Edit Exam form takes you to additional form which lets you fine-tune the quiz further: tune correct/incorrect checkmarks at the final screen, randomize different number of questions in different categories, control the paginator colors and so on.
  2. Optional shareable URL of the quiz results (the “FInal screen”) so users can share their results on Facebook and other social networks. (More info)
  3. Survey questions – these are not counted in results and reports and not marked as correct or incorrect.
  4. Elaborated answer explanation / feedback – you can now show different content if the user answered correctly or not, or even show different feedback based on every single answer they have selected.
  5. Optional “Save” button for logged in users (except on “one page per question” quizzes where saving is automatically enabled).
  6. Set friendlier email sender name for automated emails without installing more plugins.
  7. Filter exam results by user group.
  8. Added new filters for easier customization (check the API)

Bug fixes:

  1. Fixed paginator issues
  2. Fixed timer and paginator overlap on some screens
  3. Improved animated scrolling on next/prev button so it happens only when necessary
  4. Fixed issue with sortable questions on mobile devices (Intelligence module)
  5. fixed problem with apostrophes on “Fill the gaps” questions (Intelligence module)
  6. Fixed problem with missing answers when a question is edited and at the same time there is an user returning to finish a quiz
  7. Fixed bug with category grade description
  8. Fixed bug with sortable questions when the quiz reuses them from other quiz
  9. Fixed problem with login URLs on some installations

As usual the upgrade will be sent by a newsletter to eligible customers. If your order is older than 1 year you can renew your 1 year cycle of free support and upgrades for only 40% of the current product price.

Affiliate Program

We have revived our affiliate program through Clickbank. You can earn 30% of all Watu PRO sales that you refer, and 30% – 35% on sales of our other products. To get your affiliate link please check this page.

Shareable Final Screen URL in WatuPRO

From version 3.8.8 WatuPRO supports a shareable URL of the “Final screen”. This is the screen that is shown to the user when they complete the quiz – the actual quiz results.

From version 3.8.8 you can optionally enable public URL that the user can share with friends and on social networks.

How To Do It

Just above the “Final screen” text box there is a checkbox saying “Enable individual shareable URL of the final screen”. If you check it, the URL will be enable but nothing will change to the end user by default. You need either to use the variable shown under the checkbox to display the link on their final screen, or automatically redirect to it.

Why Redirect To The URL?

Redirecting to the final screen URL can be very useful for several reasons:

  • Tech-savvy users can copy it and place it on their blog or social networks themselves
  • All social-sharing plugins that you have installed should automatically work and share this individual URL. This way just any user can share their quiz results and bring more traffic to your site.
  • By default WatuPro loads the quiz results by AJAX. This is very fancy and on long quizzes you see that nice animation effect. However it has a downside – some complex scrips will not work inside AJAX-called blocks. So some users were unable to use some contact form plugins or other sharing plugins on the quiz results page. Now with the automatic redirection this problem no more exists.

Remember, the setting is entirely optional. If you don’t want the quiz results of any user to be public, just don’t enable the shareable URL.

Also pay attention what shortcodes you are using in the final screen / quiz results page. If you are using shortcodes to greet the logged in user by name (let’s call him Joe), the page may look odd to a non-logged in guest when looking at Joe’s results.

WatuPRO: Answer Feedback Elaboration

From version 3.8.7 we are introducing a powerful feature to elaborate your “optional answer explanation / feedback” that can be given to each question. Just click on “Elaborate answer feedback” checkbox which is right under the text box. You will be presented two option – 1. to show different feedback if the question is answered correctly or incorrectly and 2. to show different explanation for every single selected answer. Let me explain by examples and screenshots:

Elaborate Feedback Based on Correct / Incorrect Answer:

Let’s suppose you have a question “What is the color of the sky” and want to elaborate in different ways depending on the user answer. This will be a single-selection question which has one correct and one wrong answer:

boolean

 

In this case just use the {{{split}}} tag to split between both. The text which is before the split text will be shown always when the answer is correct. It doesn’t matter how you have arranged your answers and how many correct or incorrect choices you have given to the user.

The text given below (after) the {{{split}}} tag will be shown always when the answer is wrong. That’s it. You can very well skip one of the sides to have answer feedback displayed only when the question is correctly or wrongly answered.

Elaborate Feedback Based on Specific User Answer:

Sometimes you may want to display different message for every possible selection that user makes. Let’s again use the question “What is the color of the sky” but this time we will add more options. And we’ll make it multiple-select question:

exact

 

In this case use the {{{split}} tag to break between your feedbacks/explanations. The order of explanations must match the order of the answers you have given. It doesn’t matter whether you’ll randomize the questions when showing them to the user. Just make them match when you create the question. See the screenshot above (click on it to see it larger) and notice how the different texts match the answers. First answer is Blue and the first text is about Blue. Then it’s Green and the text is about green. And so on.

See how it will look when the quiz is submitted:

result