Category Archives: Uncategorized

Myers-Briggs Tests in WatuPRO

This tutorial will show you how to create Myers-Briggs personality quizzes in WatuPRO. It covers the technical side of things and not the psychological side – we won’t be showing what specific questions you have to ask to create such tests. This example will be about creating a “Keirsey temperaments” tests but it can be used for any other kind of Myers-Briggs type of quiz.

If you prefer a video, here you go:

Still we recommend reading the post below for more details.

Step 1: It Does Not Need To Be Marked as a Personality Quiz

I know it may sound confusing, but because Myers-Briggs is a very specific type of test, it’s actually easier to be created as a “knowledge” test where answers get points assigned to them and do not directly assign a personality type. So you don’t need to select the following setting:

No need to select that this is a personality quiz

Leave it unchecked.

Step 2: Create Question Categories

Because Myers-Briggs tests rank the respondent into multiple categories, you need to create them as question categories in the system. Using the classic example, there are four categories: Extraversion/Introversion, Sensing/Intuition, Thinking/Feeling, and Judging/Perceiving:

Create question categories

There is no need to create question sub-categories.

Step 3: Create Your Questions

It’s up to you how many questions you are going to ask and how many points you’ll assign to each of the answers. Typically these tests have mostly single-answer questions but it’s also very common to use “from-to” sliders and likert scales.

What is important here is:

  • Each of your questions should belong to one of the four categories. If it’s a question showing how introvert is the quiz taker then it goes to Extraversion/Introversion category. If it’s about sensitivity it goes in the Sensing/Intuition category and so on.
  • Decide how you will assign the points. For example if you have 10 questions in each category and each question gives from 0 to 10 points depending on the answer, this means the user cat collect between 0 and 100 points in each category. This is important for the next step where you’ll define the grading.
  • You need to follow some logic: for example if the answer means the user is more inrovert you may want to give more points to that answer. Follow this logic on all questions so at the end more than half of the possible points collected will mean the user is more extrovert than introvert. Similarly do in the other categories.

Step 4: Create Your Grades (Personality Types)

This classical type of Myers-Briggs test has 16 possible combinations of user’s performance in each category, so it has 16 personality types (see here): ISTJ, ISFJ, INFJ, INTJ, ISTP, ISFP, INFP, INTP, ESTP, ESFP, ENFP, ENTP, ESTJ, ESFJ, ENFJ, ENTJ.

So, you need to create 16 grades or personality types for this test. Here’s the most important part: you need the option “The final grade in this quiz will depend on the performance on different question categories” selected:

Select that final grade will depend on category performance

This will allow you, for every single result, to define the ranges of points that the user needs to collect in order to fall into it. So if we go back to our example with 0 to 100 points possible in each question category, we’ll then know that between 0 and 50 puts the respondent in the first group for that category (which in Extraversion/Introversion would mean he’s an extravert) and 51 to 100 points puts the user into the other group (inroverts). Knowing this for every of the 4 categories, we are able to define the exact criteria for each “grade”:

ISTJ example

ISTJ example

The above example is ISTJ: more points going to Introvert, all other categories got less point which put the user into the first group of each. Please note it’s up to you how many points can be in category and how the points put the user into one of the two groups, but it’s important to follow the same logic in all questions.

Here’s an ESFP example:

ESFP example

ESFP example

Here the user ranks as extrovert, perceiving, sensing and feeling. Note that the system will show you the categories in alphabetical order, not in the order of Myers-Briggs tests so be careful how you enter the point ranges.

Step 5: Display Quiz Results

Because these tests are specific you will most likely not want to show points, % correct answers, etc standard texts at the end of the quiz. You’ll most likely want to show only the achieved result. So go to Edit Quiz -> Final Page / Quiz Result and edit the default content to something like this:

editing the quiz output

This is probably all you want to display. If for some reason you want to include also the %%ANSWERS%% variable to show how the user answered each question, you will not want to show correct / incorrect checkmarks because such quiz has no correct or wrong answers. So go to Edit Quiz page -> Advanced Settings tab and select to hide them:

hide correct / incorrect checkmarks

That’s it, now your Myers-Briggs test needs only to be published.

WatuPRO and GDPR

From version 5.8.8 WatuPRO offers a feature that will help you be GDPR compliant.

The checkbox to enable it is in WatuPRO Settings page, section User Settings and Pages:

When selected the feature will enable two links in logged in users “My Quizzes” page:

  • Delete my results
  • Export my results

When enabled, the GDPR function will also mask user’s IP addresses when this data is stored as quiz results. Note that we’ll still store full one-way coded hash of the IP address to allow IP-based quiz attempt limitations to work.

Few things to note:

  • We are not your legal advisor and cannot guarantee this alone makes you GDPR compliant. If in doubt, consult a legal advisor. Either way we’ll take no liability.
  • This feature is for registered / logged in users. If you are collecting sensitive personal data from non-registered users you should let them know they can contact you to have their data deleted or exported. To be on the safe side we’d rather not collect sensitive data from non logged in users at all.
  • Be careful with all plugins and bridges that move user’s data automatically, subscribe them to mailing lists, etc. Using them is not illegal but users should be informed and should explicitly agree.

If you strongly believe the plugin could provide other features that make GDPR compliance easier please do get in touch with us at support@kibokolabs.com.

Import Questions in the Free Watu Plugin

From version 3.0.3 Watu supports basic question import which allows you to import questions from CSV file. Note that not all properties are included. If you want comprehensive CSV imports you need WatuPRO and its imports.

The Import File Format

Download sample file: import-simple. (right-click and choose “Save as”. Note: the file is COMMA delimited.)

This is a simple CSV file that has only two columns with question properties:

  • Question contents
  • Question type – radio, checkbox, textarea
  • Is required? Enter 1 for required and 0 for non-required question.
  • Optional answer feedback. The column should be there even if the feedback if empty.

Then the answers follow in unlimited sets of 3 columns in this order:

  • Answer contents
  • Is correct? (Enter “0” for wrong answer and “1” for correct answer)
  • Points assigned

Troubleshooting

The import functions are tested literally thousand times on multiple systems. No exaggeration. They work fine.

If you have problems importing you must check the following before opening a support topic:

a) The field delimiter. Most CSV files are comma-delimited (this is where the name comes from). Our demo files listed here are comma-delimited. That’s why comma is selected by default. This does not mean all files are comma delimited. Maybe someone gave you a file that is tab-delimited. Or maybe your Excel is configured to export semicolon delimited files. You can usually figure out the proper delimiter when you try to open the file in Excel or Libre Office calc. But if you can’t: if your import is wrong, just try the other field delimiters.

b) The foreign characters checkbox. It is under the Skip title row checkbox.

Normally it should not be checked. Do not check it unless you have tried the different formats and field delimiters