Overview
Hey Quiz supports import and export in formats:- JSON - full quiz structure
- Excel (XLSX) - spreadsheet
Importing a quiz
From JSON file
From Excel file
Prepare Excel file
Spreadsheet structure:
| Column | Content |
|---|---|
| A | Question text |
| B | Question type (single/multiple/true_false/ordering) |
| C | Answer 1 |
| D | Answer 2 |
| E | Answer 3 |
| F | Answer 4 |
| G | Correct answers (e.g., “1” or “1,3”) |
| H | Time (seconds) |
| I | Points |
Excel template: Download Excel template with sample data.
Supported question types for import
| Type in file | Type in Hey Quiz |
|---|---|
single | Single choice |
multiple | Multiple choice |
true_false | True/False |
ordering | Ordering |
Exporting a quiz
To JSON
To Excel
Same as JSON, but select Excel (XLSX) format.JSON file structure
Use cases
Quiz backup
Regularly export important quizzes to JSON as backup.Sharing with others
Export quiz and send file to colleague - they can import to their account.Moving between accounts
Export from one account → Import to another.Creating variants
- Export quiz
- Edit JSON file
- Change title and questions
- Import as new quiz
Troubleshooting
Import doesn't work
Import doesn't work
- Check file format (JSON/XLSX)
- Make sure structure is correct
- Check character encoding (UTF-8)
Some questions are missing
Some questions are missing
- Questions with wrong structure are skipped
- Check if all required fields are filled
Special characters are corrupted
Special characters are corrupted
- File must be saved in UTF-8 encoding
- In Excel: Save as → Choose UTF-8