Quiz Import

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

Field

Description

Name

Quiz name (rows with the same name are grouped into one quiz)

Question

The question text

Question type

Type of question: multiplechoice, true/false, or yes/no

Responses

Comma-separated list of answer options

Correct answer

The correct response (must match one of the responses exactly)

Optional Fields

Field

Description

Field

Description

Description

Quiz description (only needed on first row for each quiz)

Question number

Display order of the question (positive integer)

Feedback if correct

Feedback shown when the learner answers correctly

Feedback if incorrect

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 alarm

True/False

  • Responses must be exactly: true, false

  • Correct answer must be either true or false

Example row:

Name: Compliance Quiz Question: All employees must complete data protection training annually. Question type: true/false Responses: true, false Correct answer: true

Yes/No

  • Responses must be exactly: yes, no

  • Correct answer must be either yes or no

Example row:

Name: Policy Quiz Question: Can you share your password with colleagues? Question type: yes/no Responses: yes, no Correct answer: no

Import Process

  1. Navigate to Settings → Company Settings → Imports → Quizzes

  2. Click Start Import

  3. Download the template if needed

  4. Upload your CSV file

  5. Review any validation errors

  6. 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 number to 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

Issue

Solution

"Invalid question type"

Use exactly: multiplechoice, true/false, or yes/no

"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 true, false; yes/no needs exactly yes, no

Questions in wrong order

Use the Question number column to set display order

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.