Bulk upload questions
Upload multiple quiz questions in one go by following this plain-text structure. Use the sample files as templates and keep everything in simple Markdown-style text - no custom formatting required.
📥 Download Sample Files
📄 TXT Sample — Easiest to edit
→ Download TXT📕 PDF Sample — Visual layout reference
→ Download PDF📘 DOCX Sample — Edit in Word/Docs
→ Download DOCX
Quick format checklist
- Start each block with
Question <number>(for example,Question 1,Question 2, ...). - Put the question text immediately after the heading.
- List answer choices on separate lines using labels like
A.,B.,C.,D.. - Mark the correct option with
Correct Answer: <letter>. - Optionally add
Feedback: <your explanation>below the correct answer. - Leave a blank line between question blocks to keep parsing clean.
Example block
text
Question 1
What is the capital of France?
A. Berlin
B. Paris
C. Madrid
D. Rome
Correct Answer: B
Feedback: Paris is the capital city of France.Supported file types
| Format | Best for |
|---|---|
.txt | Quick edits in any text editor |
.pdf | Read-only reference |
.docx | Rich-text editors like Word or Google Docs |
What happens after you upload
- The file is processed automatically.
- Formatting is validated for numbering, answers, and the correct answer line.
- Any errors are shown so you can fix and retry.
- Valid questions are queued and added to your quiz.
Automatic validation
The system checks every question block for proper structure. You will see clear error messages pointing to the exact line if something is off.
Common mistakes to avoid
- Skipping question numbers or reusing the same number.
- Placing all answer options on one line.
- Forgetting the
Correct Answer:line. - Adding extra symbols, tables, or unsupported formatting.
- Mixing unrelated text between question blocks.
Tips for clean imports
TIP
- Keep at least two answer options per question.
- Stick to consistent labels (
A.,B.,C.,D.) even if you have fewer choices. - Compare your file to the TXT sample before uploading.
- Keep feedback sentences short and in plain text.
- If you hit an error, re-check blank lines between questions first.
Need help?
Share the file that failed to import along with the error message so support can compare it to the sample above.