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