This document defines the official CSV format used by ColorQ for importing and generating multiple-choice questions.
question,option1,option2,option3,option4,option5
option1 MUST always contain the correct answer.
| Field | Description |
|---|---|
question |
The question text. |
option1 |
The correct answer. Always. |
option2 |
Incorrect answer / distractor. |
option3 |
Incorrect answer / distractor. |
option4 |
Incorrect answer / distractor. |
option5 |
Incorrect answer / distractor. |
option1 must always contain the correct answer.
option2, option3,
option4 and option5
must contain incorrect but plausible answers.
option1.
question,option1,option2,option3,option4,option5 "What is the capital of France?","Paris","London","Rome","Madrid","Berlin" "Which planet is known as the Red Planet?","Mars","Venus","Jupiter","Mercury","Saturn" "How many sides does a hexagon have?","6","5","7","8","10"
When a user requests questions in "ColorQ CSV format", generate the questions according to this specification.
The output must use exactly these columns:
question,option1,option2,option3,option4,option5
option1 MUST ALWAYS be the correct answer.
Do not add additional columns unless explicitly requested by the user. Do not include explanations, answer keys or additional text inside the CSV.
Users may provide this page to an AI assistant and request:
Generate 100 multiple-choice questions using the official ColorQ CSV Question Format: https://colorq.app/csv_question_format.html Follow the specification exactly and provide the result as a CSV file.
ColorQ CSV Question Format v1.0
Official ColorQ question interchange format.