> ## Documentation Index
> Fetch the complete documentation index at: https://docs.heyquiz.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Multiple choice

> Question with several correct answers

## Description

In multiple choice questions, participant can select **more than one answer**. To get full points, they must select all correct answers and no incorrect ones.

## When to use

<Check>
  * Questions with multiple correct answers
  * Testing deeper understanding
  * "Which of the following..." questions
  * More challenging quizzes
</Check>

## Creating a question

<Steps>
  <Step title="Select type">
    **"Add question"** → **"Multiple choice"**
  </Step>

  <Step title="Enter content">
    **Example:** "Which of the following are capitals of European countries?"
  </Step>

  <Step title="Add answers">
    * Paris ✓
    * Milan
    * Berlin ✓
    * Barcelona
    * Warsaw ✓
  </Step>

  <Step title="Mark correct">
    Check the boxes next to all correct answers.
  </Step>

  <Step title="Set parameters">
    * **Time**: 25-45 seconds (more than single choice)
    * **Points**: 1000+
  </Step>
</Steps>

## Scoring

### "All or nothing" mode

| Answer                  | Points |
| ----------------------- | ------ |
| All correct, none wrong | 100%   |
| Missing one or more     | 0%     |
| Selected wrong one      | 0%     |

### Partial credit mode (optional)

Points proportional to correctness:

* 3 of 3 correct = 100%
* 2 of 3 correct = 66%
* 1 of 3 correct = 33%
* Wrong answer = penalty

## Best practices

<Tip>
  **Hint in question**: State how many answers are correct, e.g., "Select 3 correct answers" - it's fair to participants.
</Tip>

### Question content

* Clearly indicate multiple answers allowed
* State number of correct answers (optionally)
* Avoid "select all correct" without indicating how many

### Answers

* Minimum 2 correct answers
* Ratio: \~50% correct (e.g., 3 of 6)
* Incorrect answers should be plausible

## Example

> **Question:** Which of the following are official UN languages? (select 4)
>
> ☑ English ✓
> ☐ German
> ☑ French ✓
> ☑ Chinese ✓
> ☐ Japanese
> ☑ Spanish ✓

## Participant view

Participant sees:

1. Question text
2. Checkboxes next to each answer
3. Can check/uncheck multiple times
4. "Submit" button to send answer
5. Timer

<Info>
  Participant must click **"Submit"** to send answer - just checking is not enough.
</Info>

## Differences vs single choice

| Feature         | Single        | Multiple          |
| --------------- | ------------- | ----------------- |
| Correct answers | 1             | 2+                |
| Interface       | Radio buttons | Checkboxes        |
| Submission      | Auto on click | Requires "Submit" |
| Difficulty      | Easier        | Harder            |
| Typical time    | 15-30s        | 25-45s            |

## Next steps

<CardGroup cols={2}>
  <Card title="True/False" icon="scale-balanced" href="/en/questions/true-false">
    Quick binary questions
  </Card>

  <Card title="Ordering" icon="arrow-down-1-9" href="/en/questions/ordering">
    Arrange in correct order
  </Card>
</CardGroup>
