Quiz Import
Overview
The Quiz Import allows you to create quizzes with questions and answers in bulk using a CSV file. This is particularly useful when migrating assessment content from another system or when you need to create multiple quizzes quickly.
What You Can Do
Create multiple quizzes at once
Add questions with different types (multiple choice, true/false, yes/no)
Define correct answers and response options
Include feedback for correct and incorrect responses
Set question display order
CSV File Format
Required Fields
Field | Description |
|---|---|
| Quiz name (rows with the same name are grouped into one quiz) |
| The question text |
| Type of question: |
| Comma-separated list of answer options |
| The correct response (must match one of the responses exactly) |
Optional Fields
Field | Description |
|---|---|
| Quiz description (only needed on first row for each quiz) |
| Display order of the question (positive integer) |
| Feedback shown when the learner answers correctly |
| Feedback shown when the learner answers incorrectly |
Question Types
Multiple Choice
Requires at least 2 response options
Responses are comma-separated
Correct answer can be one or multiple responses (comma-separated)
Example row:
Name: Health & Safety Quiz
Question: What should you do if you discover a fire?
Question type: multiplechoice
Responses: Run away, Sound the alarm, Ignore it, Call a friend
Correct answer: Sound the alarmTrue/False
Responses must be exactly:
true, falseCorrect answer must be either
trueorfalse
Example row:
Name: Compliance Quiz
Question: All employees must complete data protection training annually.
Question type: true/false
Responses: true, false
Correct answer: trueYes/No
Responses must be exactly:
yes, noCorrect answer must be either
yesorno
Example row:
Name: Policy Quiz
Question: Can you share your password with colleagues?
Question type: yes/no
Responses: yes, no
Correct answer: noImport Process
Navigate to Settings → Company Settings → Imports → Quizzes
Click Start Import
Download the template if needed
Upload your CSV file
Review any validation errors
Confirm the import
How Quiz Grouping Works
Rows with the same Name value are grouped into a single quiz:
First row with a quiz name creates the quiz with its description
Subsequent rows with the same name add questions to that quiz
Use
Question numberto control the order of questions
Pre-requisites
Role Requirements
Only users with the Owner or Admin role can run Quiz imports.
Before You Start
Plan your quiz structure before creating the CSV
Ensure responses are comma-separated without extra spaces
Correct answers must exactly match one of the responses (case-insensitive)
Troubleshooting
Issue | Solution |
|---|---|
"Invalid question type" | Use exactly: |
"Correct answer not in responses" | Ensure the correct answer exactly matches one of the response options |
"Wrong number of responses" | Multiple choice needs 2+ options; true/false needs exactly |
Questions in wrong order | Use the |
Quiz description missing | Add the description on the first row for each quiz |
FAQs
Q: Can I update existing quizzes via import?
No—Quiz imports create new quizzes. To modify an existing quiz, edit it directly in Learn Amp.
Q: Can I import quizzes with images?
No—images must be added manually after the quiz is created.
Q: How do I create multiple correct answers for multiple choice?
Comma-separate the correct answers in the Correct answer column, e.g., Option A, Option C.
Q: What happens if I have duplicate quiz names?
All rows with the same name are treated as part of the same quiz. Use unique names for separate quizzes.