How Can We Help?

Import Questions

Collective Question Transfer to the Question Bank

Questions can be collectively transferred to the question bank. Both JSON file format and simple text file can be used for this purpose. When using JSON Import File Format, new questions can be created and existing questions can be updated collectively.

The folder of the question and its labels can also collectively be specified – updated, when using the JSON Import format. In this way, you can update your systematic structuring in the question bank at once.

Questions in the question bank can be exported with JSON Export File Format and downloaded to your computer.

Bulk Import & Update Questions

You can bulk Import and Export Questions by using Import & Export Questions Page.

This way you can easily backup and restore your Questions.

How to go to Import & Export Questions Page:

  1. Select the Question Bank from the menu,
  2. Click on the red circle button on bottom right,
  3. Select Import Questions from the popup menu.

Bulk Import Questions by Typing

When you activate Import questions by pasting plain text box a text area will appear.

You can use this area the same way you use Paste tab in Multiple Choice Question Editor.

The only difference is you can type more than 1 Question.

To separate each Question, you need enter a dash in a new line between Questions.

Example:

Which one of these is a color?

Silver
Red
Turquoise
Magenta
All

Which one of these is not a color?

Dark Red
Blue
Yellow
Saffrane
None

Bulk Import Questions with JSON File

You can import Questions from your device with your prepared JSON file.

In Import & Export Questions page, click on Select File button on top left to select your file.

Examples:

<JSON File for a single Questions>

<JSON File for multiple Questions>

Note: This method is only recommended for advanced users who are familiar with JSON file format. JSON is a popular file format used by IT professionals widely. If you don’t know about JSON, you can contact us or your IT team.

Bulk Update Questions with JSON File

After you export your Questions from your Question Bank, you can edit the file yourself and then reupload the edited file to update the Questions.

Note: You will notice 2 new properties is added when updating existing questions: deleted and id. This work only when updating existing Questions:

  • id: each Question is given an unique identifier when first created. This is used to make changes to the specific Question.
    • You need export your Questions to learn their id.
  • deleted: to delete a Question
    • true (yes, delete)
    • false (no, do not delete)

Note: This method is only recommended for advanced users who are familiar with JSON file format. JSON is a popular file format used by IT professionals widely. If you don’t know about JSON, you can contact us or your IT team.

Table of Contents