Import questions
The functionality allows users to enter or copy-paste questions from any file (eg. CSV, TXT, Word, or Excel) and create a survey based on them.
To automatically import a survey :
- Press + ADD SUREY.
- Press Import survey.
- Enter or copy-paste your questions (from eg. CSV, TXT, Word, or Excel).
- Press PREVIEW and next SAVE button.
The first row is treated as a question. The next rows are treated as answer choices. Each new question should be separated with an empty line. You can add 10,000 characters at once. If you have more, divide the survey into parts.
| Format | Description |
|---|---|
| ### | Block |
| # | Page |
| TYPE: | Question type |
| REQUIRED: | Question required (true/false) |
| DESC: | Additional description |
| answer;number | Number of points |
Markdown format – question types
| Format | Description | Example |
|---|---|---|
| TYPE:Choice | Choice question | TYPE:Choice Choice question body Opcja 1 Opcja 2 Opcja 3 |
| TYPE:Open | Open question | TYPE:Open Open question body |
| TYPE:YesNo | Yes/No question | TYPE:YesNo Yes/No question body |
| TYPE:Rating | Star rating question (skala 1 – 5) | TYPE:Rating Star rating question body |
| TYPE:Numeric | Numeric question | TYPE:Numeric Numeric question body |
| TYPE:NPS | NPS question (scale 0 – 10) | TYPE:NPS NPS question body |
| TYPE:Matrix | Matrix question | TYPE:Matrix Matrix question body ROWS: R1 R2 … COLUMNS: C1 C2 … |
| TYPE:Date | Date and time question | TYPE:Date Date and time question body |
NOTES: After adding questions, you can customize them to your needs and change their settings.
Example – file structure 1
Question 1
Answer choice 1
Answer choice 2
Answer choice 3
Question 2
Answer choice 1
Answer choice 2
Answer choice 3
Example 1
How would you like to spend your summer holiday?
At the seaside
In the mountains
In the forest
In the city
What is your favourite travel destination?
Italy
Greece
Spain
Poland
Example – file structure 2
### Blok 1
# Page 1
Description: Additional description
TYPE: Choice
Question 1
Answer choice 1
Answer choice 2
Answer choice 3
# Page 2
TYPE:Open
Question 2
NOTE. To add points, enter the number of points (1, 2, 3, … or NA) for each answer choice after a semicolon.
Functionality is available in the Professional and Enterprise plan.